/* ________________GENERALES_____________________________________________________________________*/
body,td,p,input,textarea{
	font-family: arial;
	font-size:11px;
}

p{
	text-align:justify;
}

a, .aclaracion{
	color:#E47046;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#FDAC8F;
	text-decoration:underline;
}

ul{
	border:solid 0px;
	padding:0px;
	margin: 0px 0px 0px 0px;
}
li{
	margin: 0px 0px 15px 25px;
	list-style-position: outside;
	list-style-image:url("imagenes/li.gif");
}

input,textarea{
	border:0px;
	background-color: #D1E7B1;
	color:#006633;
}

/* ________________CLASES_____________________________________________________________________*/
.contenedor{ 
	width: 765px; 
	height:320px;
}

.contenido{
	border:solid #D1E7B1;
	border-width: 6px 3px 0px 0px;
}

.borde_izq{
	border-left:solid #D1E7B1 3px;
}

.fondo_agua{
	background-color: #017C43;
}
.fondo_verde{
	background-color: #017C43;
}

.titulo1{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	height:33px;
	background-image:url(imagenes/titulo1_medio.gif);
	background-position:center;
	background-repeat:repeat-x;
}

.titulo1B{
	color:#017C43;
	font-weight:bold;
	font-size:14px;
	height:33px;
	background-image:url(imagenes/titulo1B_medio.gif);
	background-position:center;
	background-repeat:repeat-x;
}

.titulo2{
	color:#E47046;
	font-weight:bold;
}
.titulo3{
	background-color: #017C43;
	color:#fff;
	font-weight:bold;
	padding:3px 10px;
	font-size:12px;
}

.separacion_hor{
	border-bottom:solid 1px #CCCCCC;
}

.verde{
	color: #017C43;
	font-weight:bold;
}

/* ________________IDS_____________________________________________________________________*/

#menu{
	background-color: #D1E7B1;
	height:34px;
}

#menu td{
	border-left:1px solid #fff;
}

#menu .lateral{
	border:0px;
	border-top:1px solid #fff;
}

#menu a, #menu .boton{
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#006633;
	padding:10px 14px;
}

#menu a:hover, #menu td:hover, #menu .sel{
	color:#fff;
	background-color: #017C43;
}



#texto, #texto p{
	text-indent:25px;
}

#menu_pie{
	background-color: #D1E7B1;
}

#menu_pie td{
	border-left:1px solid #006633;
}

#menu_pie a, #menu_pie .boton_peq{
	font-size:9px;
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#006633;
	padding:1px 6px;
}

#menu_pie a:hover{
	text-decoration:underline;
}

#parrafos p{
	text-align:justify;
	margin:-2px;
	padding:0px
}

