/* CSS Document */
body{
	background-color: #762824;
	margin:0px;
}


#CentradaLS {
	position:absolute;
	top:50%;
	left:50%;
	width:672px;
	height:522px;
	margin-left:-336px;
	margin-top:-261px;
	background-image: url(imagenes/fondo.gif);
	background-repeat: no-repeat;	
}
#cuerpo{
	width:672px;
	height:522px;
}
#avion{
	padding:0 0 0 30;
}
#contenido {
	width:320px; 
	height:255px;
	float:left;
	padding:0 0 0 40px;
	margin:25px 0 0 0;
}
#contenido2 {
	width:320px; 
	height:250px;
	float:left;
	padding:0 0 0 40px;
	margin:40px 0 0 0;
}
#flash {
	width:293px; 
	height:382px;
	float:right;
	padding:0 6px 0 0;
}

#cabecera {
	float:right;
	width:455px;
	margin:60px 0 0 0px;
	padding:0 20px 0 0;
	
}

#apartado {
	margin:90px 0 0 10px;
}


#pie{
	width:686px;
	height:59px;
}

#caja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position:absolute;
	left:50%;
	width:260px;
	margin-left:-135px;
	
}

.subrayado {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.negrita {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link, a:active, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
	a:hover{
	text-decoration:none;
	}