@import "reset.css";

/* GOOGLE */

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

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

iframe body {
 background: none !important;
}

body {
 font-family: Verdana, Helvetica;
 font-size: 12px;
 line-height: 18px;
 color: #835a51;
 text-align: justify;
 background: url("imgs/madera.jpg"); 
 
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px;
	color: #AE686D;
	border-bottom: 1px solid #AE686D;
	padding-bottom: 2px;
	text-align: right;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
	color: #AE686D;
	border-bottom: 1px solid #AE686D;
	padding-bottom: 2px;
	text-align: left;	
}

a {
	color: #6E763D;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #4d485f;
}

TD {
	padding: 2px;
	font-size: 10px;
}

ul {
	padding-left: 40px;
	padding-right: 20px;
}

li {
	list-style: circle;
	padding-left: 5px;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

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

#contenedor {
	position: relative;
	width: 800px;
	margin: 0px auto;
}

/* Diseņo */

.superior {
	clear: both;
	width: 800px;
	height: 200px;
	overflow: hidden;
	margin: 0px;
}

.menu {
	width: 685px;
	height: 30px;
	padding-left: 115px;
	background: url("imgs/menu_01.jpg");
}

.menu img {
	float: left; 
	margin: 0px;
}


.contenido {
	width: 645px;
	padding: 5px 25px 10px 130px;
	background: url("imgs/fondo_cuerpo.jpg") repeat-y;
}

.pie {
	background-color: #AE686D;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

.pie a {
	color: #FFF;
}

.flashportada {
	float: right;
	margin-left: 30px;
	width: 350px;
	height: 263px;
	border: 8px solid #FFFCE9;
}

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

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

.medio {
	margin-top: 10px;
}

.foto {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.submenu {
	text-align: right;
	display: block;
	background-color: #AE686D;
	border: 1px solid #CCC;

}

.submenu a {
	padding: 2px 10px;
	border-left: 1px solid #CCC;

	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.submenu a:hover {
	background-color: #FFF;
	color: #AE686D;
}

.tabla {
	margin: 10px;
	float: right;
	
}

.tabla td {
	border-spacing: 5px;
}

.tabla th {
	font-weight: bold;
	padding: 5px 20px;
	color: #AE686D;
	text-align: center;
	border-bottom: 1px solid #AE686D;
}

.col1 {
	border-bottom: 1px solid #AE686D;
	padding-right: 20px;
	font-weight: bold;
}

.precios {
	border-bottom: 1px solid #AE686D;
	text-align: center;
	
}

.calendario {
	float: left;
	padding-top:10px;
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.fuente {
	text-align: right;
	border-top: 1px solid #AE686D;
	padding: 10px;
	margin-top: 20px;
	font-size: 10px;
}

.contacto {
	border: 1px solid #AE686D;
	width: 200px;
	margin: 10px auto;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
}

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

/*
-------------------------------------------------------------- 
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;
}



