@import "reset.css";
@import "menu.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 background-color: #383737;
 font-family: Verdana, Helvetica;
 font-size: 12px;
 line-height: 18px;
 text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #a29061;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a29061;
	margin-bottom: 10px;
	border-bottom: 1px dashed #a29061;
}

.colIzda {
	float: left;
	width: 320px;
	margin-right: 10px;
	padding-right: 20px;
	border-right: 1px dashed #383737;
}

.colDcha {
	float: left;
	padding-left: 10px;
}

.formulario input {
	border: 1px solid #a29061;
	width: 250px;
}

.formulario textarea {
	border: 1px solid #a29061;
	width: 250px;
	height: 200px;
}

h3 {
	font-weight: bold;
	color: #a29061;
	margin-bottom: 20px;
	border-bottom: 1px solid #a29061;
}

table {
	margin: 10px auto;
}

td {
	font-size: 12px;
	border-bottom: 1px solid #a29061;
	text-align: center;
}

hr {
	margin: 20px auto;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.transparente {
	 -moz-opacity:.65; 
	 filter:alpha(opacity=65); 
	 opacity:.65;
}

#superior {
	width: 100%;
	height: 220px;
	margin: 0px auto;
	overflow: hidden;
	background: url("imgs/fondo_superior.png") repeat-x;
}

#fondo {
	float: left;
	width: 1024px;
	background-color: #e6ddc6;
}

#cuerpo {
	float: right;
	width: 724px;
	padding: 20px;
	background: #fbf7ee;
	color: #383737;
	text-align: justify;
}

#cuerpo p {
	margin-bottom: 20px;
}

#cuerpo ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#cuerpo li {
	margin-left: 20px;
	list-style: circle;
}

#cuerpo b {
	font-weight: strong;
	color: #a29061;
}

#cuerpo a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #a29061;
	color: #a29061;
}

#cuerpo a:hover {
	background-color: #a29061;
	color: #FFF;
}

#cuerpo img {
	padding: 10px;
	border: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	margin: 0px 20px 20px 20px;
}



#cuerpo h1 img {
	border: none;
	margin: 0px;
}

.noticia {
	border: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	margin: 10px;
	padding: 20px;
}




#logo {
	float: left;
	margin: 20px auto auto 20px;
}



#fotos {
	float: right;
	margin: 5px 20px auto auto;
	background: url("imgs/fondo_superior.png") repeat-x;
	
}

.contenedor {
	width: 1024px;
	margin: 0px auto;
}

.dcha {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.lateral {
	float: left;
	width: 250px;
	text-align: center;
}

.donde {
	background: url("imgs/donde.png") no-repeat;
	width: 224px;
	height: 126px;
	padding-top: 50px;

	margin: 20px 0px 20px 10px;
}

.donde img {
	border: 1px solid #fbf7ee; 
}

#pie {
	float: left;
	width: 984px;
	background: #a29061;
	font-style: italic;
	font-size: .8em;
	color: #fbf7ee;
	padding: 0px 20px;
}

#pie a {
	color: #fbf7ee;
	text-decoration: none;
}

.direccion {
	font-size: .9em;
	color: #a29061;
}

.direccion a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #a29061;
	color: #a29061;
}


/*
-------------------------------------------------------------- 
PAGINADOR
--------------------------------------------------------------*/
ul.paginador {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}

ul.paginador li {
	display: inline;
	border: 1px solid #666666;
	color: #6e4e51;
	background-color: #FFFF00;
	margin: 0 1px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

ul.paginador li:hover {
	display: inline;
	border: 2px solid #666666;
	padding: 4px;
}

ul.paginador li.inerte:hover {
	display: inline;
	border: 1px solid #666666;
	padding: 5px;
}

ul.paginador li.actual {
	background-color: #0100FE;
}

ul.paginador li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

ul.paginador li.actual a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


ul.paginador li a:hover {
	text-decoration: none !important;
}



/* Tablas y formularios */ 
td.Tabla {
	font-size: 1em;
	vertical-align: top;
	border-bottom: 1px dashed #000;
}

td.TablaTitulo {
	vertical-align: top;
	border-bottom: 3px double #000;
}

td {
	padding: 5px;
}

#detalle td.TablaTitulo {
	border-bottom: 1px dashed #000;
	border-right: 1px dashed #000;
}

#detalle td.Tabla {
	font-size: 0.9em;
}

#addArriba {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px dashed #999;
	padding: 10px;
}

#addAbajo {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px dashed #999;
	padding: 10px;
}

#login {
	float: left;
	border: 2px solid #a290061;
	text-align: center;
	clear: both;
	width: 235px;
	padding: 5px;	
	font-size: .9em;
}

#login input, submit {
	font-size: .9em;
	margin: 0px;
}


.buscador {
	position: relative;
	left: 250px;
	width: 200px;
	border: 1px solid #F4A531;
	text-align: center;
	background-color: #FFFF00;
	padding: 10px; 
	
}

.ofertas {
	text-align: center;
	text-decoration: blink;
	font-weight: bold;
	margin: 10px auto;
	color: red;
}

.ofertas a {
	color: red;
	text-decoration: none;
}
