@import url("reset.css");

* html .img_detalle_noticia,
* html .opciones_det_not,
* html .cajas_inferior3,
* html .logo_div,
* html .menu_div,
* html .img_banner_div,
* html .col_izquierda_div,
* html #menu li,
* html .contenido_noticia, * html .contenido_links,
* html .cajas_inferior1, * html .cajas_inferior2 {display:inline;}

body {
	background: #fff url(../images/00-fondo_pagina.jpg) center top repeat-x;
	font-family: 'Open Sans', Arial,Helvetica,sans-serif;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
}

.bg-trama {background: url(../images/bg-trama.png) repeat; width: 100%; height: 100%; position: absolute; z-index: -9999;}

@font-face {
    font-family: "Gnuolane";
    src: url("../font/gnuolane_rg-webfont.ttf") format("truetype");
    src: url('../font/gnuolane_rg-webfont-webfont.eot');
    src: url('../font/gnuolane_rg-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gnuolane_rg-webfont-webfont.woff') format('woff'),
         url('../font/gnuolane_rg-webfont-webfont.ttf') format('truetype'),
         url('../font/gnuolane_rg-webfont-webfont.svg#GnuolaneRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;;
}

/*------------Macros----------------*/

h1 {
	font-family: Gnuolane,Arial,Helvetica,sans-serif;
    font-size: 26px;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 28px;
    margin-top: 6px;
    text-transform: uppercase;
}

h2 {
	font-family: Gnuolane,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 28px;
    margin-top: 6px;
    text-transform: uppercase;
}

h3 {
	font-family: Gnuolane,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 28px;
    margin-top: 6px;
    text-transform: uppercase;
}

a {
	color: #009bdb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.btn, #button, #button2, #buscar input.btn, .boton_login, .continuar, .continuar a, .recupera_pass a  {
	color: #fff;
	font-weight: bold;
	background: #0078e1;
	line-height: 16px;
	width: auto;
	height: auto;
	font: 14px;
	border: 1px solid #A47E00;
	padding:5px;
	display: inline-block;
	    -moz-border-radius: 3px; /* Firefox */  
  -webkit-border-radius: 3px; /* Safari, Chrome */  
  border-radius: 3px; /* CSS3 */  
}


input[type="text"] {
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px / 3px;
	border-radius: 3px / 3px;
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #CCCCCC;
    font-family: inherit;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;

}

input[type="password"] {
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px / 3px;
	border-radius: 3px / 3px;
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #CCCCCC;
    font-family: inherit;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;
}

textarea {
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px / 3px;
	border-radius: 3px / 3px;
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #CCCCCC;
    font-family: inherit;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 100%;
}


/*------------Design----------------*/

.nombre_txt {
    font-size: 110%;
    font-weight: bold;
    text-align: left;
}



.contenedor {
	padding:0px 10px 10px 10px;
	padding-bottom:0px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	margin-bottom: 0px;
}
.contenido100{
    padding: 0 20px;
    width: 900px;
}
.contenido {
	text-align: center;
	width: 914px;
	padding: 0px 0px 5px 5px;
}

.texto-central{

	text-align: justify;
	margin-left: 15px;
}

#contenido img {
-webkit-transition:all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
#contenido img:hover {
    opacity: 1;
}

.weater {margin: 10px 10px 5px 0; height: 112px; float: left;}
.imgredes {margin-top: 15px;}
.item-inicio {
	width: 305px;
	padding: 10px;
	border: #f8f8f8 solid 1px;
	display: inline-block;
	margin: 10px 10px 5px 0;
	float: left;
	border-radius: 3px;
	height: 112px;
	background: #E4E4E4;
	-webkit-transition:all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.item-inicio:hover {
	border: #e2e2e2 solid 1px;
	background: #FFF;
}

.item-inicio img {
    border: 1px solid #CCC;
    float: left;
    padding: 5px;
    margin-right: 10px;
	background: #fff;
}

.item-inicio .titulo {
	font-family: Gnuolane, Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	display: block;
	text-transform: uppercase;
}

.item-inicio .titulo span {
	font-size: 18px !important;
}

.item-inicio .vinculo_caja_inferior2 a {
    float: right;
    display: inline-block;
}

.item-inicio .contenido_item {
	display: inline-block;
	float: left;
	height: auto;
	padding: 0px 0 0;
	width: 180px;
	text-align: left !important;
}

.item-inicio .vinculo_caja_inferior2 {
    float: right;
    width: 100%;
}

.item-inicio .vinculo_caja_inferior2 a{
	color: #fff !important;	
}


.caja_contenedor {
    border: 1px solid #CCCCCC;
	height: 260px;
}

.caja_contenedor a img {
    border: 1px solid #CCCCCC;
}


.contenido_noticia {
	float: right;
	width: 650px;
	padding: 0 20px;
}

.contenido_links {
	float: right;
	width: 650px;
	padding: 0 20px;
}

.contenido_detalle {
	float: right;
	width: 650px;
	padding: 0 20px;
}
.contenido_contacto {
	float: right;
	width: 650px;
	padding: 0 20px;
}
.contenido_listado {
    display: inline-block;
    height: auto;
    width: 100%;
}

.vinculo_caja_inferior2 a span {
	color: #fff !important;
}

.img_detalle_noticia {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	height: 156px;
	width: 193px;
}

.paginador_img_detalle_noticia, .paginador_img_detalle_noticia a {
	color: #fff;

}
.paginador_img_detalle_noticia a:hover{
	text-decoration:underline;	
}

.opciones_det_not {
	text-decoration:none;
	text-align: center;
	float: left;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	padding-top: 20px;
}

.col_coti3_2, .col_coti3_7, .col_coti3_6, .col_coti3_5, .col_coti3_4, .col_coti3_3, .col_coti3_1 {
	background: #E4E4E4;
}

.opciones_det_not a{
	text-decoration:none;
}
.opciones_det_not a:hover{
	text-decoration:underline;
		
}


/*CAJAS INFERIORES DE IZQUIERDA A DERECHA*/
.cajas_inferior1, .cajas_inferior2, .cajas_inferior3  {
    float: left;
    height: 130px;
    margin-left: 22px;
    margin-right: 0;
    padding: 10px;
    width: 280px;
    color: #fff;
    margin-top: 45px;
}


.titulo_caja_inferior1, .titulo_caja_inferior2, .titulo_caja_inferior3 {
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
}

.texto_caja_inferior1, .texto_caja_inferior2, .texto_caja_inferior3 {
    height: 100px;
    line-height: 20px;
    padding-top: 15px; 
    text-shadow: 1px ;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);

}

/*FIN CAJAS INFERIORES*/

/*VINCULOS CAJAS INFERIORES*/
.vinculo_caja_inferior1 {margin-top: 8px; display: block; }
.vinculo_caja_inferior1 a {
	font-weight: normal;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	background: #df932a;
	-moz-border-radius: 3px; /* Firefox */  
    -webkit-border-radius: 3px; /* Safari, Chrome */  
    border-radius: 3px; /* CSS3 */  
}
.vinculo_caja_inferior1 a:hover{
	color: #333; 
	background: #fff;
	-moz-transition: all 0.5s ease-in-out 0s;
	
}


.vinculo_caja_inferior2 {margin-top: 6px; display: block; margin-left: 10px;}
.vinculo_caja_inferior2 a {
	font-weight: normal;
	color: #fff !important;
	background: #df932a;
	-moz-border-radius: 3px; /* Firefox */  
    -webkit-border-radius: 3px; /* Safari, Chrome */  
    border-radius: 3px; /* CSS3 */ 
	padding: 5px 14px;
	

}
.vinculo_caja_inferior2 a:hover{
	color: #333;
	background: #fff;
	-moz-transition: all 0.5s ease-in-out 0s;
	
}


/*FIN VINCULOS CAJAS INFERIORES*/


.logo_div {
	background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 189px;
	margin: 6px 0px 0px;
	position: absolute;
	width: 155px;
	z-index: 1000;

}


.menu_div {
    float: right;
    padding-top: 107px;
    width: 960px;
	text-align: center;
	position: absolute;
	top: 0px;
	height: 35px;
	/*background: url(../images/bg_menu.png) no-repeat;*/
	border-radius: 5px;

	/*background: #fff;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff7000), to(#E0760C));
	background: -webkit-linear-gradient(#ff7000, #E0760C);
	background: -moz-linear-gradient(#ff7000,#E0760C);
	background: -ms-linear-gradient(#ff7000, #E0760C);
	background: -o-linear-gradient(#ff7000, #E0760C);
	background: linear-gradient(#ff7000, #E0760C);
	-pie-background: linear-gradient(#ff7000, #E0760C);
	behavior: url(pie/PIE.htc);*/
}
.img_banner_div {
    float: left;
    height: auto;
    margin-left: -346px;
    margin-top: 140px;
    width: auto;
}

.col_izquierda_div {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding: 0 0 0 10px;
	height: auto;
	display: inline-block;
}

.contenido_col_izquierda br {
	display: none;
}

#col_derecha {
	float: left;
	width: 200px;
	padding: 0 0 0 0px;
	margin-right: 20px;
	margin-top: 5px;
	height: auto;
}

#col_derecha img{
	margin-bottom: 10px;
}

.top-col-izq{
	background-image: url("../images/top-lateral.png");
    background-repeat: no-repeat;
	height: 61px;
	width: 240px;
	}
	
.top-col-izq-galeria{
	background-image: url("../images/top-lateral-galeria.png");
    background-repeat: no-repeat;
	height: 61px;
	width: 240px;
	}
	
.pie-col-izq{
	background-image: url("../images/pie-lateral.png");
    background-repeat: no-repeat;
	height: 22px;
	width: 229px;
	margin-top: -3px;
	}
	
.titulo_seccion_columna_izquierda {
}

.titulo_seccion_columna_izquierda_div {
}

.contenido_col_izquierda {
	padding: 10px 5px 10px;
}


/*paddings*/

.relleno_superior{
	padding-top:10px;
}
.relleno_derecha{
	padding-right:10px;
}
.relleno_inferior{
	padding-bottom:10px;
}
.relleno_izquierda{
	padding-left:10px;
}
.footer {
	margin-top: -72px;
	text-align: center;
	width: 960px;
	height: 21px;
	padding: 1px 0 0;
	margin-left: 30px;
	margin-right: -10px;
	background-image: url(../images/00-bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	_background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/00-bg-footer.png', sizingMethod='scale');
	
}

.footer br {
	display: none;
}
.grupo_superior {	
    background-image: url("../images/00-fondo_grupo_sup.ng");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    padding: 0 0px;
    width: 960px;
}
.grupo_central {
	height: auto;
	display: inline-block;
    min-height: 350px;
    padding: 25px 10px 30px;
    width: 940px;
	background: #fff;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    left: 50%;
    margin-left: -480px;
    top: -100px;
     

}
.grupo_inferior {
    background-image: url("../images/00-bg-grupoinferior.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 337px;
    margin-left: -275px;
    padding-left: 306px;
    width: 1285px;
    margin-top: -100px;
}
.titulos span {
color:#009bdb;
}

.titulos {

	text-align: center;
	color: #545454;
}

.sub_titulos {
	font-size: 16px;
	font-weight: bold;
}

.separador {

	margin: 20px 0;
}

.separador2 {

	margin: 20px 0;
	margin-left: 285px;
}

h3.fuente_fecha_publi{
	margin:10px 0 0 0;
	
}
.fuente_fecha_publi {
	font-weight: normal;
}
.texto_general {
}
/*MODIFICA CUALQUIER SELECTOR DENTRO DE LA ID TEXTO_INICIO*/
#texto_inicio {
	font-family: 'Open Sans', Arial,Helvetica,sans-serif !important;
	color: #333 !important;
	padding: 15px 0 0 15px;
	text-align: justify;
}

#texto_inicio p span {
	font-family: 'Open Sans', Arial,Helvetica,sans-serif !important;
	color: #333 !important;
}

#texto_inicio a{

	font-weight: bold;
}
	
#texto_inicio a:hover{
	text-decoration:underline;
}

#texto_inicio ul {	
	padding: 10px;
	display: block;
	margin-bottom: 20px;
/*	background: #E2E2E2;
	border: 1px solid 1b1b1b;
	-moz-box-shadow: 0 0 5px 5px #CCC;
	-webkit-box-shadow: 0 0 5px 5px #ccc;
	box-shadow: 0 0 5px 5px #ccc;*/
}
#texto_inicio li{
	list-style: disc;
	margin-left:10px;
	
}
.creditos {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	margin-left: 45px;

}
.creditos a{
	color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.creditos a:hover{
	text-decoration:underline;
	
}

.fecha {
	padding-left: 0px;
}
.vinculo_titular_noticia a{
    border-bottom: 1px solid #CCC;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0 0 10px 0px;
    text-decoration: none;
}
.vinculo_titular_noticia a:hover{
	text-decoration:underline;

}
/*MENU LATERAL LINK'S*/

#menu_lateral {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu_lateral ul {
	border-left: 1px solid #ccc;
}

#menu_lateral li{
	border-bottom: 1px solid #ccc;
}

#menu_lateral li:last-child{
	border-bottom: 0px solid #ccc;
}

#menu_lateral li a:link, #menu_lateral li a:visited, #menu_lateral li a{
	display: block;
	padding: 10px;
    height: auto;
    line-height: 17px;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

#menu_lateral li a:hover{
	background: #195793 url("../images/menulatfondo.png") repeat-x bottom center;
	color: #fff;
}

.subcategoria{
	padding: 0 0 0 10px;
}


#inc_datos a{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
    display: block;
    height: auto;
    line-height: 17px;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

#inc_datos a:hover{
	background: #195793 url("../images/menulatfondo.png") repeat-x bottom center;
	color: #fff;
}
/*FIN MENU LATERAL LINK'S*/



/*menu superior*/



#inc_login {
	padding-top: 0px;
}

#inc_datos {
	margin-top: 20px;
}
.img_det_prod_cont {
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
    height: auto;
    padding: 10px;
    width: auto;
}
.prev_next {
	float: left;
	height: 30px;
	width: 210px;
	text-align: center;
}
.prev_next_text, .prev_next_text a {
	font-weight: normal;
	text-decoration:none
}
.prev_next_text a:hover{
	text-decoration:underline;
}

.det_img {
}
.data_det_cont {
	float: left;
	height: auto;
	width: 100%;
}
.data_det_cont h3 {
    float: left;
    margin: 20px 0 0 20px;
    width: 25%;
}
h1.desc_det_text {	
    margin: 10px 0 20px;
}
h2.desc_det_text {
	font-weight: normal;

}
.mas_img {
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: right;
    height: auto;
    padding: 10px;
	width: 50%;
}
.mas_img_det_1 {
    float: left;
    height: auto;
    text-align: center;
    width: 33%;
}
.mas_img_det_2 {
    float: left;
    height: auto;
    text-align: center;
    width: 33%;
}
.mas_img_det_3 {
    float: left;
    height: auto;
    text-align: center;
    width: 33%;
}

.desc_det_pro {
    float: left;
    height: auto;
    padding: 10px 0 0 20px;
    width: 90%;	
}
h1.titulo_desc_detalle_pro {

    /*nuevo margen*/
    margin:5px 0 0 0;
}
/*CLASES NUEVAS*/
.paginador_fotos100 {
	font-weight: normal;

	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
}
.nombre{
	display:none;
}

.bloque_info{
    float: left;
    height: auto;
    margin: 15px 0 0;
    width: 100%;
}
.cotizar_div_boton{
	float: right;
	height: 50px;
	width: 200px;
	margin:0 5px 0 0;
	text-align: center;	
	}

.contenido_login{
	width:100%;
	padding:10px;
}

.desc_det_pro *{
	line-height: 12pt;
	list-style: disc;
	text-decoration:none;
}
.desc_det_pro a{

	text-decoration:none;
	}

.desc_det_pro a:hover{	
	text-decoration:underline;
	}
	
.redes {
    clear: both;
    display: none;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}
.redes li {
    float: right;
    height: 40px;
    margin-left: 10px;
    width: 40px;
}
.redes li a {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}
.redes li a:hover {
    background-position: 50% -39px;
}
.face {
    background: url("../images/btn1.png") repeat scroll 0 0 transparent;
}
.twit {
    background: url("../images/btn2.png") repeat scroll 0 0 transparent;
}
.you {
    background: url("../images/btn3.png") repeat scroll 0 0 transparent;
}

.twitter {
	margin-left: -10px;
}
/*noticias home*/

.noticia-corta{
	width: 500px;
	height: auto;
	clear: both;
	min-height: 150px;
	
	}

.img-noticia{
	float: left;
	border: solid #dadada 1px;
	padding: 5px;
	width: 162px;
	height: auto;
	background-color: #fff;
	margin: 5px 10px 0px 0px;
	text-align: center;
}
	
.img-noticia img{
	border: solid #dadada 1px;
	margin: 0 auto;
	}
	
.sombra-img{
	background-image: url("../images/sombra-img.png");
	background-repeat: no-repeat;
	width: 159px;
	height: 9px;
	clear: both;
	float: left;
	margin-left: 5px;
	
	}

.titulos-noticia{
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	letter-spacing: 1px;	
}

.texto-noticia{
	list-style: disc;
	text-decoration:none;
	text-align:justify;
}
	
.footer-noticia{
	background-image: url("../images/separador-noticia.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 489px;
	height: 23px;
	margin: 25px 0px 25px 11px;
	clear: both;
	}
	
.footer-noticia a{
	background-image: url("../images/bg-mas-noticia.png");
	background-repeat: no-repeat;
	font-family: Gnuolane, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;	
	width: 61px;
	height: 17px;

	padding-left: 7px;
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: -6px;
}

.fecha-home{
	line-height: 11pt;
	list-style: disc;
	text-decoration:none;
	text-align:justify;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	margin-left: -10px;
	}

#div-contacto{
	margin-top: 20px;
}

#google-map{
	margin-top: 15px;
	border: solid #CCC 5px;
width: 480px;
	}
	
.facultad{
	width: 230px;
	background-color: #0076be;
	padding: 5px;
border: #0076be;
float: left;
margin-right: 5px;
	}
	
.facultad td{
	background-color: #F7F7FB;
	padding: 5px;
	}
	
	
.lavaLampWithImage {
    float: left;
    height: auto;
    overflow: hidden;
    width: 960px;
    background: none;
    margin-left: 158px;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	border-left: 1px solid #25468e;

}

.lavaLampWithImage li:first-child {
  border-left: 0px solid #25468e;
}

.lavaLampWithImage li:last-child {
  border-right: 0px solid #25468e; 
}


li.li-registrate { width: 220px; height: 25px; margin: 3px 0px 3px 15px; }
ul.lavaLampWithImage li a.registrate {margin: 0; padding: 0; background: url(../images/registrate.png); width: 220px; height: 25px; display: block;}
ul.lavaLampWithImage li a.registrate:hover {opacity: 0.7;}
.lavaLampWithImage li.back {
background: #f3a100;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3a100), to(#c77c00));
background: -webkit-linear-gradient(#f3a100, #c77c00);
background: -moz-linear-gradient(#f3a100, #c77c00);
background: -ms-linear-gradient(#f3a100, #c77c00);
background: -o-linear-gradient(#f3a100, #c77c00);
background: linear-gradient(#f3a100, #c77c00);
-pie-background: linear-gradient(#f3a100, #c77c00);
behavior: url(/PIE.htc);
	width: 9px; height: 45px;
	z-index: 8;
	position: absolute;
	left: -10000px;
}
.lavaLampWithImage li.back .left {
	height: 45px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
ul.lavaLampWithImage li a {
	font-family: Gnuolane, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	outline: none;
	text-align: center;
	top: 0px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	background: none;
	float: left;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 4.5px 43px;
	/*text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);*/
	text-transform: uppercase;
	-webkit-transition: all 0,3s linear;
	-moz-transition: all 0,3s linear;
    -ms-transition: all 0,3s linear;
    -o-transition: all 0,3s linear;
	transition: all 0,3s linear;
}

.lavaLampWithImage li a:hover{ 
	color: #4c6d35;
	background: #f2f2f2;
	text-decoration: none;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

#home{
	width: 660px;
	height: 300px;
	overflow: hidden;
	
	}
#flash{
	margin-top: -210px;
	
	}
	
/*-------------------------------------*/
.sub {
	position: absolute;	
	top: 141px;
	background: #fff; 
	padding: 0px 0px;
	float: left;
	display: none;
}

ul#a1 li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	/* [disabled]width: 100%; */
}
ul#a1 li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: auto;
	max-width: 180px;
	float: left;
	text-align: left;
	
	
}

.sub ul li {
	width: 99%; /*--Override parent list item--*/
	color: #fff;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-right: none;
	border-left: none;
}


.sub ul li a {
	float: left; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 5px 10px;
	display: block;
	border-left: none;
	color: #444;
	background:none;
	text-transform:capitalize;
	text-align: left;
	font-weight: normal;
	width: 160px
	
	
}
.sub ul li a:hover {
	color: #fff;
	background: #d1a613;
}	

/*fin menu superior*/

/*--------------  menu lateral ---------------------   */     

 table.altrowstable {
 font-size:11px;
 border-width: 1px;
 border-color: #E0E0E0;
 border-collapse: collapse;
 }
 table.altrowstable th {
 border-width: 1px;
 padding: 8px;
 border-style: solid;
 border-color: #E0E0E0;
 }
 table.altrowstable td {
 border-width: 1px;
 padding: 8px;
 border-style: solid;
 border-color: #E0E0E0;
 }
 .oddrowcolor{
 background-color: #EFEFEF;
 }
 .evenrowcolor{
 background-color: #E0E0E0;
 }
 
  table.altrowstable tr:hover {
	  background: #FEF301;
 }
 
.ingles {
    display: block;
    height: 20px;
    left: 50%;
    margin-left: 454px;
    position: absolute;
    top: 5px;
    width: 20px;
}

.text h3 {
	margin: 25px 0 15px !important;
	float: left;
	width: 100%;
}

.text p{
	float:left !important;
	height: auto;
	width: 100%;
	display:inline-block;
}

.text img{
	float: left !important;
	padding: 5px !important;
	border: 1px solid #ccc !important;
	margin: 0 15px 15px 0 !important;
	max-width: 50% !important;
	height: auto !important;
}

.noti td {
	padding: 8px;
	vertical-align: top;
}

.notificacion {
	width: 550px;
}

.notificacion td {
	padding: 8px;
	vertical-align: middle;
}

.notificacion input[type="text"] {
	width: 90%;
}

.notificacion textarea {
	width: 90%
}

.div1 {
	width: 445px;
	float: left;
	margin-right: 20px;
	display: inline-block;
}
.box_categorias {
	background: #104d88; padding: 15px 10px; border-radius: 5px;
	background: #0c6494; /* Old browsers */
background: -moz-linear-gradient(top,  #0c6494 0%, #093977 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c6494), color-stop(100%,#093977)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0c6494 0%,#093977 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0c6494 0%,#093977 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0c6494 0%,#093977 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0c6494 0%,#093977 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6494', endColorstr='#093977',GradientType=0 ); /* IE6-9 */


}
.div1 nav {width: 190px; float: left; margin-left: 20px; text-align: left;}
.div1 nav a {display: block; margin: 0px 0px; color: #fff; padding: 5px; text-decoration: none;}
.div1 nav a:hover {border-radius: 3px; background: #ff6a00; text-decoration: none !important;}
.div2{
	float: left; display: inline-block; width: 215px;
}

.libro_destacado {background: #f8f8f8; margin-top: 15px;padding: 15px; border: 1px solid #dbdbdb;}
.libro_destacado img {float: left; margin-right: 10px;}
.div2 .anuncia img {border: 5px solid #d0d0d0; margin-bottom: 10px;}
.btn_registro {margin: 0px 0px 10px 0px;}
.home {display: inline-block; width: 680px;}
.box {width: 214px; float: left; margin-right: 10px; padding: 10px 0px 0px; text-align: center;}
.box img {}
.box > .boton {background: #009bdb; font-family: "Gnuolane";  padding: 3px 8px; border-radius: 3px; color: #fff; font-size: 16px; }
.box > .boton:hover {text-decoration: none !important; background: #444;}
.box h2  {border: none; font-size: 19px; margin: 5px 0px 0px; color: #444; text-align: center;}
.box p {padding: 4px 10px 10px; margin: 0px; text-align: center;}
.box_last {margin: 0;}
.box_full {border: 1px solid #d3d3d3; width: 645px;  padding: 10px 10px 10px; text-align: center; margin-top: 15px; display: inline-block;}
.box_full img {width: 313px; float: left;border: 1px solid #d3d3d3;}
.box_full img:first-child {margin-right: 15px;}

/*carousel*/
#slider-code { height: auto; overflow:hidden; width: auto; padding: 5px 10px; border: 1px solid #d2d2d2; border-radius: 3px; }
#slider-code .viewport { float: left; width: 590px; height: 200px; overflow: hidden; position: relative; margin: 5px 10px 0px; }
#slider-code .next { background:url( ../images/flechas.png) no-repeat scroll 100% 0 transparent; display: block; margin: 90px 0px 0px 0px; float: left; width: 24px; height:24px; text-indent: -9999px; }
#slider-code .next:hover {background:url( ../images/flechas.png) no-repeat scroll 100% 100% transparent}
#slider-code a {outline: none;}
#slider-code .prev { background:url( ../images/flechas.png) no-repeat scroll 0 0 transparent; display: block; margin: 90px 0px 0px 0px; float: left; width: 24px; height:24px; text-indent: -9999px; }
#slider-code .prev:hover {background:url( ../images/flechas.png) no-repeat scroll 0 100% transparent}
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 0px 0 0px; height: 200px;  width:200px; list-style: none;}





/*Circulos*/





.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	cursor: pointer;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background: #111;
	pointer-events: none;
	
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(../images/1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/2.jpg);
}

.ch-img-3 { 
	background-image: url(../images/3.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 60px;
	font-family: Gnuolane,Arial,Helvetica,sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	display: inline-block;
	font-weight: bold;
	font-family: Gnuolane, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	background: #333;
	font-style: normal;
	-moz-border-radius: 3px; /* Firefox */  
    -webkit-border-radius: 3px; /* Safari, Chrome */  
    border-radius: 3px; /* CSS3 */  
}

.ch-info p a:hover {
	color: #222;
	text-decoration: none;
	background: #fff;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}
.ch-grid {
	margin: 20px 0 50px 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}



       /*Marcas*/


       .links {
    display:block;
    float: left;
   
    width: 960px;}
	
#links {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
	padding:5px;
    display: inline-block;
    
    height: 62px;
    margin: 0 0 -20px -52px;
    width: 1170px;
    
    }
#links .logo1{
 background:url(../images/logo1.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 5px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;
	}
	
#links .logo1:hover{background:url(../images/logo1.png) no-repeat scroll 100% 100% transparent}

 




 

 #links .logo2{

 background:url(../images/logo2.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 12px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo2:hover{background:url(../images/logo2.png) no-repeat scroll 100% 100% transparent}

#links .logo3{

 background:url(../images/logo3.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo3:hover{background:url(../images/logo3.png) no-repeat scroll 100% 100% transparent}

#links .logo4{

 background:url(../images/logo4.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo4:hover{background:url(../images/logo4.png) no-repeat scroll 100% 100% transparent}

#links .logo5{

 background:url(../images/logo5.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo5:hover{background:url(../images/logo5.png) no-repeat scroll 100% 100% transparent}

#links .logo6{

 background:url(../images/logo6.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo6:hover{background:url(../images/logo6.png) no-repeat scroll 100% 100% transparent}

#links .logo7{

 background:url(../images/logo7.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo7:hover{background:url(../images/logo7.png) no-repeat scroll 100% 100% transparent}

#links .logo8{

 background:url(../images/logo8.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo8:hover{background:url(../images/logo8.png) no-repeat scroll 100% 100% transparent}

#links .logo9{

 background:url(../images/logo9.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo9:hover{background:url(../images/logo9.png) no-repeat scroll 100% 100% transparent}

#links .logo10{

 background:url(../images/logo10.png) no-repeat scroll 100% 0% transparent; display: block; margin: 0px 16px 0px 0px; float: left; width: 100px; height:58px; text-indent: -9999px;

	}	

#links .logo10:hover{background:url(../images/logo10.png) no-repeat scroll 100% 100% transparent}