/* ELEMENTOS BASICOS */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.9em;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	text-align: left;
}
a {
	color: #1065bd;
	font-weight: bold;
}
a:hover {
	color: #999;
}
img {
	border: none;
}
p {
	margin-bottom: 1em;
}
.corte {
	clear: both;
}

/* CABECERA */
#cabecera {
	text-align: center;
	background: #fff url(../imagenes/alcocebre.jpg) no-repeat center top;
	height: 117px;
	border-bottom: 2px solid #1065bd;
}

/* CABECERA */
#menu {
	height: 40px;
	line-height: 40px;
	background: #297ec8 url(../imagenes/fondo_menu.png) repeat-x left top;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 0 10px;
}
#menu ul li a:hover {
	background-color: #6cbfe2;
}


/* CONTENIDO */
#contenido {
	margin-top: 15px;
}
.datos-destacado {
	height: 148px;
	margin-top: 10px;
	padding: 5px 0;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	background: #1065bd url(../imagenes/fondo_destacado.png) repeat-x left top;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.datos-destacado-logo {
	height: 157px;
	width: 396px;
	position: absolute;
	background-image: url(../imagenes/trotamar.png); }
	
.datos-destacado-logo a { 
display:  block; 
width: 100%;
height: 100%;
}



.datos-destacado strong {
	font-weight: normal;
}
.datos-destacado a {
	color: #b8ebf9;
	text-decoration: none;
}
.datos-destacado a:hover {
	text-decoration: underline;
}
.datos-destacado .datos-destacado-cont {
		float: right;
	width: 400px;
	height: 118px;
	/*background: transparent url(../imagenes/mundo_viaje.png) no-repeat left center;
	margin: auto;*/
	padding: 30px 0 0 128px;
	
}
.datos-destacado .datos-destacado-cont span {
	font-size: 1.5em;
	display: block;
	color: #f7c919;
}

#contenido-txt {
	width: 80%;
	text-align: center;
	float: left;
	margin: auto;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #eee;
	padding: 10px 0;
}

#galeria {
	margin-top: 10px;
}
#galeria ul li {
	list-style: none;
	margin-bottom: 10px;

}
#galeria ul li img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;

}

/* INFO */
#info {
	/*margin-top: 600px;*/
	padding: 20px;
	text-align: justify;
}
#info ul {
	margin: 0 0 10px 30px;
}

#sidebar2 {
width:19%;
float:right;
height:600px;	

}