@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot?') format('eot'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype'),
         url('fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
	font-size:100%;
}
body {		
	text-align:center;		
	height: 100%;
	background:#030303;
	color:#b9b9b9;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size:1rem;
}

/* --------------------CABECERA-------------------- */

#banderas{
	position: absolute;
    right: 0;
    top: 2px;
}
#cabecera {
	background: url("../imgTemplate/bg-header.gif") repeat-x scroll center top transparent;
    position: relative;
    text-align: center;
    width: 100%;
    z-index:10;	
}
#cabeceraContainer{
	position:relative;
	margin:auto;
	max-width: 980px;
	height:187px;
	text-align: left;
	color:#FFFFFF;
    z-index:10;
}
#ContactInformationHeader {
    position: absolute;
    right: 1%;
    top: 15px;
    width: 290px;
}
#ContactInformationHeader .ContactInformationTitle {
    color: #e4e4e4;
    font-size: 1rem;
    font-weight: normal;
    padding: 5px 0;
    position: relative;
    text-align: center;
}
#ContactInformationHeader .ContactInformationTitle a{
	color: #e4e4e4;
}
#ContactInformationHeader .ContactInformationPhone {
	color: #ABA350;
    font-size: 0.8rem;
    font-weight: normal;
    position: relative;
    text-align: center;
}
#box_header{
	height: 98px;
    position: absolute;
    right: 34%;
    top: 15px;
    width: 290px;
	color: #ABA350;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
	display:table-cell;
	vertical-align:middle;
}
#HeaderIcons {
    height: 30px;
    left: 20%;
    position: absolute;
    top: 5px;
	z-index:201;
}
#logoCabecera{
	left: 0;
    position: absolute;
    top: 0;
}
#menu {
	bottom: 13px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 200;
}
#SearchBox {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 35px;
    position: absolute;
    right: 1%;
    top: 25px;
    width: 316px;
    z-index: 201;
	border-radius:5px;
}
#SearchBoxButton {
    border: medium none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
}
#SearchBoxInput {
    border: 0 none;
    color: #909092;
    font-size: 14px;
    height: 31px;
    left: 3px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 280px;
	outline:none;
}
#InformationHeader{
	
	position: absolute;
	top:15px;
	right: 35%;
	width: 270px;
	text-align: justify;
}
#GaleriaImagenes{
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* --------- Pie --------- */

#pie {
	background: url("../imgTemplate/bg-footer.gif") repeat-x scroll center top transparent;
    position: relative;
    text-align: center;
    width: 100%;
}
#pieContainer{
	background: url("../imgTemplate/bg-footer-container.png") repeat-x scroll center top transparent;
    position:relative;
	clear:both;
	max-width:980px;
	height:285px;
	margin:auto;
}
#pieContainer a{
    color:#B9B9B9;  
}
#pieContainer a:hover{
    color:#ABA350;  
	text-decoration:none;
}
#bloques_pie{
	position:relative;
	width:100%;
}
.bloque_pie{
	display:inline-block;
	float: left;
	width:31%;
	vertical-align:top;
	text-align:left;
	padding:0 1%;
	margin: 0 0 3rem;
}
.bloque_pie ul{
	list-style:none;
	padding: 0 1%;
}
.bloque_pie ul li{
	line-height:1.5rem;
}
.bloque_pie span{
	font-weight:bold;
	color:#b9b9b9;
}
#dusnic{	
	position: relative;
	z-index: 1;
	display:inline-block;
	width:33%;
	text-align:right;
}

#copyright{
	display: inline-block;
	width:33%;
    position: relative;
	z-index: 1;
	text-align:left;
}

#dusnic a, #copyright{
	color: #9B9B9B;
    font-size: 0.8rem;
    font-weight: normal;
}
#dusnic a:hover{
	color:#fff;
	text-decoration:none;
}
#ContactInformationFooter {
    padding: 1rem;
    position: relative;
    
}
#ContactInformationFooter .ContactInformationMail {
    display:inline-block;
    text-align: left;
	padding: 0 2rem;
    
}
#ContactInformationFooter .ContactInformationMail a {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: normal;
}
#ContactInformationFooter .ContactInformationPhone {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: right;
	display:inline-block;
	padding: 0 2rem;
}

#separador {
	clear: both;
}
#social_header{
    position: relative;
    text-align: center;
    width: 100%;
}
#social_footer{
	display:inline-block;
	width:33%;
	position: relative;
    text-align: center;
}
#social_footer a, #social_header a{
	display: inline-block;
    margin: 0;
}
.social_button{
	width:26px;
	height:26px;
	display:block;
	margin: 0;
	background: url("../imgTemplate/icons-social-networks.png")no-repeat;
}
.social_button.facebook{
	background-position: 0 0;
}
.social_button.blogspot{
	background-position: -208px 0;
}
.social_button.google{
	background-position: -52px 0;
}
.social_button.facebook:hover{
	background-position: 0 -26px;
}
.social_button.blogspot:hover{
	background-position: -208px -26px;
}
.social_button.google:hover{
	background-position: -52px -26px;
}

/* ----------CUERPO----------- */

#cuerpo {
	border-top: 1px solid #6A6A6A;
    position: relative;
    text-align: center;
    width: 100%;
}
#cuerpoContainer{
    position:relative;
	max-width:980px;
	margin:auto;
	text-align:left;
	
}

/* --------- Columna lateral --------- */
#columnaLateral {
	display: none;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    width: 245px;
	
}

.boxTitle {
	position:relative;
	width:inherit;
	height:43px;
	background:url(../imgTemplate/bg-block-title.jpg) no-repeat;	
	width:245px;
}

.boxTitleText {
	font-weight:bold;
	font-size:11pt;
	position:absolute;
	top:10px;
	left:10px;
	color:#FFF;
}

.boxContent {
	padding: 10px;
}

/*------ CONTENIDO -----*/	

#contenido {
    padding: 0;
    position: relative;
}
#contenido p{
    line-height:1.5rem;
}
.col_texto{
	width:65%;
	float:left;
}
.col_banner{
	float: right;
    margin: 1rem 0;
    text-align: right;
    width: 30%;
}
#img_default{
	padding:2rem 0;
	position:relative;
	width:100%;
	text-align:center;
	max-width:980px;
	margin:0 auto;
}
#img_default a{
	margin:0 0.7rem;
}
/*INICIO DE BOXES*/
.boxLogin .error{
	left:10px;
	position:absolute;
    width: 198px;
}

.boxLogin p{
	font-size:9px;
	padding:5px;
	margin:0px;
	color:red;
}



.noticiaBox{
    position:relative;
}

.tituloNoticiaBox {  
    position:relative;
    margin-bottom:10px;  
    margin-left:5px;  
    z-index:50;  
}

.tituloNoticiaBox a{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;	
}

.imgNoticiaBox {    
    margin-left:10px;
    z-index:50;
}

.resumenNoticiaBox { 
    position:relative;
    margin:10px;
    z-index:50;
    font-size:11px;
}

.leerMasNoticaBox {	
	margin-left:10px;
	z-index:50;
}

/* ------------ ESTILOS DE LISTADO DE PRODUCTOS --------------------------*/

.cuadroProd {
	/*display: inline-block;
    margin: 1%;
    position: relative;
    vertical-align: top;
    width: 47%;*/
    background: url("../images/img0053.png") no-repeat center center;
    display: block;
    float:left;    
    height: 80px;    
    text-align: center;    
    width: 122px;
    padding:20px 19px;
}

.listadoImagenProducto {
	/*float:left;
    text-align: center;
    width: 50%;*/    
	
}
.listadoImagenProducto img{
	border-radius:50%;
	transition:1s all ease;
	display: none;
}
.listadoImagenProducto img:hover{
	border-radius:10px;
}
.listadoProductosNombre{
	text-align: center;
    margin: 0 0 0.5rem;    
    width: 100%;
}

.listadoProductosNombre a {
	font-size: 15px;
	color: #000;	
	font-weight: bold;
}

.listadoProductosDescripcion {
	float:right;
	font-size:0.9rem;
	text-align:left;
	overflow: hidden;
	color:#434142;
	min-height:6rem;
	width: 46%;
	display: none;
}

.listadoProductosBotonIr {
	float:right;
	font-size:0.9rem;
	text-align:left;
	overflow: hidden;
	color:#575757;
	width: 46%;
	  margin: 1rem 0;
	  display: none;
}
.listadoProductosBotonIr a{
	background: #F6A800;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
	transition:all 0.5s ease;
}
.listadoProductosBotonIr a:hover{
	background:#0170A7;
	color:#fff;
	text-decoration:none;
}
.numeroPaginas a {
	color:#333;
	text-decoration:none;
}

.numeroPaginas a:hover {
	text-decoration:underline;
}

.paginaActual {
	font-size:14px;
	font-weight:bold;
}
/* ------------ FIN DE ESTILOS LISTADO DE PRODUCTOS -------------------*/
.button_back{
	display:block;
	margin: 2rem auto;
	background:#1275AA;
	padding:0.5rem 1rem;
	font-size: 1rem;
	width:3rem;
	text-align:center;
	color:#fff;
	font-weight:normal;
}
.button_back:hover{
	background:#044C72;
	text-decoration:none;
	color:#fff;
}
/* ------------ ESTILOS DE LISTADO DE NOTICIAS --------------------------*/
.cuadroNoticia {
	margin: 1rem 0;
    position: relative;
    width: 100%;
}
h2 a{
	color:inherit;
}
.listadoNoticiaImagen {
    display: inline-block;
    margin: 1%;
    vertical-align: top;
    width: 20%;
}

.listadoNoticiaTitulo {
    
}

.listadoNoticiaContenido {
    display: inline-block;
    margin: 1%;
    vertical-align: top;
    width: 75%;
}

.listadoNoticiamasInfo {
    margin: 0.5rem;
    text-align: right;
}
/* ------------ FIN DE ESTILOS LISTADO DE NOTICIAS -------------------*/


/* ------------- Asteriscos de Contactar -------------- */
.asterisco{
	font-size: 16px;
	color:#E37F41;
}


/* ------------ FIN DE ESTILOS LISTADO DE SECCIONES -------------------*/
.imagenes_secciones{
    display: inline-block;
    margin: 2%;
    width: 20%;
}
.style3{
    font-weight: bold;
    height: 90px;    
    text-align: center;    
    position: relative;
    width: 124px;
    font-size: 15px;
    text-transform:capitalize;
    
}
.style4{
	background: url("../images/img0053.png") no-repeat center center;
    display: block;
    float:left;    
    height: 80px;    
    text-align: center;    
    width: 122px;
    padding:20px 19px;

}
/*  COOKIES */
#cookies-message { /* NUEVO DISEÑO MAS GRANDE */
    background: #9B9B9B none repeat scroll 0 0;
    border-top: 1px solid #222;
    bottom: 0;
    color: #fff;
    font-family: Arial,Verdana;
    font-size: 1em;
    padding: 0 1% 20px;
    width:98%;
    position: fixed;
    text-align: center;
    z-index: 999999999;
}

#cookies-message-container{
    margin: 5px auto;
    text-align:center;
    position: relative;
    text-align: center;
    width: 100%;
	padding-right: 10px;
}

/* ESTILOS GENERALES */

h1{
	color: #ABA350;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    text-transform: uppercase;
}

h2 {
	color: #ABA350;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#000;
}
table{
	width:100%;
}

p,li{
    font-size: 0.95rem;
	line-height:1rem;
}

strong,b{
	font-weight: bold;
	color:#FFFFFF;
}

input {
    border: 1px solid #999999;
    margin: 0.1rem;
    padding: 0.1rem;
}
td input, textarea {
	max-width:300px;
	width:90%;
}
img{
    border:none;
	max-width:100%;
}

@media screen and (max-width: 768px){
	html{
	font-size:90%;
	}
	#menu {
		position:relative;
		bottom:0;
		width:100%;		
	}
	.nav{
		display: none;
	}
	#ContactInformationHeader{
		/*right: 1%;*/
		top: 140px;
		width: 33%;
		left:0px;
	}
	#logoCabecera {
		text-align: center;
		width: 50%;
		left:12%;
	}
	#SearchBox{
		border:1px solid #B9EFFE;
		border-radius:0;
		right: 0;
		top: 133px;
		width: 100%;
		z-index:1;
	}
	#SearchBoxInput{
		width: 90%;
	}
	.cuadroProd {
		width:46%;
		margin:1%;
	}
	.imagenes_secciones{
    
    margin: 1%;
    width: 31%;
	}
	#ContactInformationHeader .ContactInformationTitle {
		position: absolute;
		top:0px;
		right: -68%;
		width: 100%;
	}
	#ContactInformationHeader .ContactInformationPhone {
		position: absolute;
		top:0px;
		right: -181%;
		width: 100%;
	}
	#InformationHeader{	
		position: absolute;
		right: 4%;
		top:15px;		
		width: 270px;
		text-align: justify;
	}
}
@media screen and (max-width: 480px){
	html{
	font-size:85%;
}	
	#HeaderIcons{
		display:none;
	}
	#logoCabecera {
		position:relative;
		text-align: center;
		width: 100%;
		left:0;
	}
	
	#ContactInformationHeader{
		display:none;
	}
	#ContactInformationFooter{
		padding:0.5rem
	}
	#contenido{
		padding:0 0.5rem;
	}
	.col_texto{
		width:100%;
		float:none;
	}
	.col_banner{
		width:100%;
		float:none;
		text-align:center;
	}
	.bloque_pie {
		display: block;
		margin: 0;
		padding: 0 1%;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	.cuadroProd {
		width:100%;
		margin:1rem 0;
		border:none;
	}
	.cuadroProd:hover {
		border:none;
	}
	.imagenes_secciones{
		margin: 5%;
		width: 40%;
	}
	.listadoNoticiaImagen{
		width:100%;
		text-align:center;
	}
	.listadoNoticiaContenido{
		width:98%;
		padding:1%;
	}
	#pieContainer, #cabecera{
		background:#030303;
	}
	#dusnic, #copyright, #social_footet{
		display:block;
		width:100%;
		text-align:center;
		padding:1rem 0;
	}
	#InformationHeader{	
		position: relative;
		float:left;
		top:0px;
		right: 0%;
		width: 320px;
		text-align: justify;
	}	
}