a {
	color: #DDD;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	color:#888;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background: url('../img/wp_damask_121.jpg') repeat;
	background-position: center top;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#contenedor {
	position:relative;
	margin:0px auto;
	padding:0;
	text-align:left;
	width:808px;
}

#encabezado{
	background-image: url('../img/encabezado.jpg');
	height:160px;
}

img#logo {
	border-style:none;
	position:absolute;
	top:25px;
	left:11px;
}


/* Configuración del menú principal*/
#menu {
	color:yellow;
	margin:0;
	padding:0;
	position:absolute;
	top: 128px;
	left:20px;
}

#menu li {
	position:relative;
	float:left;
	padding-right:12px;
	list-style:none;
}

#menu li img {
	border-style:none;
}


/* Configuración del menú de las banderas*/
#banderas {
	width:78px;
	height:76px;
	margin:0;
	padding:0;
	position:relative;
	top:122px;
	left:715px;
}

#banderas li {
	width:39px;
	height:38px;
	list-style: none;
	position:absolute;
	background:url('../img/banderas.png') 0 0 no-repeat;
	display:block;
}

#banderas a {
	display:block;
	width:38px;
	height:38px;
}

#banderas li#es {
	left: 0px;
}

#banderas li#en {
	left:39px;
	background-position: -39px 0;
}

#banderas li#es a:hover,
#banderas li#es a:active {
	background:url('../img/banderas.png') 0 -38px;
}

#banderas li#en a:hover,
#banderas li#en a:active {
	background:url('../img/banderas.png') -39px -38px;
}



#cuerpo {
	position: relative;
	background-image: url('../img/cuerpo.jpg');
	padding:30px;
}

#textos {
	position:relative;
}

#textos_columna {
	display:none;
}

img.adorno_sup,
img.adorno_inf {
	display: block;
	position:relative;
	left:155px;
}

#contenido,
#contenido_columna {
	position:relative;
	padding: 10px;
	width:340px;
	background-color:#9eb39b;
}

#fotos {
	position:relative;
	margin-top: 20px;
	width:380px;
}

.clean {
	clear: both;
}

#pie {
	position:relative;
	background: transparent url(../img/pie.jpg) no-repeat;
	height:12px;
	padding-bottom:20px;
}

.csc-textpic-caption {
	font-size:0.9em;
	color:#4B4B4B;
}

ul.separados li {
	padding-bottom:15px;
}

/* Configuración de las tablas de las tarifas*/
table {
	border:5px solid #C5BF56;
	border-collapse:collapse;
	font-family:Arial,Verdana,Sans-serif;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:320px;
}

th {
	background-color:#FFB533;
	border:none;
	color:#92290F;
	font-size:1.2em;
	padding-bottom:10px;
	padding-top:15px;
	text-align:center;
}

td {
	background:#EBE790 none repeat scroll 0%;
	border:1px solid #C5BF56;
	font-size:10pt;
	text-align:center;
}

td.notas {
	background-color:#FFCD24;
	font-size:0.8em;
	line-height:1.2em;
}
