html {
}

body {
	background-color: #fff;
	background-image: url(../imagenes/lineas_fondo.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

img.png, div.png {
	behavior: url('estilos/pngbehavior.htc');
}

#menu {
	padding-top: 0px;
	margin-left: 236px;
	float: left;
}

#menu_2 {
	padding-bottom: 6px;
}


#contenido_index {
	width: 980px;
}

#contenido {
	width: 980px;
	background-image: url(../imagenes/fondo_interior.jpg);
	background-repeat: no-repeat;
}

#contenido_gestion {
	width: 980px;
	background-image: url(../imagenes/fondo_interior_gestion.jpg);
	background-repeat: no-repeat;
}

#menu_secundario {
	margin-bottom: 30px;
	float: left;
}

#botones {
	margin-top: 500px;
	margin-left: 711px;
}

#texto {
	width: 536px;
	padding-right: 15px;
	margin-left: 280px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-right: solid 1px #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
	line-height: 16px;
	float: left;
}

#texto li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
	line-height: 16px;
	list-style-type: none;
	margin-right: 30px;
	margin-top: 5px;
	list-style-image: url(../imagenes/bola_li.jpg);
}


#texto table {
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}

#texto a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#texto a:hover {
	color: #333;

}

#map {
	 width: 535px;
	 height: 400px;
	 margin-bottom: 20px;
}

#lateral {
	float: left;
	width: 120px;
	margin-top: 21px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#pie {
	clear: both;
	width: 940px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #efefef;
	border-bottom-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

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

#pie a:hover {
	text-decoration: underline;
	color: #666;
}

#comentarios {
	width: 500px;
	margin-left: 20px;
	line-height: 12px;
	font-size: 10px;
}

.destacado_comentario {
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
}

.linea {
	margin-left: 5px;
	margin-right: 5px;
}

.destacado {
	font-size: 12px;
	font-weight: bold;
}

.formulario_texto {
	border: 1px solid #a4a4a4;
	font-family: Arial;
	font-size: 10px;
	color: #efefef;
	background-color: #efefef;
}

.formulario {
	border: 1px solid #a4a4a4;
	font-family: Arial;
	font-size: 10px;
	color: #555;
	width: 250px;
	padding-left: 3px;
	background-color: #e8e4d8;
}

.formulario_boton_aceptar {
	margin-left: 120px;
	margin-right: 30px;
	border: 0px;
	width: 80px;
	height: 22px;
	background-image: url(../imagenes/bt_aceptar.jpg);
}

.formulario_boton_iratras {
	border: 0px;
	width: 80px;
	height: 22px;
	background-image: url(../imagenes/bt_iratras.jpg);
}

.formulario_boton_entrar {
	border: 0px;
	width: 80px;
	height: 22px;
	background-image: url(../imagenes/bt_entrar.jpg);
}

.formulario_boton_insertar {
	border: 0px;
	margin-right: 10px;
	width: 80px;
	height: 22px;
	background-image: url(../imagenes/bt_insertar.jpg);
}

.formulario_boton_enviar {
	border: 0px;
	width: 80px;
	height: 22px;
	background-image: url(../imagenes/bt_enviar.jpg);
}

.separador {
	clear: both;
	height: 10px;
	width: 500px;
	border-bottom: dotted #efefef 1px;
}

