/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol li { list-style: decimal }


/* FIN DEL RESET ******************************************** */


html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	background-color:#CCCCCC;
}

/* ELIMINA BORDE AZUL ENLACES ACTIVOS */ 

*:focus { 
	outline: none; 
	}
	
*::-moz-focus-inner { 
	border: none; 
	}


.textoNovedades a {
	
	color:#bdbb23;
	text-decoration: none;
	
}


.textoNovedades a:hover {
	
	color:#FFF;
	text-decoration: none;
	
}

/* GENERALES */ 

 
#contenedor {
	width:980px;
	clear: both;
	margin:0 auto 0 auto; /* Centrado horizontal */
	position: relative;

}

.enlaceNoticia {
	color:#FFF;
	text-decoration:none;
}

.enlaceNoticia:hover {
	color:#e32219;
	text-decoration:none;
}

.rojoDatos { padding-top:4px;}

.caja_formulario { 
	border:1px dotted #A6B235;
	font-size:14px;
	padding:4px;
}


.cssRounded {
	-moz-border-radius: 6px; /* Firefox*/  
	-ms-border-radius: 6px; /* IE 8.*/  
	-webkit-border-radius: 6px; /* Safari,Chrome.*/  
	border-radius: 6px; /* El estándar.*/  	
}

.cssRounded_3{
	-moz-border-radius: 3px; /* Firefox*/  
	-ms-border-radius: 3px; /* IE 8.*/  
	-webkit-border-radius: 3px; /* Safari,Chrome.*/  
	border-radius: 3px; /* El estándar.*/  	
}


h1 {
	font-size:67px; font-family:Helvetica, Arial; letter-spacing:-0.02em; font-weight:bold; color:#FFF; clear:both; margin-bottom:30px;
}

#menu_superior {  padding-top:50px;}
#menu_superior a { font-size:16px; color:#757479; text-decoration: none; padding-right:34px; }
#menu_superior a:hover, #menu_superior a.seleccionado { color:#FFFFFF; text-decoration: none; }


#menu_home { padding-top:76px; padding-left:156px; }

#menu_home div { font-size:47px; font-family:Helvetica, Arial; letter-spacing:-0.02em; font-weight:bold; margin-bottom:36px; clear:both; }
#menu_home div a { color:#FFF; text-decoration: none; }
#menu_home div a:hover, #menu_home a.seleccionado { color:#e32219; }


#menu_home_black { padding-top:76px; padding-left:156px; }
#menu_home_black div { font-size:47px; font-family:Helvetica, Arial; letter-spacing:-0.02em; font-weight:bold; margin-bottom:36px; clear:both; }
#menu_home_black div a { color:#000; text-decoration: none; }
#menu_home_black div a:hover, #menu_home_black a.seleccionado { color:#e32219; }

/* SISTEMA DE PAGINACIÓN */

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #ddd; */
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #a0a0a0; */
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #e0e0e0; */
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	/* border: 1px solid #f3f3f3; */
	color: #ccc;
}

.hide {
	display:none;
}

/* BARRA DE SCROLL */

 
.flexcroll { color :#FFF; }

.flexcroll a { color:#FFF; text-decoration:none; }


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: white;
}

.vscrollerbar {
	width: 10px;
	background-color: black;
}

.hscrollerbase {
	height: 10px;
	background-color: white;
}

.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }

#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li { list-style:none; }



