@charset "utf-8";
body {
	background: #eaf2ed url(../images/body.jpg) repeat-x top;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic";
	font-size:14px;
}

#alarga {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#main_container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	background: url(../images/fondo.gif) no-repeat bottom;
	margin-bottom:0px;
}

#cabecera {
	height:220px;
	background: url(../images/home.jpg) no-repeat top center;
}

#flash{
	padding-top:0px;
	height:124px;
	padding-left:553px;
	position:relative;
	top:0px;
}

#menusup{
	height:25px;
	padding-left:650px;
	margin-top:13px;
	color:#FFF
}

#menusup ul{
	margin:0px;
	padding:0px;
	border-left: #FFF solid 1px;

}

#menusup li{
	display:inline;
	list-style-type: none;
	border-right: #FFF solid 1px;
}

#menusup  a{
	padding-left: 20px;
	padding-right:20px;
	color:#FFF;
	text-decoration:none;
}

#menusup a:hover{
	background: #E0EBE2;
	color: #333
}

#contenido {
	margin-left: 265px;
	width:690px;
	font-size:13px;
	text-align:justify;
}

#contenido strong{
	color: #116E51;
}

#contenido p{
	margin-top:0px;
	padding-right: 5px;
	text-align:justify;
}

#contenido a{
	text-decoration:underline;
	color: #333333;
}


#contenido h1{
	margin:0px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:8px;
	padding-left: 15px;
	color:#116E51;
	height:34px;
	background:url(../images/h1.gif) no-repeat 0px 0px;
}


/* GRUPO MENU*/
#menu {
	float:left;
	width:190px;
	padding-left:24px;
}

#menu ul{
	margin:0px;
	padding-left: 0px;
	padding-top: 10px;
}

#menu li{
	list-style-type:none;
	padding-left: 5px;
	padding-top:6px;
	padding-bottom:5px;
	background:url(../images/nivel1.gif) no-repeat 0px 0px;
	margin-bottom:0px;
	height:18px;
}

#menu a{
	text-decoration:none;
	color:#ffffff;
	background:url(../images/icon.gif) no-repeat 0px 1px;
}

#menu a:hover{
	color: #FFCC00;
	text-decoration:underline;
}

#menu .nivel2{
	padding-left: 20px;
	font-size:11px;
	background:#4c555c url(../images/nivel2.gif) no-repeat 0px 0px;
	height:19px;
	border-bottom:none;
	padding-top:6px;
}

#menu .nivel2 a{
	text-decoration:none;
	color:#000000;
	padding-left: 13px;
	background:url(../images/icon2.gif) no-repeat 0px 1px;
	font-weight:normal;
	border-bottom:none;
}

#menu .nivel2 a:hover{
	color: #777777;
	text-decoration:underline;
}
/* FIN GRUPO MENU*/


#pie {
background: url(../images/pie.gif) no-repeat;
height: 119px;
color:#333;
width:1000px;
margin-left:auto;
margin-right:auto;
font-size:12px;
}

#pie a{
	text-decoration:none;
	color: #060;
}

#dcha {
	float:right;
	width: 250px;
	text-align:justify;
	margin-left:10px;
	background:#e0ede7;
	padding: 5px;
	border:#CCC solid 1px;
}

.campotexto {
	width: 100%;
	border:#cde7d8 solid 1px;
}

.campotexto2{
	width: 100%;
	border:#cde7d8 solid 1px;
}

