* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ebebeb;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0f4186 url(../imagen/bg.gif) no-repeat fixed center 0;
}

#ajuste{
	margin: 25px auto 10px auto;
	width: 959px;
}

#central{
	background-color: #FFFFFF;
}

/*Generales*/
.cb{
	clear: both;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.db{
	display: block;
}

p{
	margin-top: 1em;
}

img{
	border: 0;
}

/*Textos*/
h1{
	color: #000000;
	font: bold 20px Arial, Helvetica, sans-serif;
}

h2{
	color: #016eac;
	font: bold 16px Arial, Helvetica, sans-serif;
}

h3{
	color: #016eac;
	font: bold 14px Arial, Helvetica, sans-serif;
}

h4{
	color: #016eac;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

a{
	color: #3f77cf;
}

/*Cabecera*/
#cabecera #encabezado{
	height: 181px;
	background: url(../imagen/cabecera.png) no-repeat;
}

#cabecera #opciones{
	height: 46px;
	background-color: #f9f5f1;
}

/*Menu*/
#menu{
	width: 257px;
	float: left;
	color: #016eac;
	font-size: 12px;
	padding: 35px 20px 35px 40px;
	background-color: #FFFFFF;
}

#menu .opcion a{
	text-decoration: none;
	background: url(../imagen/a-bg.png) no-repeat 0 -28px;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	min-width: 150px;
	padding-left: 35px;
}

#menu .opcion:hover a{
	background: url(../imagen/a-bg.png) no-repeat 0 -56px;
}

#menu .opcion:hover span{
	width: 10px;
	background: url(../imagen/a-bg.png) no-repeat -990px -84px;
	float: left;
	height: 28px;
	line-height: 28px;
	
}

#menu #opciones{
	background: url(../imagen/menu-fondo.png) no-repeat;
	height: 300px;
}

#menu #opciones ul{
	padding: 55px 0 0 30px;
	width: 200px;
	list-style: none;
}

#menu #opciones ul li{
	height: 30px;
}

#menu #mapa{
	margin-top: 40px;
}

#menu #mapa img{
	border: 2px solid #eddfcf;
	-moz-border-radius: 5px;
}


/*Contenido*/
#principal{
	background-color: #FFFFFF;
	float: right;
	width: 622px;
	padding: 35px 20px 35px 0px;
	line-height: 20px;
}

#principal img{
	border: 1px solid #e2e2e2;
}

#mapa-contacto{
	border: 2px solid #eddfcf;
	width: 618px;
	height: 350px;
}

.opcion a, .opcion-activa a{
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 5px 0 15px;
	float: left;
}

.opcion:hover a{
	background: url(../imagen/a-bg.png) no-repeat 0 0;
}

.opcion:hover span, .opcion-activa span{
	width: 10px;
	background: url(../imagen/a-bg.png) no-repeat -990px -84px;
	float: left;
	height: 28px;
	line-height: 28px;
}

.opcion-activa a{
	background: url(../imagen/a-bg.png) no-repeat 0 0;
}

/*Formulario*/
input{
	width: 250px;
}

/*Galeria*/
#galeria a{
	padding: 5px;
	border: 1px solid #AAAAAA;
	display: block;
	width: 150px;
	height: 150px;
	margin: 10px 40px 30px 0;
	float: left;
}

#planos a{
	padding: 5px;
	border: 1px solid #AAAAAA;
	display: block;
	width: 280px;
	height: 194px;
	margin: 10px 15px 30px 0;
	float: left;
}

/*Pie*/
#pie{
	background: url(../imagen/pie.png) no-repeat;
	height: 131px;
	clear: both;
	line-height: 25px;
	color: #787878;
	font-weight: bold;
}

#pie a{
	text-decoration: none;
	color: #787878;
}

