body {
	background-color:#f7dd97;
	background-image: url(images/fondo-cabecera.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color:black;
}

h1 {
	margin:0px;
	background-image: url(images/fondo-h1.gif);
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 45px;
	height: 30px;
	clear:both;
}

h2, h3 {
	font-size: 12px;
	padding:0px;
	margin:0px;
}
h3{
	font-size: 12px;
}

a {
	text-decoration:none;
	color:#996600;
	outline: none;
	font-weight:bold;
}
a:hover {color:white;}
p {
	/*text-align:justify;*/
	margin:2px;
}
ul{
	margin:0px 0px 0px 15px;
}
ul li{
	color:#edda38;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

/*MARCOS-------------------------------------------------------------------*/
#box {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	display: table;
}

#cabecera {
	width: 950px;
	height: 155px;
	float: left;
}

#cabeceraLogo {
	float: left;
	clear: both;
}

#columnaIzq{
	width:420px;
	float:left;
	margin-left:25px;
}
#contenidoInferior{
	clear:both;
	display:table;
	background-image:url(images/fondo-contenido-claro.jpg);
	padding-left:10px;
	padding-right:10px;
	width:930px;
}
#columnaDer{
	width:485px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	text-align:center;
}

#pie {
	color: white;
	margin: 0px auto;
	background-image:url(images/pie.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display: table;
	width:100%;
}
#pie a {
	color:#996600;
	text-decoration: none;
}
#direccion {
	float: left;
	color: black;
	margin-top:45px;
	margin-bottom:10px;
}
#edreams {
	text-align:right;
	float:right;
	margin-top:40px;
}
#edreams a{
	color:#87754e;
	font-size:11px;
}

/*TAMAŅOS-------------------------------------------------------------*/
.titularDestacado{
	font-size:small;
	color:#996600;
}
.textoBold, .titularDestacado{
	font-weight:bold;
}

.textoMarron{
	color:#583800;
}

.pieFoto{
	color:#996600;
}
	
.imagenBordeada {
	border-top:2px solid #78663e;
	border-bottom:2px solid black;
	border-left:2px solid #78663e;
	border-right:2px solid black;
	padding:5px;
	background-color:#faecbf;
}
.imagenDestacada{
	background-image:url(images/fondoFoto.gif);
	background-repeat:no-repeat;
	padding:20px;
}

.textoSmall{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.tablaGaleria img {
	border-top:2px solid #78663e;
	border-bottom:2px solid black;
	border-left:2px solid #78663e;
	border-right:2px solid black;
	margin:3px;
	padding:3px;
	background-color:#FFFFFF;
}
.tablaGaleria td{
	text-align:center;
	width:148px;
}

.alinearImagen{
	vertical-align: middle;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
}

