body {
	background: #000000;
}

table {
	font-family: verdana;
}

form {
	margin-bottom: 0px;
	margin-top: 0px;
}
/* CONTENEDOR */
.contenedor {
	width: 975px;
	height: 673px;
}

.contenedortop {
	height: 20px;
	background: url('../clipart/cuerpo_top.png');
}

.contenedorbottom {
	height: 28px;
	background: url('../clipart/cuerpo_bottom.png');
}

.contenedorlogo {
	text-align: right;
	vertical-align: top;
	height: 144px;
	background: url('../clipart/propertym_logo.png');
}

.contenedorcuerpo {
	height: 481px;
	background: url('../clipart/cuerpo_bg.png');
	background-repeat: repeat-y;
}

.contenedormenu {
	width: 250px;
}

.contenedorcontenido {
	width: 725px;
}

/* MENU */
.menucabeceratitular {
	width: 250px;
	height: 28px;
	background: url('../clipart/menu_titular.png');
	padding-left: 45px;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.menucabeceravacia {
	width: 250px;
	height: 20px;
	background: url('../clipart/menu_titularvacio.png');
}

.menuopcion {
	width: 250px;
	height: 19px;
	background: url('../clipart/menu_opcion.png');
}

.menuopcion a {
	padding-left: 45px;
	font-size: 11px;
	text-decoration: none;
	color: #C80B16;
	font-weight: bold;
}

.menuopcion a:visited {
	padding-left: 45px;
	font-size: 11px;
	text-decoration: none;
	color: #C80B16;
	font-weight: bold;
}

.menucontenido {
	width: 250px;
	background: url('../clipart/menu_contenido.png');
	padding-left: 41px;
	font-size: 11px;
	color: #C80B16;
}

.menucontenido a {
	text-decoration: none;
	color: #C80B16;
	font-family: verdana;
	font-size: 11px;
}

.menucontenido a:visited {
	text-decoration: none;
	color: #C80B16;
	font-family: verdana;
	font-size: 11px;
}

.menubottom {
	width: 250px;
	height: 20px;
	background: url('../clipart/menu_bottom.png');
}

/* CONTENIDO */
.contenidocabecera {
	width:  725px;
	height: 25px;
	background: url('../clipart/contenido_cabecera.png');
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

.contenidocontenido {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 47px;
	width:  725px;
	background: url('../clipart/contenido_contenido.png');
}

.contenidocontenido a {
	text-decoration: none;
	color: #FFFFFF;
}

.contenidocontenido a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.contenidobottom {
	width:  725px;
	height: 25px;
	background: url('../clipart/contenido_bottom.png');
}

.contenidoizqcabecera {
	width:  362px;
	height: 32px;
	background: url('../clipart/contenido_izqcabecera.png');
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.contenidoizqcontenido {
	width:  362px;
	background: url('../clipart/contenido_izqcontenido.png');
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.contenidoizqbottom {
	width:  362px;
	height: 19px;
	background: url('../clipart/contenido_izqbottom.png');
}

.contenidodercabecera {
	width:  363px;
	height: 32px;
	background: url('../clipart/contenido_dercabecera.png');
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

.contenidodercontenido {
	width:  363px;
	background: url('../clipart/contenido_dercontenido.png');
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.contenidodercontenido a {
	text-decoration: none;
	color: #FFFFFF;
}

.contenidodercontenido a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.contenidoderbottom {
	width:  363px;
	height: 19px;
	background: url('../clipart/contenido_derbottom.png');
}

.tornar {
	font-family: verdana;
	font-size: 11px;
	text-align: right;
}

.tornar a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:  bold;
}

.tornar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:  bold;
}

.tornar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:  bold;
}

.titol {
	font-family: verdana;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
}
/* FORMULARIOS */
.financamenttextoblanco{
	font-size: 10px;
	color: #FFFFFF;
}
.financamentforminput {
	font-family: verdana;
	font-size: 9px;
	color: #666666;
	text-align: right;
}

.financamentformboton {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background: #BB0000;
	border: 1px solid #FFFFFF;
}

.financamentformresult {
	height: 20px;
	font-family: verdana;
	font-size: 9px;
	color: #990000;
	background: #FFFFFF;
}

.cercadorselect {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #990000;
}

.cercadorinput {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #990000;
}

.cercadorboton {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	background: #BB0000;
	border: 1px solid #FFFFFF;
}
