/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	cursor: default;
	align: center;
}

.Texto
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.Texto_Gra
{
    FONT-SIZE: 10px;
    COLOR: #D2061F;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.Texto_Gris_Big
{
    FONT-SIZE: 12px;
    COLOR: #98989C;
    FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.Texto_Gra_Big
{
    FONT-SIZE: 12px;
    COLOR: #D2061F;
    FONT: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.Texto2
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.Cabecera_Viviendas
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BACKGROUND: #D2061F;
    FONT: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
}

.Tabla_Viviendas
{
    BORDER-RIGHT: #ffffff 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    BACKGROUND: #ffffff;
    FONT: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #D2061F 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #D2061F 1px solid;
}

.Borde_Tabla
{
    BORDER-RIGHT: #D2061F 1px solid;
    BORDER-TOP: #000000 1px solid;
    BACKGROUND: #ffffff;
    FONT: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #D2061F 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #D2061F 1px solid;
}

.TD_Viviendas
{
    BORDER-RIGHT: #D2061F 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    BACKGROUND: #ffffff;
    FONT: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #ffffff 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #D2061F 1px solid;
}

/* container,header,content,section-1,footer  ------------------------------------------------------ */
#container {
	width: 100%;
	height: 100%;
	text-align: center;
	align: center;
}
#header {
	background-image:  url(../img/fondo-header-2.jpg);
	height: 150px;
	width: 760px;
}
#header-fondo {
	background-image:  url(../img/fondo-header-1.jpg);
	height: 150px;
	width: 100%;
}
#content {
	font-family: "Arial Narrow", Arial, Helvetica;
	width: 760px;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#section-1 {
}
#footer {
	width: 760px;
	background-color: #000000;
	color: #FFFFFF;
}
/* menu-header ------------------------------------------------------------------------------ */
#menu-header {
	padding: 5px;
	text-align: right;
}
#menu-header A:link {
	text-decoration: none;
	color: #000000;
	padding: 5px;
}
#menu-header A:hover {
	color: #CC0000;
	text-decoration: underline;
	cursor: hand;
	padding: 5px;
}
#menu-header A:visited {
	text-decoration: none;
	color: #000000;
	padding: 5px;
}
/* menu-content ------------------------------------------------------------------------------ */
#menu-content {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height: 35px;
	text-align: right;
	padding-top: 41px;
	padding-bottom: 10px;
}
#menu-content A:link {
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-content A:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-content A:hover {
	color: #FFFFFF;
	cursor: hand;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-content A.actual:link {
	color: #FFFFFF;
	cursor: hand;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
/* footer ------------------------------------------------------------------------------ */
#table-footer-cell-1 {
	border: none;
	float: left;
	margin: 0;
	padding: 8;
	width: 20%;
	background-color: #CC0000;
	height: 30px;
}
#table-footer-cell-2 {
	border: none;
	float: left;
	margin: 0;
	padding: 3;
	width: 45%;
	text-align: left;
	COLOR: #D2061F;
	FONT: bold;
       
}
#table-footer-cell-3 {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 8; 
  width: 35%;
  text-align: right;
}
/* footer-link ------------------------------------------------------------------------------ */
#footer A:link {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}
#footer A:hover {
	color: #CC0000;
	text-decoration: underline;
	cursor: hand;
	padding: 5px;
}
#footer A:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}

#content-menu {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height: 35px;
	text-align: right;
	padding-top: 41px;
	padding-bottom: 10px;
}
#content-menu A {
/*	color: #000000;*/
	color: #ffffff;
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
	letter-spacing:-1px;
}
#content-menu A.actual {
	color: #000000;
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
}
#content-menu A:link {
	color: #000000;
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
}
#content-menu A:visited {
        
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
}
#content-menu A:hover {
	color: #FFFFFF;
	cursor: pointer;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	margin-right: 9px;
	margin-left: 9px;
}
/* content-menu ------------------------------------------------------------
--------------------------------------------------------------------------- */
#content-submenu {
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	width:505px;
	float:left;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 0px;
}
#content-submenu A {
	color: #d2061f;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
	letter-spacing:-1px;
}
#content-submenu A.actual {
	color: #000000;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
#content-submenu A:link {
	color: #d2061f;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
#content-submenu A:visited {
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
#content-submenu A:hover {
	color: #d2061f;
	cursor: pointer;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #d2061f;
	padding-bottom: 2px;
	margin-right: 6px;
	margin-left: 6px;
}
