/* =RESET */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img { margin: 0; padding: 0; border: 0; } /*ul,ol { list-style: none; }*/

/* =CLEARFIX */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } .clearfix { display:inline-block; } .clearfix { display:block; } * html .clearfix { height:1px; } .clearfix {zoom:1;}

/* =GENERAL */
.left { float: left; display: inline; }
.right {float: right; display: inline; }
.center { text-align: center !important; }
img.center { display: block; margin: auto; margin-bottom: 20px; }
.oculto { visibility: hidden; }
.clear { clear: both; }

/* =BODY */
body {
	font: 100.1% arial,sans-serif;
	text-align: center;
	position: relative;
	background: #4D0C4D url(../images/web/bg.png) repeat-x;
}

/* =HEAD */
div#head {
	width: 770px;
	height: 301px;
	margin: auto;
	background: url(../images/web/head.jpg) no-repeat;
	position: relative;
}

h1 {
	text-indent: -9999px;
}

ul#menu {
	position: absolute;
	top: 257px;
	left: 0;
	font: bold 75% arial,sans-serif;
	width: 760px;
}

	ul#menu li {
		display: inline;
		margin: 0 15px;
	}
	
		ul#menu li a {
			color: #000;
			text-decoration: none;
		}
		
		ul#menu li a:hover {
			text-decoration: underline;
		}
		
		ul#menu li.current a {
			color: #FDF8E6;
		}


/* =WRAP */
div#wrap {
	width: 760px;
	margin: auto;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	background-color: #F9EDBF;
	padding: 5px;
	padding-top: 0;
	font-size: 76%;
}

div#main {
 	background: #FDF8E6 url(../images/web/bg_main.png) repeat-x bottom left;
	border: 2px solid #F3DC80;
	border-top: 0;
	color: #8C7000;
}

/* =CONTENT */
div.content {
	width: 500px;
	float: left;
	display: inline;
	padding: 20px;
	border-left: 5px solid #C0575C;
	margin-left: 10px;
	min-height: 335px;
	_height: 335px;
}

	div.content h2 {
		margin-bottom: 15px;
		color: #E6B800;
		font: bold 160% arial,sans-serif;
		letter-spacing: .1em;
		border-bottom: 1px solid #EDCA40;
	}
	
	div.content h3 {
		font-size: 120%;
		margin-top: 25px;
		color: #D9AF35;
		font-family: arial,sans-serif;
		letter-spacing: .1em;
	}
	
		div.content h3 a {
			color: #D9AF35;
		}
	
	div.content h4 {
		font-size: 100%;
		margin-top: 10px;
	}

	div.content p {
		margin-bottom: 15px;
		line-height: 170%;
		margin-left: 0; /*safari*/
	}
	
	div.content img.right {
		margin-left: 20px;
	}
	
	div.content a {
		color: #D9AF35;
		font-weight: bold;
	}

p#foot {
	background-color: #D9AF35;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 90%;
	margin-left: 0; /*safari*/
}

	p#foot strong, p#foot a {
		color: #404;
	}
	

/* =RESENAS HISTORIAS */
div#resenas img {
	padding: 4px;
	background-color: #F9EDBF;
	border: 1px solid #D9AF35;
}

/* =COLABORADORES */
div#colaboradores div.colaborador {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #EDCA40;
}

div#colaboradores div.colaborador p {
	margin: 0;
}
	
/* =CONTACTO */
div.donde_estamos { 
	float: left;
	margin-left: 30px;
	position: relative;
	top: -30px;
	width: 165px;
}

div#contacto form {
	float: left;
	width: 260px;
	padding: 5px 20px;
	font-size: 90%;
	border: 1px solid #D9AF35;
	background: #F9EDBF url(../images/web/bg_form.png) repeat-x bottom center;
}

	form p {
		margin: 15px 0 0 0;
	}
	
	form p.text input, textarea {
		width: 250px;
		font: 110% arial,sans-serif;
		border: 1px solid #D9AF35;
		padding: 3px;
		color: #444;
	}
	
	textarea { height: 100px; }
	
	form p.submit input {
		font: bold 100% verdana,sans-serif;
		color: #D9AF35;
		background-color: #404;
		padding-top: 3px;
		padding-bottom: 3px;
		letter-spacing: .2em;
		margin-top: 5px;
	}

fieldset {}

legend {
	display: none;
}

label {
	display: block;
	font: bold 100% sans-serif;
	color: #8C7000;
}

input.form_validation_field_error_text { border: 2px solid #c00 !important; }

p.mensaje_enviado { 
	color: #090;
	font-weight: bold;
	text-align: center;
}

/* =SIDEBAR */
div#sidebar {
	width: 180px;
	float: right;
	display: inline;
	padding: 20px 20px 20px 0;
}

	div#sidebar h3 {
		color: #5A0E5A;
	}
	
	div#sidebar h4 {
		margin-top: 10px;
	}
	
		div#sidebar h4 a {
			color: #5A0E5A;
		}
		
		div#sidebar a {
			color: #5A0E5A;
			font-weight: bold;
		}

	div#sidebar form {
		margin-bottom: 30px;
		text-align: right;
	}
	
		div#sidebar fieldset {
			font-size: 90%;
			border: 1px solid #D9AF35;
			background: #F9EDBF url(../images/web/bg_form.png) repeat-x bottom center;
			padding: 0 20px 15px;
		}
	
		div#sidebar select {
			font-size: 120%;
		}

/* =NOTICIAS */
div#noticias h3 {
	margin-bottom: 3px;
	margin-top: 20px;
	clear: both;
}

div.resumen_noticia {
	line-height: 170%;
}

div#galeria p#nav_listado { *padding-top: 5px; }

p#nav_listado {
	margin-top: 25px;
	border: 1px solid #D9AF35;
	background-color: #F9EDBF;
	padding: 10px 20px;
	text-align: center;
}

	p#nav_listado a {
		margin: 0 25px;
	}
	
div#noticias img.foto {
	float: right;
	display: inline;
	padding: 3px;
	border: 1px solid #EDCA40;
	margin: 0 0 5px 15px;
}

div.noticia {
	padding-bottom: 20px;
	border-bottom: 1px dashed #EDCA40;
}


h3.filtrar {
	text-align: right;
	font-size: 130%;
	margin-bottom: 2px;
}


/* =ULTIMAS NOTICIAS */
div#ultimas_noticias_sup {
	background: url(../images/web/ultimas_noticias_sup.png);
	width: 180px;
	height: 16px;
}

/*
div#ultimas_noticias_inf {
	background: url(../images/web/ultimas_noticias_inf.png);
	width: 180px;
	height: 16px;
}
*/

div#ultimas_noticias {
	border: 1px solid #F2D978;
	border-top: 0;
	padding: 0 15px 15px;
	font-size: 90%;
	background: #fff url(../images/web/bg_ultimas_noticias.png) no-repeat bottom center;
}

	div#ultimas_noticias h3 {
		border-bottom: 1px solid #811481;
		font-size: 150%;
	}
	
	div#ultimas_noticias h4 {
		font-size: 110%;
		margin-bottom: 2px;
	}

/* =GALERIA */
div#galeria {
 width: 700px;
}

	div#galeria div.foto {
		width: 150px;
		float: left;
		display: inline;
		text-align: center;
		margin: 0 12px 10px;
		*margin-bottom: 0;
		font-size: 90%;
	}
	
		div#galeria div.foto img {
			padding: 3px;
			border: 1px solid #EDCA40;
		}
		
p.mas_noticias {
	text-align: center;
	margin-top: 15px;
}

/*ENLACES*/
#enlaces {
	width: 700px;
}

.enlace {
	border-bottom: 1px dashed #EDCA40;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#enlaces img {
	padding: 4px;
	background-color: #F9EDBF;
	border: 1px solid #D9AF35;
	float: right;
	margin: 0 0 10px 20px;
}

.enlace h3 {
	margin-bottom: 15px;
}

/* =BANNERS */
div#losmenbers {
	background-color: #fff;
	border: 2px solid #F3DC80;
	margin-top: 15px;
	padding-left: 3px;
}

div#banners {
	text-align: center;
	padding: 10px;
}

	div#banners div {
		margin-bottom: 5px;
	}
	
		div#banners div img {
			border: 1px solid #EDCA40;
			margin: 0 8px 5px;
		}
		
div#bigban {
	background-color: #fff;
	width: 700px;
	margin: auto;
}
			
/* =HIGHSLIDE */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
		/*
    font-family: Verdana, Helvetica;
    font-size: 10pt;
		*/
		font: 76% arial,sans-serif;
    padding: 5px;
    background-color: white;
		text-align: center;
		color: #8C7000;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {	
	background: url(../js/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}