body{
  margin: 0 auto;
  padding: 0;
  background-attachment: scroll;
  background-position: top right;
  background:url(../img/fondo.jpg) repeat-x;
  background-color: #FDFDFB;
}

#Pagina{
	margin:auto;
	width:908px;
	height:auto;
	}

#Cabecera{
	margin-top:2%;
  	width: 900px;
	height: 150px;
  	background-repeat: no-repeat;
  	background-position: left top;
	background-color:#FFF;
	}
	
#Cuerpo{
	float:left;
	width:900px;
	height:auto;
	background-color:#FFED97;
	}
#Menu{
	margin-top:2%;
	float:left;
	width:175px;
	height:auto;
	}
#cont_contenido {
	margin-top:2%;
	margin-left:2%;
	float:left;
	background-color:#C8CA29;
	width: 700px;
	height: auto;
}

#contenido {
	clear:none;
	margin:auto;
	margin-top:15px;
	width: 700px;
	height: auto;
	background:url(../img/fondolate.jpg);
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#224F90; 
	text-decoration:none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}
#Cont{
	width:680px;
	height: auto;
	float:left;
	}
#SubCont{
	margin:2%;
	width:680px;
	height:auto;
	float:left;
	}
*html #SubCont{
    width:640px;
}
#letras{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
	text-align:justify;
	}
.titulos{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #000C56;
	font-weight:bold;
	text-align:justify;
	border-bottom:dashed 1px #FFF;
	
	}

#accordion {
	margin:0px 0px;
}

h4.toggler {
	cursor: pointer;
	background: #F4A918;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	color:#224F90;
	border: 1px solid #f5f5f5;
	font-size: 12px;
}

*html h4.toggler{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;

}
.tab{
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	font-weight:bold;
	background: #B23600;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	}
div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
#pie{
	background-color:#F68A1E;
	text-align:center;
	clear:both;
	height:40px;
	width:100%;
	color:#F4F1A9;
	z-index:-1;
	font-weight:bold;
	}
