/* RESET ---------------------------------------------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

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, ol, ul, li,
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;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
} */
/* FIN DEL RESET ---------------------------------------------------------------------------------------------------------------------*/
/* CLEARFIX ---------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* FIN DEL CLEARFIX ---------------------------------------------------------------------------------------------------------------------*/

/* CARGA DE FUENTES--------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'GothamLightRegular';
	src: url('gothamlight-webfont.eot');
	src: local('?'), url('gothamlight-webfont.woff') format('woff'), url('gothamlight-webfont.ttf') format('truetype'), url('gothamlight-webfont.svg#webfontLSJlD2Rt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMediumRegular';
	src: url('gothammedium-webfont.eot');
	src: local('?'), url('gothammedium-webfont.woff') format('woff'), url('gothammedium-webfont.ttf') format('truetype'), url('gothammedium-webfont.svg#webfontr3u2Htxd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBoldRegular';
	src: url('gothambold-webfont.eot');
	src: local('?'), url('gothambold-webfont.woff') format('woff'), url('gothambold-webfont.ttf') format('truetype'), url('gothambold-webfont.svg#webfontU4nlgP0S') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBookRegular';
	src: url('gothambook-webfont.eot');
	src: local('?'), url('gothambook-webfont.woff') format('woff'), url('gothambook-webfont.ttf') format('truetype'), url('gothambook-webfont.svg#webfontl9YKjpFJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBlackRegular';
	src: url('gothamblack-webfont.eot');
	src: local('?'), url('gothamblack-webfont.woff') format('woff'), url('gothamblack-webfont.ttf') format('truetype'), url('gothamblack-webfont.svg#webfontjxRvlhGg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamThinRegular';
	src: url('gothamthin-webfont.eot');
	src: local('?'), url('gothamthin-webfont.woff') format('woff'), url('gothamthin-webfont.ttf') format('truetype'), url('gothamthin-webfont.svg#webfontNjaVXj34') format('svg');
	font-weight: normal;
	font-style: normal;
}








@font-face {
	font-family: 'DIN Regular';
	src: url('DIN.eot');
	src: local('DIN Regular'), local('DIN'), url('DIN.woff') format('woff'), url('DIN.svg#DIN') format('svg'), url('DIN.ttf') format('truetype');
}

@font-face {
	font-family: 'DIN Bold';
	src: url('DIN_Bold.eot');
	src: local('DIN Bold'), local('DINBold'), url('DIN_Bold.woff') format('woff'), url('DIN_Bold.svg#DINBold') format('svg'), url('DIN_Bold.ttf') format('truetype');
}
 
/* ESTILOS FUENTES --------------------------------------------------------------------------------------------------- */
.menufont {
	font-family: 'GothamBoldRegular', Arial;
	font-size: 13px;
	color: #b4b4b4;
	text-decoration:none;

}
A.menufont:hover {font-size:13px; color: #FFF; text-decoration:none;}
A.menufont:link{text-decoration:none;}
A.menufont:visited{text-decoration:none;}

.titulo {
	font-family: 'GothamBoldRegular', Arial;
	font-size: 14px;
	color: #666;
	font-weight: normal;

}
A.titulo:hover {font-size:14px; color: #b4b4b4; text-decoration:none;}
A.titulo:link{text-decoration:none;}
A.titulo:visited{text-decoration:none;}

.subtitulo {
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #666;
	font-weight: normal;

}
.subtitulo_gris {
	font-family: 'GothamBoldRegular', Arial;
	font-size: 11px;
	color: #999;
	letter-spacing: -0.039em;
	font-weight: normal;

}
A.subtitulo_gris:hover {color: #FFF; text-decoration:none;}
A.subtitulo_gris:link{text-decoration:none;}
A.subtitulo_gris:visited{text-decoration:none;}


.titulowrc {
	font-family: 'GothamBoldRegular', Arial;
	font-size: 14px;
	color: #E65E40;
	letter-spacing: -0.039em;
	font-weight: normal;

}

.texto {
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #FFF;
	letter-spacing: -0.039em;
	font-weight: normal;

}

.desplegable {
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #666;
	letter-spacing: -0.039em;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 170px;
	margin-left:5px;

}

.textonegro {
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;

}

.textonegrobold {
	font-family: 'GothamBoldRegular', Arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;

}

.textogris {
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #666;
	font-weight: normal;

}
A.textogris:hover {color: #000; text-decoration:none;}
A.textogris:link{text-decoration:none;}
A.textogris:visited{text-decoration:none;}

.fecha {
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #D03273;
	font-weight: normal;

}
.menupie {
	font-family: Arial;
	font-size: 0.7em;
	color: #666;
	text-decoration:none;
	letter-spacing: -0.039em;

}
A.menupie:hover {font-size:0.7em; color: #000; text-decoration:none;}
A.menupie:link{text-decoration:none;}
A.menupie:visited{text-decoration:none;}


/* ESTILOS GENERALES --------------------------------------------------------------------------------------------------- */
.contenedor{
	width:940px;
	/*border-left:3px solid #000;*/
	/*border-right:3px solid #000;*/
	margin:0 auto;
	background-color:#FFF;
	}

.cabecera{
	background-image:url("images/cabecera.jpg");
	background-repeat:repeat-x;
	height:82px
	}
	
.menu{
	height:50px;	
	}
.menu li{
	margin-left:10px;
	margin-top:57px;
	line-height:15px;
	float:left;
	padding-right:5px;
	}
	
.titulogeneral{

	
	background-image:url("images/barra_titulo.gif");
	background-repeat:repeat-x;
	align:left;
	width:916px;
	height: 38px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	float:left;

	border-left:#FFFFFF 2px solid;
	border-right:#FFFFFF 2px solid;
	
	
	}
	
.noticia{
	background-image:url("images/fondo_noticia.gif");
	background-repeat:repeat-x;
	height:50px;
	border:1px solid #FFF;
	margin-bottom:5px;
	padding:5px;
	}
.paginado{
background-color:#FFFFFF;
	height:35px;
	margin-bottom:5px;
	padding:10px;
	text-align:right
	}
.pielogos{


	height:75px;
	text-align:left;
	}
.pie{
	position:relative;
	float:left;
	background-image:url("images/fondo_pie.gif");
	background-repeat:repeat-x;
	height:151px;
	padding-left:10px;
	text-align:left;
	width: 930px;
	}
.column{
	display: table-column;
  }
.row{
	display: table-row;
  }
  
 .celda{
 position:relative;
 float:left;
	
	}

.piecelda{
	position:relative;
	float:left;
	width:210px;
	vertical-align: top;
	height:121px;
	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}
	
	.piecelda2{
	position:relative;
	float:left;
	width:200px;
	vertical-align: top;
	height:121px;
	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}

.menu_desplegable{
	position:absolute;
	left:687px;
	top:295px;
	width:180px;
	z-index:100;
	padding:10px;
	background-color:#FFF;
	border:#CCCCCC 1px solid;
	}

.icon{
border:solid 1px #FFFFFF;
}


.formulario{
font-family: 'GothamBookRegular', Arial;
font-size: 11px;
color: #666;
font-weight: normal;

}
