body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-position: top;
	background-attachment: fixed;
	background-image:  url(img/f.jpg);
	background-repeat: repeat-x;
	
}
#izq {
	width: 562px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EE9F00;
	background-color: #FFFFFF;
	padding: 10px 5px 5px 5px;
}

#izq p{
	font-size: 13px;
	margin: 0 5px 20px 20px;
}

#der {
	background-color: #FFFFFF;
}
#amarillo{
	background-color: #EE9F00;
	background-image: url(img/f-amarillo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}

#amarillo a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}
#amarillo h1{
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 14px;
}
#amarillo p{
	background-color: #F4C361;
	margin: 0;
	padding: 3px;
	font-size: 11px;
}

h2{
	margin: 0 0 10px 20px;
	color: #EE9F00;
}
h3{
	font-size: 14px;
	margin: 0 0 0 20;
	font-weight: normal;
}
h4 {
	padding: 3px 10px;
	display: inline;
	background-color: #E7EBF2;
	margin: 20px 0 0 20px;
}
#formulario{
	background-color: #E7EBF2;
	margin-bottom: 20px;
}

#links{
	background-color: #E7EBF2;
	padding: 20px 0;
}
#pie{
	background-color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EE9F00;
}
#pie p{
	color: #E7EBF2;
	font-size: 11px;
	text-align: center;
	padding: 10px 50px
}
#listado{
	background-image: url(img/f-listado.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 7px;
	
}

#listauno{
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(img/list-uno.jpg);
}
#listauno a{
	color: #868383;
	text-decoration: none;
}

#listauno a:hover{
	text-decoration: underline;
}

#esta {
	color: #fc0;
	font-style: italic;	
}
#listados{
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(img/list-dos.jpg);
}
#listados a{
	color: #000;
	text-decoration: none;
}

#listados a:hover{
	text-decoration: underline;
}