/*
Theme Name: Gea Realty
Theme URI: http://e-acapulco.com/
Description: Tema del portal GeaRealty
Version: 1.0
Author: Luis Abarca
Author URI: http://luisabarca.com/
*/


.clear {
	clear: both;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

	
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* ********************************************************************************************************************* */

/* Se ocultan las opciones de accesibilidad */
.accesibility {
	margin-left: -9000px;
	position: absolute;
	top: 0;
	left: 0;
}

/* El titulo principal lo ocultamos */
h1 {
	margin-left: -9000px;
	position: absolute;
	top: 22px;
	left: 8px;
}

fieldset { border: 0; }

/* 
 * El cuerpo de la pagina lleva el color de fondo y margenes superior e inferior,
 * centra todo el contenido y aplica las medidas del sitio
 */
body {
	/* eff5d9 */
	margin: 0 auto 40px auto;
	text-align: center;	
	width: 769px;
	background-color: #e8e7e7;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a { color: #333; }

a.ligas { color: #333; font-weight:bold; }

.ligas-noline { text-decoration: none; }

a.ligas-noline:hover { text-decoration: underline; }

#wrapper {
	width: 769px;
	margin: 10px auto;
	border: 1px solid #999;
	/*background: #fff url(images/bg.jpg) 0% 0% no-repeat;*/
}

/* Textos de todo el sitio */
body, div, span, td, th, h1, h2, h3, h4, h5, h6 {
	font: normal 9pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Los encabezado no deben llevar espaciado de margenes o padding */
h2, h3, h4, h5, h6 {
	margin: 1px;
	padding: 1px;
	color: #333; 
	font-size: 11pt; 
	font-weight: bold; 
	padding: 0; 
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h2, h3 {
	font-size: 15pt;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 98%;
	display: block;
}

 h4 {
    font-size: 12pt;
	color: #888;
}


/* Todas las partes del sitio tienen las mismas propiedades */
#encabezado, #menu-superior, #cuerpo, #pie, .submenus, #menu-superior {	
	width: 769px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-color: #fff;
}

/* Encabezado del sitio */
#encabezado { height: 244px; }

	/* Posicion del logotipo */
	#logo { float: left; }
		
	/* Enlace de texto en el logo */
	#logo a { text-decoration: none; }	
				
	/* Bucsador sobre la pleca */
	#buscador {
		font-size: 10px;
		margin: 0 10px 30px 10px;
		clear: both;
	}
	
		#buscador form { display: inline; }
		
		/* No mostrar la etiqueta del buscador */
		#buscador label { display: none; }
		
		#buscador input {
			font-size: 9px;
			height: 10px;
		}
		
		#buscador #cmdsend {
			height: 37px;
			width: 73px;
			margin-bottom: -18px;
		}
	
/* menu superior horizontal */
#menu-superior {
	height: 18px;
	border: 1px solid #999;
	border-top-width: 0;
}

	#menu-superior a {
		color: #333;
		text-decoration: none;
	}

	/* interior del menu con el fondo gris */
	#menu-superior div {
		font-weight: bold;
		text-align: right;
		margin-right: 10px;
	}
		
	/* Las listas deben mostrarse horizontal y son decoracion */
	#menu-superior div ul, #menu-superior div li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	/* Idem que el anterior */	
	#menu-superior div ul li { display: inline; }
		

/* Cuerpo de la pagina */
#cuerpo { overflow: hidden; }

/* Las columnas del cuerpo de la pagina */
.content-cols {
	background-color: #fff;
}

	/* Columna 1 del esquema de 3 columnas */
	.cols3-1 { width: 162px; }
	
	/* Columna 2 del esquema de 3 columnas */
	.cols3-2 { width: 346px; }
	
	/* Columna 2 del esquema de 3 columnas */
	.cols2-2 { width: 609px; }
	
	.cols2-2 .content-body { padding-top: 16px; padding-right: 6px; }
	
	/* Columna 3 del esquema de 3 columnas */
	.cols3-3 { width: 263px; }


/* Pie de pagina del sitio */
#pie {
	width: 770px;
	margin: 0 auto;
	background-color: #999;
	color: #fff;
}	
	
	/* Contenido del pie de pagina */
	#pie div {
		padding: 1px 0;
		text-align: center;
		font-size: 10pt;
	}
		
	#pie div a {
		color: #888;
		text-decoration: underline;
		padding: 3px 0;
	}
	
	#pie div a:hover { color: #333; }	
	
/*
 *
 *
 */
.content-div {
	padding: 0; 
	border: 1px solid #ddd; 
	width: 774px; 
	margin-left: 5px;
}

.no-tborder {
	border-top-width: 0;
}

.no-vborders {
	border-top-width: 0; 
	border-bottom-width: 0;
}

.pleca-bottom {
	height: 30px; 
	width: 776px; 
	margin-left: 5px; 
	background: url(images/pleca.jpg) bottom center no-repeat;
}

.content-img {
	width: 100%; 
	height: 232px; 
	padding: 0; 
	margin: 0; 
	background-color: #7994af;
}

.content-img img {
	padding: 0; 
	margin: 0; 
	border-right: 5px solid #7994af;
	width: 344px;
	height: 232px;
}

.content-teaser {
	height: 160px; 
	width:263px; 
	padding-left: 3px; 
	padding-top: 8px; 
	background-color: #d7dab6; 	
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
}

.content-teaser h3 {
	color: #333; 
	font-size: 11pt; 
	font-weight: bold; 
	padding: 0; 
	margin: 0;
}


/*
 * Menu herramientas
 *
 */
 #main-tools {
	width: 100%;
	height: 127px;
	background: url(images/bg_icon.jpg) bottom center no-repeat;	
}

	/* Contenido del menu */
	#main-tools div {
		width: 98%;
		height: 25px;
		margin-left: 8px;
	}
	
	/* Se quital el espaciado y margenes, asi como los adornos de las listas */
	#main-tools ul {
		margin: 5px;
		padding: 5px;
		margin-left: 0px;
		padding-left: 2px;
		list-style-type: none;
	}
	
	#main-tools ul li {
		color: #6b87a3;
		padding: 3px 2px 3px 18px;
		margin-left: 2px;
		/*background: url(images/spacer.gif) left center no-repeat;*/
	}
	
		.print { background: url(images/icon_print.png) left center no-repeat; }
		
		.send { background: url(images/icon_mail.png) left center no-repeat; }
		
		.favoritos { background: url(images/icon_favoritos.png) left center no-repeat; }
		
		.homepage { background: url(images/icon_home.png) left center no-repeat; }
		
		.pdfver { background: url(images/icon_print.png) left center no-repeat; }
	
	#main-tools ul li a {
		color: #333;
		text-decoration: none;
		font-size: 8pt;
	}
	
	#main-tools ul li a:hover { text-decoration: underline; }
	
/*
 * Destacados
 *
 */
.itemdestacado {
    clear: both;
    margin: 0 auto;
    min-height: 100px;
}

.itemdestacado li {
	clear: both;
	color: #888;
	margin: 4px auto;
	padding: 5px 3px;
}

.itemdestacado li h4 {
    margin-bottom: 15px;
	font-size: 11pt;
}

.itemdestacado li h4 span {
	color: #06f;
	font-weight: bold;
}

.itemdestacado img {
    float: left;
    margin-right: 8px;
    margin-bottom: 60px;
	padding: 2px;
	border: 1px solid #000;
}

.itemdestacado li a {text-decoration: none; font-size: 11px; color: #888;}

.itemdestacado h4 a:hover {text-decoration: underline;}

.itemdestacado li a.vermas {text-decoration: underline; font-size: 11px; color: #f90;}

.servicios {
    width: 500px;
    clear: both;
    margin-bottom: 15px;
    float: left;
}

.servicios div {
    margin: 1px;
    margin-bottom: 4px;
    padding: 2px;
    padding-left: 20px;
    text-transform: capitalize;
    width: 220px;
    float: left;
    display: block;
    background: url(images/check.gif) left center no-repeat;
}

.sidebar-inner {
    padding: 10px;
}

.column1 {
    width:239px; 
    vertical-align: top;
}

.search-block {
    width: 235px;
    height: 294px;
    background-color: #e8e7e7;
}

.column2 {
    vertical-align:top; 
    background-color: #999; 
    width: 9px;
    background: url(images/pleca-linea.jpg) top center repeat-y;
}

.column2 div {
    width: 9px;
}

.column3 {
    margin: 0 auto; 
    padding: 8px 10px; 
    width: 510px; 
    vertical-align: top;
}

#galery {
    text-align: center; 
    width: 500px;
}

#galery img {
    width: 108px;
    height: 81px;
}

#galery img, #bigimg img {
    margin-right: 8px;
    margin-bottom: 4px;
	padding: 6px;
	padding-bottom: 10px;
	border: 1px solid #888;
}

#bigimg {
    width: 500px; 
    margin-bottom: 8px;
    text-align: center;
    clear: both;
}

#bigimg img {
    width: 411px;
    height: 287px;
}

#comentarios {
    background-color: #e8e7e7;
    width: 480px;    
}

#comentarios-content {
    padding: 12px;
    margin: 0 auto;
}

.sidebar-inner li {
    text-transform: capitalize;
    padding: 3px;
}
