﻿body
{
	font-size: 13px;
	font-family: Trebuchet MS, Verdana;
	color: #333333;
}

/*espacio para tablas*/
.espacio
{
	width: 20px;
	height: 20px;
}

/*espacio para el menu*/
.espacioMenu
{
	width: 3px;
	height: 3px;
}


/*clase superior*/
.MenuSuperior
{
	text-decoration: none;
	color: White;
	text-align: center;
	background-color: #93bc4e;
	height: 25px;
}
.MenuSuperior:visited
{
	text-decoration: none;
	color: White;
	text-align: center;
	background-color: #93bc4e;
	height: 25px;
}
.MenuSuperior:active
{
	text-decoration: none;
	color: White;
	text-align: center;
	background-color: #93bc4e;
	height: 25px;
}
.MenuSuperior:hover
{
	text-decoration: none;
	color: White;
	text-align: center;
	background-color: #93bc4e;
	height: 25px;
}


/*clase inferior*/
.MenuInferior
{
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-align: center;
}
.MenuInferior:visited
{
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.MenuInferior:active
{
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.MenuInferior:hover
{
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}


/*clase link*/
.linkBlanco
{
	color: White;
	text-align: center;
}
.linkBlanco:visited
{
	color: White;
	text-align: center;
}
.linkBlanco:active
{
	color: White;
	text-align: center;
}
.linkBlanco:hover
{
	color: White;
	text-align: center;
}


.linkCeleste
{
	color: #93afd8;
}
.linkCeleste:visited
{
	color: #93afd8;
}
.linkCeleste:active
{
	color: #93afd8;
}
.linkCeleste:hover
{
	color: #93afd8;
}



.linkCeleste11
{
	color: #93afd8;
	font-size: 11px;
}
.linkCeleste11:visited
{
	color: #93afd8;
	font-size: 11px;
}
.linkCeleste11:active
{
	color: #93afd8;
	font-size: 11px;
}
.linkCeleste11:hover
{
	color: #93afd8;
	font-size: 11px;
}


.linkVerde
{
	color: #93bc4e;
}
.linkVerde:visited
{
	color: #93bc4e;
}
.linkVerde:active
{
	color: #93bc4e;
}
.linkVerde:hover
{
	color: #93bc4e;
}


/*link TituloPropiedad showprop.ascx*/
.linkTituloPropiedad
{
	color: #93afd8;
}
.linkTituloPropiedad:visited
{
	color: #93afd8;
}
.linkTituloPropiedad:active
{
	color: #93afd8;
}
.linkTituloPropiedad:hover
{
	color: #93afd8;
}


/*link favoritos*/
.linkFavoritos
{
	color: #93afd8;
	font-weight: bold;
}
.linkFavoritos:visited
{
	color: #93afd8;
	font-weight: bold;
}
.linkFavoritos:active
{
	color: #93afd8;
	font-weight: bold;
}
.linkFavoritos:hover
{
	color: #93afd8;
	font-weight: bold;
}


.textoVertice
{
	color: Gray;
	font-size: 11px;
	text-decoration: none;
}


.TextoPropiedad
{
	font-size: 13px;
}


.tituloVerde
{
	color: #93bc4e;
	font-weight: bold;
}
.tituloCeleste
{
	color: #93afd8;
	font-weight: bold;
}


.tituloBlanco
{
	color: white;
	font-weight: bold;
}

.tituloNegro
{
	font-weight: bold;
}


.subtituloNegro
{
	font-size: 13px;
	font-weight: bold;
}


.fechaPropiedad
{
	font-size: 11px;
	color: #93bc4e;
}

.tituloPestana
{
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 40px;
	padding-right: 40px;
	vertical-align: middle;
}

.TextoBoldPropiedad
{
	font-weight: bold;
}


.buscarVerde
{
	font-size: 22px;
	font-weight: bold;
	color: #93bc4e;
}

.buscarAzul
{
	font-size: 22px;
	font-weight: bold;
	color: #93afd8;
}


.textoHome
{
	font-size: 12px;
	margin-left: 20px;
}






/*Borde Arriba*/
.BordeTabla
{
	border-top: #d7d7d7 1px solid;
	border-bottom: #d7d7d7 1px solid;
	border-left: #d7d7d7 1px solid;
	border-right: #d7d7d7 1px solid;
}

.BordeTablaSinTop
{
	border-bottom: #d7d7d7 1px solid;
	border-left: #d7d7d7 1px solid;
	border-right: #d7d7d7 1px solid;
}

.BordeTablaSinBottom
{
	border-left: #d7d7d7 1px solid;
	border-right: #d7d7d7 1px solid;
	border-top: #d7d7d7 1px solid;
}

.BordeBottom
{
	border-bottom: #d7d7d7 1px solid;
}

/*para hacer los bordes redondeados del menu*/
/*si cambias los colores te puedes dar cuenta de como funciona el estilo, el 2% es el ancho entre divs*/
.contenedor
{
	margin: 0 1%;
	background: #93bc4e;
	line-height: 2;
}

b.rtop, b.rbottom
{
	display: block;
	background: #255aa9;
}
b.rtop b, b.rbottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #93bc4e;
}
b.r1
{
	margin: 0 5px;
}
b.r2
{
	margin: 0 3px;
}
b.r3
{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}

.titulosNegros
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.textoNegro
{
	font-size: smaller;
	font-weight: normal;
	color: #222222;
}
.textoPropiedades
{
	font-weight: bold;
	color: White;
}

.textoBlancoConjuntos
{
	color: #ffffff;
	font-size: 13;
	font-weight: bold;
}

.fondoDiv
{
	background-color: #255aa9;
}

.alerta
{
	color: Red;
	font-size: 11px;
}


.alerta2
{
	color: Red;
	font-weight: bold;
	font-size: 14px;
}

.datosPlus
{
	color: #939393;
	text-align: left;
	line-height: 18px;
}

.tituloTabla
{
	color: White;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-color: #1a62ab;
}

.titulosAzul
{
	color: #1a62ab;
}


.RemaxTexto
{
	font-size: 13px;
}


.RemaxRojo
{
	color: #e31837;
	font-size: 13px;
	font-weight: bold;
}


.RemaxBlanco
{
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.RemaxAzul
{
	color: #0054a4;
}


.RemaxBordeTabla
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
}


.linkRemaxAzul
{
	color: #0054a4;
	text-decoration: none;
	font-size: 13px;
}
.linkRemaxAzul:visited
{
	color: #0054a4;
	text-decoration: none;
	font-size: 13px;
}
.llinkRemaxAzul:active
{
	color: #0054a4;
	text-decoration: none;
	font-size: 13px;
}
.linkRemaxAzul:hover
{
	color: #0054a4;
	text-decoration: none;
	font-size: 13px;
	
}

.TituloProveedoresCat
{
	
    text-decoration: none;
	color:  White  ; 
	
	 background-color: #93bc4e;
	 height:25px;
} 

.bordeSuperiorLateral
{
	border-right: #d7d7d7 1px solid;
	border-top: #d7d7d7 1px solid;
	border-bottom : #d7d7d7 1px solid;
	
	}
	
	.textoGrid
{
	color: Gray;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	
}


.letrablanca
{
color:White;
font-size:14px;
}




