/* CSS Document */
body{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FDFEF6;
}

.imagenIzq{
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	float: left;
}
.imagenDch{
	border-top-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	float: right;
}
/*Menu superior*/
#arriba{
	padding-top:10px;
	background-color:#FFFFFF;
	width:750px;
	text-align:left;
	border-left-color:#E4EF6B;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#E4EF6B;
	border-right-style:solid;
	border-right-width:1px;
	height:200px;
	background-image:url("../images/top.gif");
}
#arriba h1{
	text-transform:inherit;
	padding-left:30px;
	padding-top:20px;
	font-size:150%;
	border-bottom-color:#E4EF6B;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color: #4D5600;
}

#arriba ul {

}
	
#arriba li {
	margin:0 10px 0 10px;
	padding:0;
	list-style:none;
	float:right;
	list-style-type: none;
	font-size:60%;
}

#arriba a:link, #arriba a:active, #arriba a:visited{
	color: #4D5600;
	text-decoration: none;
}
#arriba a:hover{
	color: #AAB548;
	text-decoration: underline;
	background-color: #EEF0DA;
}

/*Principal*/
#principal{
	background-color:#FFFFFF;
	width: 750px;
	text-align: center;	
	border-left-color:#E4EF6B;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#E4EF6B;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom:#E4EF6B solid 1px;
	padding-bottom:10px;
}
/*Menu*/
#lateralIzq{
	width:175px;
	height:500px;
	float:left;
	text-align:left;
	font-size:80%;
	background-image:url(../images/downfuerte.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#lateralIzq ul {
	padding:0;
	list-style:none;
	float:left;
	margin-left:5px;
	width:120px;
}
#lateralIzq li{
	width:120px;
	padding-top:10px;
	border-bottom-color:#E4EF6B;
	border-bottom-style:solid;
	border-bottom-width:1px;
	vertical-align: middle;
	background-image: url("../images/bulletp.png");
	padding-left:10px;	
	background-attachment:fixed;
	background-position:left;
	background-repeat:no-repeat;

}
#lateralIzq a:link, #lateralIzq a:active, #lateralIzq a:visited{
	display: block;
	text-decoration:none;
	color:#444C00;
}

#lateralIzq a:hover{
	text-decoration:none;
	color:#E4EF6B;

}
#lateralIzq h1{
	font-size:90%;
	border-bottom-color:#E4EF6B;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-align:left;
	padding-left:2px;
	color: #4D5600;
}
/*Central*/
#central{
	width:400px;
	float:left;
	text-align:justify;
	color:#444C00;
}
#central p{
	font-size:80%;
}
#central a:link, #central a:visited, #central a:active{
	color:#97B028;
	text-decoration:underline;
}
#central a:hover{
	color:#89992C;
	background-color:#F6F9CD;
	text-decoration:none;
}
#central h1{
	background-image: url("../images/bullet.png");
	color:#89992C;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	border-bottom:1px solid #889800;
	text-indent:30px;
	display:block;
	background-position:left;
	background-repeat:no-repeat;
	font-weight: lighter;
}
#central h2{
	background-image: url("../images/bulletc.png");
	color:#99A624;
	text-decoration:none;
	font-size:110%;
	border-bottom:1px solid #DDE1B6;
	text-indent:40px;
	display:block;
	background-position:left;
	background-repeat:no-repeat;
	font-weight: lighter;
}
#central ul {
	margin:0 0 0 0px;
	padding:0;
	}
	
#central li {
	margin:0 0 5px 0;
	padding:0 0 2px 20px;
	list-style:none;
	background-image:url("../images/arrow.png");
	background-position:center left;
	background-repeat:no-repeat;
	color:#616C00;
	font-size:80%;
	}
#central div {
	align: center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	
}
/**/
#lateralDcha{
	width:175px;
	height:500px;	
	float:right;
	text-align:right;
	font-size: 80%;
	background-image:url(../images/downfuertemiramar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#lateralDcha ul {
	width:120px;
	list-style-position:inherit;
	padding:0;
	list-style:none;
	float:right;
	padding-right:5px;
}
#lateralDcha li{
	width:120px;
	padding-top:10px;
	border-bottom-color:#E4EF6B;
	border-bottom-style:solid;
	border-bottom-width:1px;
	vertical-align: middle;
	background-image: url("../images/bulletp.png");
	padding-right:10px;	
	background-attachment:fixed;
	background-position:right;
	background-repeat:no-repeat;

}
#lateralDcha a:link, #lateralDcha a:active, #lateralDcha a:visited{
	display: block;
	text-decoration:none;
	color:#444C00;
}

#lateralDcha a:hover{
	text-decoration:none;
	color:#E4EF6B;
}
#lateralDcha h1{
	font-size:90%;
	border-bottom-color:#E4EF6B;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-align:right;
	padding-right:2px;
	color: #4D5600;	
}
/**/


#abajo{
	background-color:#FFFFFF;
	width:750px;
	text-align:center;
	border-left:#E4EF6B solid 1px;
	border-right:#E4EF6B solid 1px;
	border-top:#E4EF6B solid 1px;
	font-size: 70%;
	color: #B6C335;
	margin-top:30px;
	margin-bottom:0px;
}

#abajo ul {
	margin:0 0 0 0;
	padding:0 50px 0 0;
}
	
#abajo li {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	list-style-type: none;
}
#abajo a{
	text-decoration:none;
	color: #B6C335;
}
#abajo a:hover{
	text-decoration:underline;
	color:#444C00;
}
SELECT, INPUT{
	font-family: verdana;
	font-size: 11px;
	color:#666600;		/*Color de Letra*/
	background-color:#ffffff;	/*Color de fondo*/
	border: 1px solid #89992C;	/*Color del Borde*/	
	margin-left:1px;
	padding-left:1px;
} 
