﻿html
{
    background-color:#eeeff3;
}

body {
	font-size: 12px;
	color:	#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	background-image:url(img/bgWeb.gif);
	background-repeat:repeat-x;
}

#contenedor {
	width: 1000px;
	margin: auto;
	position: relative;
	text-align:left;
	overflow:auto;
}

#topcabecera
{
    margin-top:30px;
    background-image:url(img/bgCabTop.png);
    background-repeat:no-repeat;
    height:15px;
}

#cabecera{
	width: 982px;
	height:96px;
	background-image:url(img/bgCab.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fafafc;
	
}

#cuerpo 
{
    height:auto;
	width:982px;
	overflow:auto;
	background-image:url(img/bgpaneles.gif);
	background-repeat:repeat-y;
}

#menu
{
    clear:both;
	width: 982px;
	height:40px;
	background-image:url(img/bgMenu.png);
	background-repeat:repeat-x;
    font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bolder;
	float: left;
}

#menu .opcMenu {
	height: 40px;
	width: 120px;
	text-align: center;
	border-right: 1px #afc2c5 solid;
	line-height: 40px;
	cursor: pointer;
	float: left;
}

.encima_menu {
	height: 40px;
	width: 120px;
	text-align: center;
	border-right: 1px #afc2c5 solid;
	line-height: 40px;
	cursor: pointer;	
	float: left;
}

#menu .opcMenuSin {
	height: 40px;
	width: 200px;
	text-align: right;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	float: left;
}

#menu a {
	color: #FFFFFF;	
	text-decoration:none;
}

#menu a:hover {
	color: #9896d0;	
	text-decoration:none;
}

#ColumnaI {
	float:left;
	width:670px;
}

#ColumnaD {
	float:right;
	width:312px;
}

#ColumnaT {
	width:982px;
}

#panelSup
{
    margin-top:10px;
    margin-left:10px;
    background-image:url(img/panelSup.png);
    background-repeat:no-repeat;
    height:15px;
}

#panelInf
{
    margin-bottom:10px;
    margin-left:10px;
    background-image:url(img/panelInf.png);
    background-repeat:no-repeat;
    height:15px;
}

#panel
{
    width:650px;
    margin-left:10px;
    border-left:solid 1px #a4a8ab;
    border-right:solid 1px #a4a8ab;
    background-color:#FFFFFF;
}

#panelfotos
{
    width:650px;
    margin-left:10px;
    background-image:url(img/fondofotos.jpg);
    background-repeat:no-repeat;
    background-position:right;
    border-left:solid 1px #a4a8ab;
    border-right:solid 1px #a4a8ab;
    background-color:#FFFFFF;
}

#paneltaller
{
    width:650px;
    margin-left:10px;
    background-image:url(img/fondotaller.jpg);
    background-repeat:no-repeat;
    background-position:right;
    border-left:solid 1px #a4a8ab;
    border-right:solid 1px #a4a8ab;
    background-color:#FFFFFF;
}

#panelllantas
{
    width:650px;
    background-image:url(img/fondollantas.jpg);
    background-repeat:no-repeat;
    background-position:center;
    margin-left:10px;
    font-weight:bold;
    border-left:solid 1px #a4a8ab;
    border-right:solid 1px #a4a8ab;
    background-color:#FFFFFF;
}

.parrafo
{
    padding:10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#000000;
    font-size:12px;
    font-weight:bold;
}


#pie{
    clear:both;
	width: 982px;
	height:40px;
	background-image:url(img/bgPie.png);
	background-repeat:repeat-x;
	text-align:left;
	font-size: 10px;
	font-weight:bolder;
	color:#2724aa;
}

#botpie
{
    background-image:url(img/bgPieBot.png);
    background-repeat:no-repeat;
    height:15px;
}


#pie a
{
	color:#2724aa;
	font-weight:bolder;
	text-decoration:none;
}

#pie a:hover
{
	color:#2724aa;
	font-weight:bolder;
	text-decoration:underline;
}

/********** LOGIN **********/
h1
{
    font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#1911ff;
	font-size: 30px;
	font-weight:bolder;
	margin: 0 0 0 10px;
}

h2
{
   	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
}

h3
{
   	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
}

h4
{
   	margin: 0px 0px 0px 0px;
   	padding-right:10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#FFFFFF;
    font-size:16px;
    text-align:right;
    font-weight:bold;
    background-color:#221f93;
}

h5
{
   	margin: 0px 0px 0px 10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color:#000000;
    font-size:12px;
    font-weight:bold;
}

ul
{
    margin-left:30px;
    padding:0;
    margin-top:10px;
    font-weight:bold;
    width:100px;
}

li 
{
    list-style-type: none;
    list-style-image:url(img/icoRueda.png);

}

li a
{
    text-decoration:none;
}

li a:hover
{
    text-decoration:underline;
}

#acceso
{
    float:left; 
    margin-left:10px;
    margin-top:10px;
    width:290px;
}


#acceso a
{
    color:#FFFFFF;
    text-decoration:none;
}

#acceso a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

#banners
{
    float:right; 
    margin:20px 0 10px 5px;
}

#menugst
{
    float:left; 
    margin:0 0 0 5px;
}

.boton50
{
    float:left;
    width:50px;
    height:27px;
    padding:0px 0px 0px 0px;
    background-image: url(img/btn50.png);
    background-repeat:no-repeat;
    text-align:center;
    text-decoration:none;
    color:#000000;
    font-size:12px;
    font-weight:bold;
}

.boton50:hover
{
    background-image: url(img/btn50over.png);
    background-repeat:no-repeat;
}

.boton75
{
    float:left;
    width:75px;
    height:27px;
    padding:0px 0px 0px 0px;
    background-image: url(img/btn75.png);
    background-repeat:no-repeat;
    text-align:center;
    text-decoration:none;
    color:#000000;
    font-size:12px;
    font-weight:bold;
}

.boton75:hover
{
    background-image: url(img/btn75over.png);
    background-repeat:no-repeat;
}

.boton100
{
    float:left;
    width:100px;
    height:27px;
    padding:0px 0px 0px 5px;
    background-image: url(img/btn100.png);
    background-repeat:no-repeat;
    text-align:center;
    text-decoration:none;
    color:#000000;
    font-size:10px;
    font-weight:bold;
}

.boton100:hover
{
    background-image: url(img/btn100over.png);
    background-repeat:no-repeat;
}

.caja_001 {
    border:solid 1px #1911ff; 
    background-color:#FFFFFF;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #000000;
}

.btn 
{
    height:25px;
    padding:0px 0px 0px 0px;
    text-align:center;
    text-decoration:none;
    color:#000000;
    font-size:11px;
    font-weight:bold;
}

.tblcab {
	background-color: #221f93;
    height:30px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.tblpie 
{
    height:30px;
	color:#221f93;
	font-weight:bold;
	font-size:14px;
}

.tblfilapar {
	background-color: #eeeeee;
	height:20px;	
}

.tblfilaimpar {
	background-color: #dcdcdc;
	height:20px;	
}

.tblfilaon {
	background-color: #dbdbdb;	
	height:20px;
	
}

/* root element for scrollable */
.vertical {  
	position:relative;
	overflow:hidden;	
}

.horizontal {  
	position:relative;
	overflow:hidden;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	height:20000em;	
	margin: 0px;
}

.items h3 {
	margin: 0px;
	font-size:12px;
	color:#5c0670;
	font-weight: bold;
}

.item_job {
	border-bottom:1px solid #ddd;
	margin: 0px;
	padding:0px;
	font-size:12px;
	height:150px;
}

.item_job img {
	margin-top: 10px;
	margin-left: 20px;
}

.item_install {
	margin: 0px;
	padding:0px;
	font-size:12px;
	width:130px;
}

#actions {
    font-size:11px;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.foto
{
    border:solid 1px #C9C9C9;
}
#fichafoto
{
    float:left;
    margin-left:10px;
    width:280px;
}

#fichatexto
{
    background-color:#d8dee3;
    float:right;
    margin-right:10px;
    width:350px;
}

/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/*** override styling in external stylesheets ***/



/* remove margins from the image */
.items img {
	margin:0;
}

/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	margin:20px 15px;
} 


/* tooltip styling */
#tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}



/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}

#gallery .inactive {
	visibility:hidden !important;
}

.txtrojo
{
    color:Red;   
    font-weight:bold;
}

.modal {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(img/transparent.png);
	color:#efefef;
	height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:441px;
	overflow-y:auto;
}

.cabtab 
{
    background-color:#000084;
    font-weight:bold;
    color:White;
    height:30px;
    font-size:12px;
}