@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
img {border:none;}

/* Contenedores */
div#contenedor{
	margin:0 auto; 
	width: 898px; 
	background-color:#002015;
	background-image: url(img/fondohome.jpg);
	background-repeat: no-repeat;
	min-height: 775px;
  	height: auto !important;
	height: 775px;
}
#cabecera{
	width: 100%;
	height: 106px;
}
#menu{
	width: 100%;
	height: 35px;
	text-align: center;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
}
#menu a{
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	color: #c0c0c0;	
}
#menu span{
	color: #AC141B;
}
#pie{
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding-bottom: 10px;
}
#pie p{
	margin-top: 10px;
}
span.pieBlanco{
	color: #FFFFFF;
}
span.pieNaranja{
	color: #E37222;
}

/* Peticiones */
.bordeNaranja{
	border: 1px solid #E37222;
}
