@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    }
    .twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
    } 
    .twoColFixLtHdr #header {
	height: 150px;
	width: 100%;
	background-image: url(../images/fondobarralogo.jpg);
	background-color: #2A498C;
	background-repeat:  repeat-x;
	background-position: center center;
	margin: 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
    } 

    .twoColFixLtHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 200px; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #839AAC;
    }
    .twoColFixLtHdr #mainContent { 
    	margin: 0 0 0 250px; /* el margen izquierdo de este elemento div crea la columna situada a lo largo del lado izquierdo de la página (con independencia de la cantidad de contenido que tenga el div sidebar1, se mantendrá el espacio de la columna). Puede quitar este margen si desea que el texto del div #mainContent llene el espacio de #sidebar1 cuando termine el contenido de #sidebar1. */
    	padding: 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
    } 
    .twoColFixLtHdr #footer {
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #89A0B2;
	text-align: right;
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0;
    } 
    .twoColFixLtHdr #footer p {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    }
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }#barra_sup {
	margin: 0px;
	height: 40px;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/fondobarrasup.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
}
#content_barra_sup {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 33px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#barra_sup_left {
	float: left;
	height: 25px;
	padding-top: 8px;
}
#barra_sup_rigth {
	float: right;
	height: 33px;
	vertical-align: middle;
	font-weight: bold;
}
#content_barra_sup  a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
#content_barra_sup  a:hover {
	color: #79CA31;
	text-decoration: none;
}
.login1 {
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.login2 {
	width:190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.entrar {
	background-color: transparent;
	background-image: url(../images/entrarout.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 23px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.entrar:hover {
	background-color: transparent;
	background-image: url(../images/entrarin.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
#menu {
	height: 40px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#logo_left {
	float: left;
	height: 110px;
	width: 130px;
	padding-left: 10px;
	padding-top: 20px;
}
#header_2 {
	padding: 0px;
	height: 150px;
	width: 960px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo_rigth {
	float: right;
	width: 150px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 10px;
}
#sidebar1 #promo {
	height: 274px;
	width: 180px;
	background-image: url(../images/promo.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1 #promo h5 {
	font-weight: 900;
	color: #666666;
	text-align: center;
	margin: 0px;
	font-size: 14px;
}
#slide {
	height: 350px;
	width: 600px;
}
#legend {
	height: 100px;
	width: 600px;
	padding-top: 40px;
	padding-bottom: 60px;
}
.instruccion {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#busca {
	width: 170px;
	background-image: url(../images/buscar.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: center top;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	padding-top: 10px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
.titulo {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.categoria a {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 160px;
	height: 50px;
	vertical-align: middle;
}
.categoria a:hover {
	color: #000000;
	text-decoration: none;
}

#block_cat {
	float: left;
	height: 100px;
	width: 250px;
	background-image: url(../images/placa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 35px;
}
#nodisp {
	background-color: transparent;
	height: 118px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#ficha {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-position: center center;
	height: 125px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}.ficha_txt {
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.ficha_titulo {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.titulo_desc {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}
/*////////////////////LIGHTBOX//////////////////////////*/
#lightbox{
	background-color:#EEEEEE;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 11px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
kbd{
color: #555555;
background-color: #dddddd;
border-right-width-value: 1px;
border-right-style-value: solid;
border-right-color-value: #cccccc;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
font-size: inherit;
font-family: inherit;
padding-top: 0pt;
padding-right: 3px;
padding-bottom: 2px;
padding-left: 4px;

}
/******************************************************/
.dat_txt {
	font-size: 14px;
	color: #333333;
}
.dat_txt a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
li {
list-style:none;

	margin-bottom: 5px;
}
#ficha_map {
	width: 640px;
	margin-top: 10px;
	font-size: 12px;
	background-position: center center;
	height: auto;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;
}
#ficha_man {
	width: 650px;
	margin-top: 5px;
	font-size: 12px;
	background-position: center center;
	height: auto;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.form_txt {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.envio {
	font-size: 11px;
	color: #FF0000;
}
.envio2 {
	font-size: 10px;
	color: #000000;
}
.error {
	font-size: 9px;
	color: #990000;
}
.link {
	font-size: 9px;
	color: #2D4698;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#carr_div {
	background-image: url(../images/car_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 190px;
	margin-top: 10px;
}
.link_white {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/*SLIDE*/
#miCarrusel li{
	height:250px;
	width:180px;

}

.titulo_fi {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.desc_fi {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
			* {margin:0px; padding:0px; }
/*/////////////////*/
.cancel {
	font-size: 13px;
	color: #000000;
	text-decoration: line-through;
}
.oferta {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#img_tel {
	height: 90px;
	width: 100px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
}
#cat_txt {
	height: 60px;
	width: 130px;
	margin-left: 110px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 0px;
	display: block;
}
.secc a {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.secc a:hover {
	color: #000000;
	text-decoration: none;
}
.oferta_mini {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.cancel_mini {
	font-size: 10px;
	color: #000000;
	text-decoration: line-through;
}
.ficha_titulo_mini {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.input_car {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	width: 20px;
	border: 1px solid #CCCCCC;
}
.input_compra {
	background-image: url(../images/compra.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 172px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	background-color: transparent;
}
#right {
	float: right;
	width: 550px;
}
#left {
	float: left;
	width: 400px;
	text-align: left;
}
.input_envio {
	font-size: 10px;
	color: #333333;
	width: 150px;
}
.man_titulo {
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
.nota {
	font-size: 10px;
	display: block;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	text-align: justify;
}
