/* 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 {
background:
	line-height: 1;
	background-color:#000000;
}
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: '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: 'DIN Bold', Arial;
	font-size: 1em;
	color: #b4b4b4;
	text-decoration:none;
	text-shadow: 0.1em 0.1em 0.1em black;
	letter-spacing: -0.039em;

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

.titulo {
	font-family: 'DIN Bold', Arial;
	font-size: 1em;
	color: #FFF;
	letter-spacing: -0.039em;
	font-weight: normal;
	text-shadow: 0.1em 0.1em 0.1em black;

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

.subtitulo {
	font-family: 'DIN Bold', Arial;
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: -0.039em;
	font-weight: normal;
	text-shadow: 0.1em 0.1em 0.1em black;

}
.subtitulo_gris {
	font-family: 'DIN Bold', Arial;
	font-size: 0.8em;
	color: #999;
	letter-spacing: -0.039em;
	font-weight: normal;
	text-shadow: 0.1em 0.1em 0.1em black;

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



.texto {
	font-family: 'DIN Regular', Arial;
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: -0.039em;
	font-weight: normal;
	}
A.texto:hover {color: #999; text-decoration:none;}
A.texto:link{text-decoration:none;}
A.texto:visited{text-decoration:none;}

.desplegable {
	font-family: 'DIN Regular', Arial;
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: -0.039em;
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #333333;
	width: 170px;
	margin-left:5px;

}

.textonegro {
	font-family: 'DIN Regular', Arial;
	font-size: 0.8em;
	color: #000;
	letter-spacing: -0.039em;
	font-weight: normal;

}
.textogris {
	font-family: 'DIN Regular', Arial;
	font-size: 0.8em;
	color: #999;
	letter-spacing: -0.039em;
	font-weight: normal;

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

.fecha {
	font-family: 'DIN Regular', Arial;
	font-size: 0.8em;
	color: #D03273;
	letter-spacing: -0.039em;
	font-weight: normal;

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

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




.menupie2 {
	font-family: Arial;
	font-size: 0.6em;
	color: #424242;
	text-decoration:none;
	text-shadow: 0.1em 0.1em 0.1em black;
	letter-spacing: -0.039em;

}
A.menupie2:hover {font-size:0.6em; color: #7e7e7e; text-decoration:none;}
A.menupie2:link{text-decoration:none;}
A.menupie2:visited{text-decoration:none;}

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

.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:920px;
	height: 38px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	
	
	}
	
.noticia{
	background-image:url("images/fondo_noticia.gif");
	background-repeat:repeat-x;
	height:50px;
	border:1px solid #000000;
	margin-bottom:5px;
	padding:5px;
	}
.paginado{
	background-image:url("images/fondo_paginado.gif");
	background-repeat:repeat-x;
	height:35px;
	margin-bottom:5px;
	padding:10px;
	text-align:right
	}
.pielogos{
	background-image:url("images/fondo_logos.gif");
	background-repeat:repeat-x;
	height:75px;
	text-align:left;
	}
.pie{
	background-image:url("images/fondo_pie.gif");
	background-repeat:repeat-x;
	height:151px;
	padding-left:10px;
	text-align:left
	}

.column{
	display: table-column;
  }
.row{
	display: table-row;
  }
  
 .celda{
 position:relative;
 float:left;
	
	}

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

.piecelda2{
position:relative;
	width:155px;
	vertical-align: top;
	height:101px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	}

.menu_desplegable{
	position:absolute;
	left:655px;
	top:295px;
	/*filter: alpha(opacity=0); opacity: .0;*/
	
	width:180px;
	z-index:100;
	padding:10px;
	background-color:#1a1a1a;
	
	}
.formulario {
	font-family: 'DIN Regular', Arial;
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: -0.039em;
	font-weight: normal;
	background-color: #333333;
	border: 1px solid #666666;
}
