@charset "UTF-8";
/* CSS Document */


body{
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#contenedor{
background:url(../img/fondo.jpg) repeat-y;
width:900px;
min-height:300px;
}

#separador{
height:4px;
width:880px;
margin-left:10px;
background-color:#CCCCCC;
}

#menu{
float:left;
width:250px;
height:790px;
margin-left:6px;
background-color:#AF0A08;
font-color:#000000;
}

#sep{
width:250px;
height:70px;
}

#cuerpo{
margin: 5px 5px 5px 5px;
}

#central{
float:left;
width:600px;
height:790px;
margin-left:10px;
background-color:#EFD070;
font-family:"Comic Sans MS";

}

#elementos {  
	list-style:none;
	margin:0;
	padding:0;
}

#elementos li {
font-size:10px;
	margin:2px;
	padding:2px;
	border:1px solid#CCCCCC;
	background:url(../img/boton.jpg) no-repeat;
	}


#elementos li a {
	display:block; //Convertimos el vínculo en un bloque.
	width:100px;
	height:20px;
	padding:2px 4px 4px 25px;
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	
}

#elementos li a:hover {
	color:#CCCCCC;
}	


#inferior{
width:600px;
text-align:center;
font-size:9px;
color:#A20908;
}

#contacto td{
font-size:10px;
}

#titulo {
font-size:18px;
color:#333333;
text-align:center;

}

#contacto input,textarea{
font-family: Tahoma, Verdana, Arial; 
font-size: 11px; 
color:#333333; 
background-color:#FAFAFA; 
border:#CCCCCC; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px;
 border-left-width: 1px;
}

p{
text-align:justify;
}