@charset "utf-8";
/* CSS Document */
body{
	font-family:arial;
	font-size:12px;
	margin:0px;
	background-color:#f2f2f2;
	
	}
.clear{
	clear:both;
}


a:link{text-decoration: underline; color:#000;}
a:visited{text-decoration: underline; color: #ff7930}
a:hover{text-decoration: underline; color:#666666}
a:active{text-decoration: underline; color: #666666}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration: none;
}

div#header{
	padding:0px;
	border-top:#ff7930 solid 5px;
	border-bottom:#f2f2f2 solid 60px;
	background:#f2f2f2;

}

div#content_header{
	width:950px;
	margin:auto;
	color:#000000; font-size:12px;
	height:110px;position:relative;
}

div#header_body{
	padding:0px; 
}

div#content_body{
	width:950px;
	padding:0px 15px;
	margin:auto;
	color:#000000; font-size:12px;
	
}


.paginate{
	padding:2px 5px 2px 5px;
	background-color:#003366;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.current{
	padding:2px 10px 2px 10px;
	background-color:#006600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#Logo{
	position:absolute;
	margin-left:0px;
	margin-top:0px;	width:auto;
	z-index:1000;
	
}

div#LogoRedSocial{
	left: 863px;
	top: 0px; width:auto;
}


div#menu{
	position:absolute;
	width: 810px;
	left: 130px;
	top:80px;
	padding:2px;
	padding-right:0px;
	font-family:Britannic Bold;
	border-top:#ff7930 solid 1px;
	font-size:16px;	
	z-index:1;
	background-color:#f2f2f2;
	border-right:none;

}

.sub { 
	position: absolute; top: 100%; left: 0px;  
	background-color: #41338b; font:normal 0.8em arial;  
	padding: 0.2em 0.5em ;
}

.zoom{
		transition: 0.5s ease;
		-moz-transition: 0.5s ease; /* Firefox */
 		-webkit-transition: 0.5s ease; /* Chrome - Safari */
 		-o-transition: 0.5s ease; /* Opera */
	}
.zoom:hover{
		transform : scale(1.05);
		-moz-transform : scale(1.05); /* Firefox */
		-webkit-transform : scale(1.05); /* Chrome - Safari */
		-o-transform : scale(1.05); /* Opera */
		-ms-transform : scale(1.05); /* IE9 */
	}


h1{
margin:0px; color:#ffffff; font-size:18px;
font-family:arial; line-height:25px; padding-bottom:3px;
}
h2{
margin:0px; color:#0f3987; font-size:14px;
font-family:arial; line-height:25px; padding-bottom:3px;
}
h3{
margin:0px; color:#ffffff; font-size:18px;
font-family:arial; line-height:25px; padding-bottom:3px;
}
p{
line-height:20px;
margin-top:10px; color:#232d14; font-size:14px;
font-family:arial; text-align:justify;
}

.psec{
line-height:16px; color:#232d14; font-size:12px;
font-family:arial; text-align:justify; margin-left:3px;
}

.fv2{
	font-size:12px; padding:10px 10px 10px 0px;
	border-top:1px dashed #FFFFFF; border-right:1px dashed #FFFFFF;
	margin-right:5px;
}
.fv22{
	font-size:12px; padding:10px 10px 10px 0px;
	border-top:1px dashed #FFFFFF;
}

#fv1a1{color:#FF6600;}
#fv1a2{color:#FF6600;}

#contenido{
	height:auto;
	padding:10px;
	background-color:#FFFFFF;
}
#contenidoright{
height:auto;
	padding:5px;
	background-color:#FFFFFF;
	border-left:2px dashed #41c4dd;
}

.opcionestit{
padding:4px;
background-color:#a1d868;
color:#ffffff; font-weight:bold;
font-family:arial;
}

.opcionescont{
padding:4px;
background-color:#ffffff;
color:#000000;
font-family:arial;
border:1px solid #a1d868;
margin-bottom:10px;
}

.opcionesep{
margin-bottom:5px;
background-color:#E7F2E6;
padding:2px;
}

div#foot{
margin-top:100px;
background-color:#292929;
padding:2px;
height:100px;
}
div#foot_contenido{
padding:10px;
	width:950px;
	margin:auto;
	color:#000; font-size:20px;
}




/* CODIGO DE FACEBOOK FLOTANTE */
#flotante1 {
position:fixed;
top:100px;
right:-250px;
float:right;
width:288px;
display:block;
padding:0;
z-index:1002;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
#flotante2 {
position:fixed;
top:240px;
right:-250px;
float:right;
width:288px;
display:block;
padding:0;
z-index:1003;
border-radius:10px;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
#flotante3 {
position:fixed;
top:380px;
right:-250px;
float:right;
width:288px;
display:block;
padding:0;
z-index:1004;
border-radius:10px;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
#flotante1:hover, #flotante2:hover, #flotante3:hover {
right:0px;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
div.likeboxwrap {
margin-top:-5px;
margin-left:-45px;
width:238px;
height:325px;
background-color:#fff;
overflow:hidden;
border-radius:10px;
}

/* FIN DE CODIGO DE FACEBOOK FLOTANTE */



.invitacion{
margin-top:10px; padding:8px;
width:auto; background-color:#ffffff;
box-shadow: 1px 1px 1px 2px #636363;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.nau{
width:auto; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


.bordeImagen{
	border: 5px solid #FFFFFF;
    box-shadow: 2px 2px 3px #636363;
    margin: 0 0 20px;
    padding: 0;
    width:auto;	
	transition: 0.5s ease;
	-moz-transition: 0.5s ease; /* Firefox */
 	-webkit-transition: 0.5s ease; /* Chrome - Safari */
 	-o-transition: 0.5s ease; /* Opera */
	}
.bordeImagen:hover{
		transform : scale(1.02);
		-moz-transform : scale(1.02); /* Firefox */
		-webkit-transform : scale(1.02); /* Chrome - Safari */
		-o-transform : scale(1.02); /* Opera */
		-ms-transform : scale(1.02); /* IE9 */
	}



#rectangulo {
-moz-border-radius: 0px 0px 5px 5px;/*para Firefox*/
-webkit-border-radius: 0px 0px 5px 5px;/*para Safari y Chrome*/
border-radius: 0px 0px 5px 5px;/* para Opera */
}

#rectangulochico {
-moz-border-radius: 5px 5px 0px 0px;/*para Firefox*/
-webkit-border-radius: 5px 5px 0px 0px;/*para Safari y Chrome*/
border-radius: 5px 5px 0px 0px;/* para Opera */
}

.bordeImg{
	border: 5px solid #FFFFFF;
    box-shadow: 2px 2px 3px #636363;
    margin: 0 0 20px;
    padding: 0;
}


/* ############################## NUEVOS CODIGOS ############################## */

.foot_menu{
	font-family:arial;
	margin-bottom:5px;
	text-align:center;
	font-size:12px; padding:7px;color:#0066CC; 
	background-color:#fff;
	margin-right:5px; float:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.foot_pie_col1{
	float:left; 
	width:467px; 
	margin-right:10px; 
	border-right:1px dashed #FFFFFF;
	font-family:arial;
	font-size:12px;
	line-height:15px;
}

.foot_pie_col2{
	float:left; 
	width:469px;
	font-family:arial;
	font-size:12px;
	line-height:15px;
}

.formulario_contorno{
	margin-left:0px;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
}

.formulario_contorno{
	margin-left:0px;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
}

.formulario_titulo{
	background-color:#ff7930;
	width:930px;padding:10px; 
	margin-bottom:1px;
	font-family:arial;
	font-size:20px; 
	color:#fff;
	font-weight:bold;
}

.formulario_base{
	width:930x;
	font-size:12px;
	padding:10px;
	background-color:#f9f9f9;
	font-family:verdana;
	position:relative;
}

.formulario_datos{
	position:absolute; margin-right:10px;
	left: 343px; top: 13px;
	width:560px;
	height:345px;
	background:url(../imagen/contacto.png) no-repeat;
	background-color:#ff7930;
	color:#fff;
	line-height:18px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.formulario_fc1{width:300px; border:1px solid #333333; background-color:#f0f0f0; border:1px solid #cccccc;  padding:7px;}
.formulario_fctxt{ font-size:12px; font-weight:bold; margin-bottom:5px; color:#000;}


/* MENU SUPERIOR --- ####################### */
  .mi-menu  {
    list-style-type: none;
    margin:0px 0px 0px 515px; /* si queremos centrarlo */
    padding:8px 0px 0px 0px;
    /* la altura y su ancho dependerÃ¡n de los textos */
    height: 40px; 
    width: 290px;
    /* el color de fondo */
	z-index:10000000;
  }


  /* si es necesario, evitamos que Blogger de problemas con los saltos de lÃ­nea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
	z-index:1112554;
  }
  .mi-menu li a {
    border-left: 1px solid #000;
    border-right: 1px solid #666;
    color: #EEE;
    display: block;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 14px;
    margin: 6px 0;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  
  /* eliminamos los bordes del primer y el Ãºltimo */
  .mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a { color:#ff7930; }

  /* los submenÃºs */
  .mi-menu ul {
    border-radius: 0 0 5px 5px;
    left: 0;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 40px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #222;
    background: -moz-linear-gradient(#222,#555);
    background: -webkit-linear-gradient(#22,#555);
    background: -o-linear-gradient(#222,#555);
    background: -ms-linear-gradient(#222,#555);
    background: linear-gradient(#222,#555);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenÃºs */
  .mi-menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .mi-menu li:hover > ul li {
    height: 30px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  .mi-menu ul li a {
    border: none;
    border-bottom: 1px solid #111;
    margin: 0;
    /* el ancho dependerÃ¡ de los textos a utilizar */
    padding: 5px 20px;
    width: 100px;
  }
  /* el Ãºltimo n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }
  
  
/* TIENDA VIRTUAL*/
.tienda_right_book_base{
width:auto; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tienda_right_book_tit{
width:auto; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tienda_right_cat_base{
background:#f6f6f6;
border-bottom:5px solid #000000;
width:243px; 
border:1px solid #d4d4d4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tienda_right_cat_tit{
width:auto;
background:#f6f6f6;
padding:5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px	;
}
.tienda_right_cat_pro{
width:auto;
padding:4px;
font-size:12px;
background:#dbdbee;
color:#FFFFFF;
margin-bottom:3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.tienda_right_cat_com_tel{
width:auto;
background:#f6f6f6;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.interna_titulo_nau {
padding: 10px;
color: #fff;
line-height: 30px;
font-family: Britannic Bold;
font-size: 24px;
font-family: Oswald;
text-align: left;
background: #ff7930;
width: auto;
height: auto;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-family: 'Open Sans', sans-serif;
}
.interna_texto {
padding: 10px;
color: #000000;
line-height: 22px;
font-size: 16px;
font-family: 'Muli', sans-serif;
text-align: justify;
width: auto;
height: auto;
}
.interna_titulo_dos {
padding: 10px;
color: #fff;
line-height: 18px;
font-size: 18px;
/* font-family: Oswald; */
text-align: left;
background: #3c3c3c;
width: auto;
height: auto;
font-family: 'Open Sans', sans-serif;
}



/*Efecto slider HOME*/
.imgteaser { /* es el bloque general */
    margin: 0 auto; /* lo centramos */
    overflow: hidden;
    position: relative;
	height:auto;
    width: auto; /* establecemos el ancho total (imagen + marco) */
  }
  .imgteaser a {text-decoration: none;}
  .imgteaser a:hover {cursor: pointer;}
  .imgteaser a img { /* la imagen en si misma */
    background-color: #ffffff; /* el color del marco */
    border: none;
    margin: 0;
    padding: 1px; /* le ponemos un marco alrededor */
	height:370px;;
  }
  .imgteaser a .more { /* es el área traslúcida de LEER MAS */
    background-color: #bf73fa;  /* color de fondo */
    /* las propiedades del texto */
    color: #FFF;
    font-size: 14px;
    padding: 5px 5px;
    /* transparencia */
    filter:alpha(opacity=65); /* IE genérico */
    opacity:.65; /* Firefox */
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)'; /* IE8 */
    /* posicionamos ese texto abajo y a la izquierda sin importar la altura de la imagen */
    position: absolute;
    bottom: 1px;
    right: 1px;
  }
  .imgteaser a .desc {display: none;}
  .imgteaser a:hover .more {visibility: hidden;}
  .imgteaser a:hover .desc { /* es el texto del caption en si mismo */
    background-color:#bf73fa; /* color de fondo */
    display: block;
    margin: 0;
    width: auto; /* ocupará el mismo ancho de la imagen */
    /* las propiedades del texto */
    color: #FFF;
    font-size: 12px;
    padding: 5px;
    /* transparencia */
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    /* lo posicionamos abajo y a la derecha sin importar la altura de la imagen */
    position: absolute;
    bottom: 1px;
	right:1px;
    left: 1px;
  }
  .imgteaser a:hover .desc strong { /* el texto LEER MAS */
    display: block;
    font-size: 14px;
    line-height: 2em;
  }
  
  
  .zcontador{
	position:absolute;
	left: 360px; top: 10px;
	width: 131px;
	background-color:#ffcc00;
	padding:5px;
	color:#333333;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* Redes */ 

#social-iconos {width:200px;;height:50px;margin-bottom:10px;display:block;clear:both;}
.social-icons{display:table}
.social-icons ul {list-style-image:none;list-style-position:outside;list-style-type:none;
text-align:right;padding:5px 5px 0 0}
.social-icons ul {padding:0;float:right;margin-bottom:0;}
.social-icons li.social_icon {background:none !important;padding-left:0 !important;
display:inline;float:left;margin-left:6px;}
.social-icons li:hover {-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);transform: rotate(-360deg);}







/* Effect 10: reveal, push out */
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 12px;;
}

nav a:hover,
nav a:focus {
	outline: none;
}	



.color-4 {
	background: #f4f4f4;
	width:80px;
}

.cl-effect-10  {
	position: relative;
	z-index: 1;
	
}

.cl-effect-10 a {
	overflow: hidden;
	margin: 0 0px;
}

.cl-effect-10 a span {
	display: block;
	padding: 10px 20px;
	background: #ededed;
	color:#000;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	
}

.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #ff7930;
	color: #FFFFFF;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);

}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}



