html{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-image:url(../imgs/fondo.gif);*/
	background-color: #F0F0F0;
}

#container {
	margin: 20px auto 10px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
}

#cuerpo {
	margin: 0px;
	padding: 0px;
	width: 900px;
	/*height: 485px;*/
	height: 530px;
	text-align: left;
	background: #FFFFFF url('/img/fondocentro.gif') repeat-y top center;
	/*background: #FAFAFA url('/img/fondotodo.gif') no-repeat top center;*/
}

#superior {
	margin: 0px 0px 2px 0px;
	padding: 10px 0px;
	width: 900px;
	/*height: 60px;*/
	text-align: right;
	background: #FFFFFF url('/img/fondosuperior.jpg') repeat-x top left;
	border-bottom: 1px solid #F0F0F0;
}

#superior h1 {
	display: none;
}

#menutop {
	margin: 5px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #4D95B0;
}

#superior a {
	text-decoration: none;
	color: #4D95B0;
}

#superior a:hover {
	text-decoration: underline;
}

#superior object {
	float: left;
}

#lateral1 {
	margin: 0px;
	padding: 0px;
	width: 220px;
	/*border: 1px solid black;*/
	float: left;
}

#menu {
	margin: 5px 10px 0px 5px;
	padding: 0px 0px 0px 5px;
	height: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
	list-style-type: none;
	color: #3A6F78;
	background-color: #FFFFFF;
}

#menu li {
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 3px 10px;
	background-color: #F5F5F5;
}

#menu a {
	color: #3A6F78;
	text-decoration: none;
}

#menu a:hover {
	/*background-color: blue;*/
}

#menu #m4, #menu #m5 {
	padding-left: 20px;
	background-color: #FFFFFF;
	display: none;
}

#lateral1 object {
	margin-left: 10px;
}

#central {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 490px;
	/*height: 395px;*/
	height: 440px;
	/*border: 1px solid red;*/
	float: left;
	overflow: auto;
}

#central b {
	color: #4D95B0;
}

#central h2 {
	margin: 15px 15px 20px 15px;
	padding: 0px;
	font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	background: #FFFFFF url('/img/fondoh1.jpg') repeat-y top left;
	color: #4D95B0;
}

#central h3 {
	margin: 0px;
	padding: 10px 15px 5px 15px;
	font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11pt;
	/*line-height: 140%;*/
	color: #3A6F78;
}

#central p {
	margin: 0px;
	padding: 0px 15px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	color: #333333;
}

#central ul {
	margin: 0px 20px 10px 50px;
	padding: 0px;
}

#central li {
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent: 0px;
	line-height: 140%;
	color: #333333;
}

#central form {
	margin: 0px;
	padding: 0px;
}

#central input, #central textarea, #central select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	border: 1px solid #808080;
}

#central button {
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #808080;
	background: #FFFFFF url('/img/fondosuperior.jpg') repeat-x top left;
}

#central a {
	text-decoration: none;
	color: #4D95B0
}

#central a:hover {
	text-decoration: underline;
	color: #386C81;
}

#dpostal {
	margin-right: 20px;
	padding: 0px;
	width: 220px;
	float: left;
	border-right: 1px solid #C0C0C0;
}

#lateral2 {
	margin: 5px 0px 0px 11px;
	padding: 0px;
	width: 156px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('/img/fondonoticias.jpg') repeat-x left bottom;
	border: 2px solid #DDE1E5;
	float: left;
}

#lateral2 h2 {
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 5px 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #4D95B0;
	border-bottom: 1px solid #4D95B0;
}

#lateral2 ul {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}

#lateral2 li {
	padding: 0px 0px 6px 0px;
	font-size: 7pt;
	color: #333333;
}

#lateral2 p {
	margin: 5px 10px 10px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7pt;
	color: #333333;
	border-top: 1px solid #A4A4A4;

}

#lateral2 a {
	text-decoration: none;
	color: #333333;
}

#lateral2 a:hover {
	text-decoration: underline;
	color: #3A6F78;
}

#pie {
	margin: 0px;
	padding: 10px 0px;
	width: 900px;
	height: 50px;
	/*border-top: 1px solid red;*/
	background: #F0F0F0 url('/img/fondopie.jpg') repeat-x top left;
}

#pie p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 140%;
	color: #333333;
}

#pie a {
	text-decoration: none;
	color: #333333;
}

#pie a:hover {
	text-decoration: underline;
	color: #3A6F78;
}

.sombra {
	margin: 25px 0px 0px 15px;
	padding: 0px;
	width: 11px;
	height: 110px;
	background: #FFFFFF url('/img/sombra.jpg') no-repeat top left;
	float: left;
}

#resultados div.anuncio {
	margin: 20px 0px 10px 0px;
	padding: 20px 0px 20px 0px;
	width: 405px;
	border: 1px solid #C8C8C8;
	float: left;
}

#resultados div.anuncio_op1 { background: #F5F5F5 url('/img/op1.gif') no-repeat top right; }
#resultados div.anuncio_op2 { background: #F5F5F5 url('/img/op2.gif') no-repeat top right; }
#resultados div.anuncio_op3 { background: #F5F5F5 url('/img/op3.gif') no-repeat top right; }
#resultados div.anuncio_op4 { background: #F5F5F5 url('/img/op4.gif') no-repeat top right; }

#resultados .comunidad {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 40px;
	height: 27px;
	float: left;
}

#resultados p.anuncio1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-align: right;
}

#resultados p.anuncio2 {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #C8C8C8;
}

#resultados p.anuncio3 {
	margin: 10px 20px 10px 20px;
	padding: 0px;
	font-weight: bold;
	color: #4D95B0;
}

#resultados p.anuncio4 {
	margin: 3px 20px 0px 20px;
	padding: 0px;
}

#resultados p.anuncio5 {
	margin: 15px 20px 0px 20px;
	padding: 0px;
	text-align: center;
}

#resultados img {
	margin-right: 10px;
	border: none;
}

#resultados a {
	border: none;
}

/*
.sombra2 {
	margin: 140px 0px 0px 0px;
	padding: 0px;
	width: 11px;
	height: 110px;
	background: #FFFFFF url('/img/sombra2.jpg') no-repeat bottom left;
	float: left;
}
*/

#bank {
	margin: 15px auto;
	text-align: center;
}

#bank img {
	margin-right: 5px;
}

#lopd p {
	font-size: 9px;
}

.dclear {
	clear: both;
}

.imgcen {
	margin: 15px auto 10px auto;
	padding: 5px;
	display: block;
}

.imgder {
	margin: 0px 25px 10px 15px;
	padding: 0px;
	float: right;
}

.imgizq {
	margin: 0px 20px 10px 15px;
	padding: 0px;
	float: left;
}
