/*GENERAL*/
*{
	margin:0px;
	padding:0px;
}
html{
	overflow-y: scroll;
	height: 100%;
}
body {
	height: 100%;
	text-align:center;
	background: #c8d159;
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
}

a, a:link{
	color:#4c630e;
	text-decoration: none;
}
a:hover{ text-decoration:underline;}

img{
	border:0px;
}

textarea, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
}

.unfloat{
	float:none;
}

/*DIVS*/
#principal {
	width:1000px;
	margin:0px auto;
	text-align:left;
	background:#fff url(../images/naranja.gif) no-repeat right bottom;
	}
#cabecera {
	height: 165px;
	color: #ffffff;
	background:#fff url(../images/Top.jpg) no-repeat center top;
	position:relative;
	}
	#idioma {position:absolute; width:140px; top:3px; right:10px;}
	
#lateral {
	float: left;
	width: 260px;
	padding-left:10px;
	}	
#contenido {
	position:relative;
	float: left;
	width:700px;
	color:#000;
	}
	#contenido ul li{margin-left:20px;}
#lateral ul {
	/*list-style-type: none;*/
	margin: 0;
	width:240px;
	}
#lateral ul li {margin: 0; margin-left:20px;}
#lateral ul li a:hover {color: #000;}

#pie {
	text-align: center;
	background-color: #4c630e;
	color: #000;
	height: 100px;
	width:1000px;
	margin:0 auto;
	color:#fff;
	}
#pie a {
	color:#fff;
	}
#bloque{
	/*background: #f1f1f1;*/
	border: 1px dotted #ccc;
	margin-bottom:15px;
	padding:15px;
	}
#botonsup{
	float:left;
	width:90px;
	height:60px;
	border-left:1px solid #ffa340;
	line-height:100px;
}
#botonsup a{ 
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 7px;
	}
	#botonsup a:hover{ color: #FF0;}

#boton{background: url(../images/boton.gif); padding:10px; border:1px solid #ccc; text-align:center;}
#boton a {color:#fff; font-weight:bold;}

.corte {clear: both;}

/*TEXTO*/
.Titular{
	font-family:"Trebuchet MS", Arial;
	color:#000;
	}
.Titular12{
	color:#000;
	font-size:14px;
	}
.Titular14{
	color:#000;
	font-size:14px;
	}
.Titular18{
	color:#000;
	font-size:18px;
	}
.Titular24{
	color:#000;
	font-size:28px;
	}
.amarillo{ color:#e17009;}
.blanco{ color:#ffffff;}
.verde{ color:#40841d;}
.azul{ color:#3284ba;}

.enlacenaranja {
	font-size:18px;
	color: #e17009;
	text-decoration: underline;
	}
a.enlacenaranja, a.enlacenaranja:visited, a.enlacenaranja:link, a.enlacenaranja:hover {
	font-size:18px;
	color: #e17009;
	text-decoration: none;
	}
a.enlacenaranja:hover {
	font-size:18px;
	color: #000000;
	text-decoration: underline;
	}
#facebook{float:right; width:150px; height:18px; position:relative; border:none;}

.descarga{
	position:absolute;
	background:url(../images/download.gif) left bottom no-repeat;
	right:1px; top:25px;
	padding-left:50px;
	line-height:30px;
	width:150px;
	height:35px;}
