body {
	background: #b7ccf5;
}
/* Estructura de la página */
#contenedor {
	width: 918px;
	text-align: left;
	margin: 5px auto;
}
#header {
	background: url(../img/fondo_head.png) no-repeat left top;
	height: 124px;
	position: relative;
}
#contenido {
	overflow: hidden;
	height: 1%;
	width: 918px;
	background: #FFF url(../img/fondo_contenedor.png) repeat-y left top;
}
#pie {
	background: url(../img/fondo_pie.png) no-repeat left top;
	height: 29px;
	text-align: center;
	color: #F1F6FD;
	padding-top: 3px;
	font-size: 0.8em;
	clear: both;
}


/* Contenido de HEAD  */
#logo {
	top: 30px;
	position: absolute;
	left: 40px;
	height: 92px;
	width: 300px;
}
#datos {
	width: 400px;
	position: absolute;
	right: 30px;
	bottom: 20px;
}
#datos p {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
}
#datos a {
	color: #333;
	text-decoration: none;
}
#datos a:hover {
	color: #666;
	text-decoration: underline;
}
#barra {
	background: url(../img/fondo_barra.png) repeat-x left top;
	height: 10px;
	width: 900px;
	margin-left: 9px;
}
/* Contenido de menu  */
#menu {
	height: 31px;
	width: 900px;
	margin-left: 9px;
}
#menu ul {
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 6px 15px;
	border-right: 1px solid #333;
}
#menu ul li a:hover {
	color: #FFF;
	background: #164197;
}
#barra2 {
	height: 25px;
	background: #EEF3FC;
	border-top: 2px solid #164197;
	border-bottom: 2px solid #164197;
	width: 900px;
	margin-left: 9px;
}
#fotos {
	border-bottom: 2px solid #164197;
	width: 900px;
	margin-left: 9px;
}
#col_izda {
	width: 425px;
	float: left;
	border-right: 1px dashed #999;
	padding: 25px 25px 100px;
	margin-left: 9px;
}
#col_dcha {
	float: left;
	width: 370px;
	background: #fbfcfe;
	padding: 25px 25px 100px;
}
#centro {
	width: 850px;
	padding: 25px 25px 100px;
	margin-left: 9px;
}
#cont_edit h2 {
	color: #cc4c4b;
	font-size: 1.5em;
	border-bottom: 2px dotted #CC4C4B;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
#cont_edit p {
	color: #333;
	line-height: 1.3em;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;	
}
#col_dcha img {
	padding: 20px;
	background: #F1F6FD;
	margin-top: 50px;
}
#col_izda ul li {
	font-size: 0.9em;
	list-style: disc;
	margin-left: 50px;
	color: #333;
	line-height: 1.3em;
}
.borde {
	border: 1px solid #333;
}
#cont_edit h3 {
	font-weight: bold;
	color: #333;
	font-size: 1.4em;
	margin-bottom: .5em;
}
/* Formulario */
form {
	width: 700px;
	background: #E4EFFF;
	padding: 10px;
	margin-left: 50px;
	border: 3px solid #17509D;
}
input {
	border: 1px solid #666;
	
}
input,label , textarea, select{
	padding: 3px;
	margin: 2px 10px 2px 5px;
}
.bloque {
	display: block;
	overflow: hidden;
	clear: both;
}
label {
	float: left;
	margin-right: 5px;
}
.boton {
	background: #133C8B;
	font-size: 1em;
	border: 1px solid #000;
	color: #FFF;
	padding: 5px;
}
.obligatorio {
	color: #F00;
}
/* Flota */
#centro img {
	padding: 15px;
	background: #E4EFFF;
	margin: 10px;
	border: 1px dashed #006;
}
#centro img:hover {
	padding: 15px;
	margin: 10px;
	border: 1px dashed #006;
	background: #CEE2FF;
}
#centro  a {
	color: #133C8B;
	text-decoration: none;
}
#centro  a:hover {
	color: #666;
	text-decoration: underline;
}

