@charset "utf-8";
body  {
	font: 0px/0px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFFFCC;
}
.twoColFixLtHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* [disabled]border: 1px solid #000; */
	text-align: left;
	background-color: #FFC;
	background-image: url(/masterimg/transporte-pico-fdo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #A12520;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a {
	color: #A12520;
	TEXT-DECORATION: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #000;
	TEXT-DECORATION: underline;
}
.twoColFixLtHdr #mainContent {
	font: 12px/14px Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0px;
	color: #000000;
	text-align: center;
	background-color: #FFC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divcontent {
}
.divcontent img { /* imagen a la izq, texto a la derecha CB */
    float: left;
    margin: 0px 20px 0px 0px;
}
.divcontent_text {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
/* mac hide \*/
* html .divcontent_text {height:1%}
/* end hide */
.tematitulo {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}
.temSub {
	color: #999;
	font: bold 22px/26px Arial, Helvetica, sans-serif;
}
.subtit02 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.subtitulo02Urgente {
	color: #D80123;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.subtit03 {
	color: #C30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.subtit04 {
	color: #F46113;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.subtitServicios {
	color: #666;
	font: bold 16px/30px Arial, Helvetica, sans-serif;
}
.destacado {
	color: #CC3300;
	font: bold 12px Verdana, Arial, Tahoma, sans-serif;
}
.textonormal { font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: #000000;}
.textonormalBold {
	color: #000000;
	font: bold 12px Verdana, Arial, Tahoma, sans-serif;
}
.textonormalCentrado {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.textonormalCentradoBold {
	color: #000000;
	text-align: center;
	font: bold 12px/18px Verdana, Arial, Tahoma, sans-serif;
}
.texto13 {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 13px; line-height: 21px; color: #000000;}
.textoDestacado {
	color: #F00;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
.texto10just {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 10px; text-align: justify; line-height: 16px; color: #000000;}
.texto12just {
	text-align: justify;
	color: #000;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.texto12 {
	text-align: left;
	color: #000;
	font: 12px/19px Arial, Helvetica, sans-serif;
}
.texto14just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
.basepagina {
	color: #FFF;
	text-align: center;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.epigrafes {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 10px;}
.epigrafesCentrado {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
}
.epigrafesServicios {
	font: 10px/16px Verdana, Arial, Tahoma, sans-serif;
}
.epigrafesBold {
	font: bold 10px/16px Verdana, Arial, Tahoma, sans-serif;
}
.epigrafesBoldDerecha {
	font: bold 12px/16px Verdana, Arial, Tahoma, sans-serif;
	text-align: right;
}
.epigrafesDerecha {
	font: 12px/16px Verdana, Arial, Tahoma, sans-serif;
	text-align: right;
}
A.linkBase {
	COLOR: #CE603D;
	TEXT-DECORATION: none;
}
A.linkBase:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A.linkConte {
	COLOR: #F46113;
	TEXT-DECORATION: none;
}
A.linkConte:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A.linkConsultas {
	TEXT-DECORATION: none;
	COLOR: #FFF;
	padding: 2px;
	background: #F00;
	border: 1px solid #CCC;
}
A.linkConsultas:hover {
	TEXT-DECORATION: none;
	COLOR: #000;
	padding: 2px;
	background: #F00;
	border: 1px solid #CCC;
}
A.linkBarra {
	color: #CC6600;
	TEXT-DECORATION: none;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
}
A.linkBarra:hover {
	color: #000;
	TEXT-DECORATION: none;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	border-bottom: 2px dashed #000;
}
.formulario {
	PADDING-LEFT: 2px;
	COLOR: #000;
	background: #FFF;
	border: 1px solid #999;
	font: bold 12px/18px Verdana, Geneva, sans-serif;
}
.brImg {
	border: 2px solid #000000;
}
.PieLinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bordeImagenesHome {
	float: left;
	border: 2px solid #006EB4;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.HomeCeldasFotos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	color: #000;
	font-weight: bold;
}
.OficinaTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
A.linkOficinaVirtual {
	color: #A12520;
	TEXT-DECORATION: none;
}
A.linkOficinaVirtual:hover {
	color: #000;
	TEXT-DECORATION: underline;
}
.brImg02 {
	border: 1px solid #000000;
}

