/* genéricos */
body {
	text-align: center;
}
h1{
	font-family: Cooper Black;
	font-size: 20pt;
	color: #e20000;
	margin-left: 20px;
	float: left;
	display: block;
}
h2 {
	font-size: 14pt;
}

/*** clases ***/

/* recuadros */
div.recuadro  {
	margin: 1px;
	padding: 0px;
	text-align: center;
	float: left;
	
	line-height: 120px;
	vertical-align: middle;
	
	font-family: Verdana, Arial, Sans;
	font-size: 10pt;
	font-weight: bold;
	
	color: white;
	
	background-repeat: no-repeat;
	
	width: 120px;
	height: 120px;
}
div.recuadro a, div.recuadro a:link, div.recuadro a:visited {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	
	text-decoration: none;
	color: white;
}
div.recuadro a:hover {
	background-image: url(../img/fondos/recuadro-hover.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/fondos/recuadro-hover.png");

	background-repeat: no-repeat;
}
/* hack ie6 */
* html div.recuadro a:hover {
	cursor:hand;
	cursor:pointer;
}

.lleno{
	background-image: url(../img/fondos/recuadro-gris.png);
	
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
}
.linea {
	clear: left;
}

.apartado, .inicio {

}
.fotoApartado {
}

.idiomas{
	height: 20px;
	float: right;
}
.idiomas img, .idiomas a {
	border: none;
	float: left;
	display: block;
	clear: none;
	width: 18px;
	margin: 2px;
}

.banner {
	float: left;
	width: 620px;
	height: 120px;
	background-repeat: no-repeat;
}

div.redondeadoSuperior {
	float: left;

	background-image: url(../img/fondos/redondeado-superior.png);
	
	background-repeat: no-repeat;
	width: 742px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
}
/* hack ie6 */
* html div.redondeadoSuperior {
	margin-bottom: -3px;
}

div.redondeadoInferior {
	float: left;
	
	background-image: url(../img/fondos/redondeado-inferior.png);
	
	background-repeat: no-repeat;
	width: 742px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
}

div.contenido {
	text-align: left;
	float: left;

	width: 662px;
	background-color: #f1f1f1;
	margin: 0px;
	padding: 40px;
	
	font-family: Verdana, Arial, Sans;
	font-size: 8pt;
	text-align: justify;
}
div.contenido p {
}
div.contenido img {
	margin: 0px 5px 0px 5px;
}
div.contenido img[align=right] {
	margin-right: 0px;
}
div.contenido img[align=left] {
	margin-left: 0px;
}

/* ids */

#page {
	padding-top: 30px;
	margin: auto;
	width: 732px;
	width: 766px;
}

#cabecera {
	float: left;
	width: 732px;
	width: 766px;
}

#container {
	height: 620px;
	clear: both;
}
