body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*---------------------------
INICIAL
---------------------------*/
#inicial{
	position:relative;
	text-align:center;
	width: 650px;
	height:550px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

/* --------------------------
CABECERA
----------------------------*/
#cabecera {
	background-color:#9f0606;
	height: 100px;
	border-bottom:5px solid black;
}
#cabecera .WebTitulo {
	font-size:400%;
	color: #cc0000;
	float: left;
	margin-left: 5em;
	margin-top: 0.2em;
}
#cabecera .logo {
	float:left;
	margin-left: 10em;
	margin-top: 0.6em;
}
/* --------------------------
NAVEGACION
----------------------------*/
#navegacion {
	position: absolute;
	top: 7em;
	left: 1em;
	width: 8em;
	border-right:1px solid #CC0000;
}
#navegacion ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#navegacion li {
	font-size: 80%;
	border-bottom: 1px dotted #cc0000;
	margin-bottom: 0.3em;
}
#navegacion a,a {
	text-decoration: none;
	color: #2A4F6F;
}
#navegacion a:hover,a:hover {
	text-decoration: none;
	color: #cc0000;
}
#navegacion h2 {
	font: 110%  Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
}
/* --------------------------
CONTENIDO
----------------------------*/
#contenido {
	top:7em;
	margin-left: 11em;
	margin-right: 2em;
}
#contenido p {
	font-size: 80%;
}
#fotos {
	margin-left:2em;
	margin-right:2em;
	font-size:80%;
}
#mapa{
	margin-left:auto;
	margin-right:auto;
}
#adress{
	font-size:80%;
}
#fotoequipo{
	padding:1px;
	border:2px solid #b2bcc6;
}
h1 {
	font:150% Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	border-bottom:2px solid #CC0000;
	text-align:center;
}
h2 {
	font:120% Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #b2bcc6;
}
/*
Estilos del fromulario
*/
.formstyle {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color:#454743;
}

.labelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #CC0000;
}

