/*Copyright (c) 2007, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 2.3.1*/
/*reset.css*/
/*
Color names and sRGB values
	Black = "#000000" 		Green = "#008000"
	Silver = "#C0C0C0" 		Lime = "#00FF00"
	Gray = "#808080" 		   Olive = "#808000"
	White = "#FFFFFF" 		Yellow = "#FFFF00"
	Maroon = "#800000" 		Navy = "#000080"
	Red = "#FF0000" 		   Blue = "#0000FF"
	Purple = "#800080" 		Teal = "#008080"
	Fuchsia = "#FF00FF" 		Aqua = "#00FFFF" 
*/
body {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	/*border-collapse: collapse;*/
	border-collapse: separate;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
h1{
	font-size: 140%;
	text-align: center;
	font-variant: small-caps; 
}
h2{
  font-size: 120%;
  border-bottom-style: inset;
  border-color: #8ee7e7
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub 
{
    line-height:-1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*fonts.css*/
body
{
    font-family: arial, helvetica, lucida;
    font-size: 13px;
    line-height: 1;
    background: url(../images/fondo1.jpg) ; /*white; */ /*red;*/ /* color del fondo de la pagina */
    text-align: center;
    color: black;
}
table {
	font-size: inherit;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 99%;
}
/*grids.css*/

#izquierda{
	text-align: right;
}

#centro{
	text-align: center; 	
	vertical-align: middle;
 /* margin-left: auto; margin-right: auto;*/
}

/*                      */

dd,li,ul,ol  {
    margin-left: 15px;
    margin-right: 25px;
    text-align:justify;
}

ul li {
    list-style-type: circle;
}


p, /*ul,ol, li,*/ h1,h2,table,dt{
  /*margin-top: 10px;*/
  margin-right: 25px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align:justify;
  line-height:15px;
}

ul, ol, li:after {
  margin-right: 25px;
}
.globos {
 font-style: italic ;
 text-decoration: none;
 border-bottom: thin dashed ; 
}

#doc {
  border-style: outset;
  border-color: #8ee7e7
}
em {
  font-weight: bold;
}

.TablaResalta {
 color: white;
 background: #6398c0;
}

.TablaResaltaEspecial {
 color: white;
 background: #8071b4;
}

.TablaResaltaGeneral, .TablaResaltaMedia  {
 color: white;
 background: #f78f1e;
}

.TablaResaltaAutopromo {
 color: white;
 background: #ef4035;
}

.TablaResaltaInquilino {
 color: black;
 background: #FFC525;
}

.TablaResaltaRehabilita {
 color: white;
 background: #5499ff;
}

.TablaResaltaExistente {
 color: black;
 background: #ff9be1;
}
.tableMain
{
    width: 750px;
    margin: auto auto;
    border-spacing: 1px;
    background: white;
    border-right: #993300 3px ridge;
    border-top: #993300 3px ridge;
    border-left: #993300 3px ridge;
    border-bottom: #993300 3px ridge;
}
.tableNav {
  width:170px;
  text-align: left;  
  vertical-align: top;
}
.tableContent {
  width:580px;
  text-align: left;
  vertical-align: top;  
}
.imgFondo
{
  background-image:url(../images/menu_ladrillos.png);
  background-repeat:repeat-y;  
} 
a
{
    color:Blue;
    text-decoration:underline;
}
a:hover
{
    color:Blue;
}
.aAbc
{
    font-family:  arial, helvetica, lucida;
	font-size: 13px;
	color:black;
	text-decoration:none;
	font-weight:bold;
	
}
.aAbc:hover
{
    font-family:  arial, helvetica, lucida;
    font-size: 13px;
    color:#CD8107;
    text-decoration:underline; 
    font-weight:bold;
}
.textoPie
{
    font-family:  arial, helvetica, lucida;
    font-size: 12px;
    color: black;
    vertical-align: bottom;
    font-weight:bold;
}

