/* CSS Document */

/* LOS ESTILOS GENERALES */
body {
	background: #F4D999;
	margin:0px;
	padding:0px;
}


#container{
	width: 990px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
}

input.texto {
	margin: 0px 3px 7px 0px;
	padding: 0;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width: 460px;
	
	background-color:#FFFFFF;
}

input.area_texto {
	
		width: 460px;
	margin: 0px 3px 0px 0px;
	padding: 0px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


input.enviar{
	margin: 5px;
		padding: 3px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	
}


#menu {
	display:block;
	float:left;

	width:874px;
	height:26px;

	margin:70px 0px 0px 0px;
	padding:8px 0px 0px 126px;
	
	background-image:url(../img/bg_menu.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#cuerpo {

	display:block;
	float:left;

		width:750px;
	height:600px;

	margin:0px;
	padding:90px 125px 0px 125px;
	
	background-image:url(../img/bg.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#pie {
	display:block;
	float:left;

	width:670px;
	height:42px;

	margin:0px;
	padding:4px 0px 0px 330px;
	
	background-image:url(../img/pie.png);
	background-position:left top;
	background-repeat:no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

/* LOS ESTILOS DEL CONTENIDO */

#contenido {

	display: block;
	width:750px;

	margin:0px;
	padding:0px 0px 0px 0px;
	
	border-top:1px dotted #BBBBBB;
}

#izq {
	width:199px;
	display: block;
	
	float:left;

	margin:0px;
	padding:0px 0px 20px 0px;
	
}


#der {

	display: block;
	float:left;
	width:510px;

	margin:0px;
	padding:20px;
	border-left:1px dotted #BBBBBB;

}


/* LOS ESTILOS DEL MENU */


.bloque_mapa_199 {

	display:block;
	float:left;
	
	width:199px;
	
	margin:0px;
	padding:0px;
	
	
	border-top:1px dotted #BBBBBB;
}


.boton_menu, .boton_menu_selected {

	display:block;
	float:left;
	
	margin:0px;
	padding:8px 20px 7px 20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	
	border-right:1px solid #5C7805;
}


.boton_menu {
	color:#BBBB1B;
	}
.boton_menu_selected {
	color:#FFFFFF;
	}

.boton_menu_selected {
	
	background-image:url(../img/bg_menu_selected.png);
	background-position:left top;
	background-repeat:repeat-x;
}

a.boton_menu:hover, a.boton_menu_selected:hover {
	color:#336600;
	
	background-image:url(../img/bg_menu_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}




.boton_sub_menu, .boton_sub_menu_selected {
	width:165px;

	display:block;
	float:left;
	
	margin:0px;
	padding:5px 20px 4px 14px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#999900;
	
	border-bottom:1px solid #CCCCCC;
	background-image:url(../img/square.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

a.boton_sub_menu:hover{
	color:#356503;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../img/square_hover.gif);
}


/* LOS ESTILOS DE LOS TEXTOS */


.titulo, .entradilla, .texto, .enlace, .pieza_form {

	width:490px;
	
	display:block;
	float:left;
	
	margin:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

.titulo{
	padding:0px 0px 20px 0px;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	color:#999900;
	
}

.entradilla{
	padding:0px 0px 20px 0px;
	font-size:12px;
	line-height:18px;
	color:#336600;
	border-bottom: 1px dotted #FFFFFF;
	
}

.texto{
	
	padding:6px 0px 6px 0px;
	font-size:12px;
	line-height:18px;
	color:#666666;
	
}

.texto ul li{
	
	padding:0px 0px 7px 0px;
	list-style:square;
	
}


.enlace{
	
	padding:0px 10px 10px 10px;
	font-size:12px;
	color:#336600;
	background-image:url(../img/pico.png);
	background-position:left top;
	background-repeat:no-repeat;
	
}

a.enlace:hover{
	color:#999900;
	
}

.direccion {
	width:165px;

	display:block;
	float:left;
	
	margin:0px;
	padding:14px 20px 14px 14px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#336600;
	
	border-bottom:1px solid #CCCCCC;
}



