BODY {
	PADDING: 0px;
	MARGIN: 0px;
	background: #285362;
	font-family:"Times New Roman", Times, serif;
}
img {
	padding:0px;
	margin:0px;
	border:0px;
}
/* ------------------------------------------------------------ GENERAL LAYOUT */
.clear {
	clear:both;
}
.top {
	float: left;
	/*clear:both;*/
	width:100%;
	height:180px;
	background: url(../imagenes/bg_top.jpg) no-repeat top center #1A5468;
	border-bottom: solid 1px #FFFFFF;
}
.container {
	background: url(../imagenes/bg_container.jpg) repeat-x top left #fff;
	position: relative;
	float:left;
	width: 100%;
}
.bottom {
	float: left;
	width:100%;
	background: url(../imagenes/bg_bottom.jpg) repeat-x top left;
}
/* ------------------------------------------------------------ top*/

#header {
	width: 920px;
	margin: auto;
}
#header .logo {
	padding: 20px 0px 8px 20px;
	float: left;
}
/*  ------------------------------MENU ------------------*/

#menu {
	width: 920px;
	float: left;
	padding:0px;
	margin:0px;
	height:50px;
	background:url(../imagenes/bg_menu.png) no-repeat bottom center;/*border: solid 1px red;*/
	
}
#menu ul {
	margin:0px 0px 0px 0px;
	padding:10px 12px;/*width: 510px;*/
}
#menu li {
	float: left;
	list-style-type: none;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.04em;
}
#menu li a {
	color:#FFFFFF;
	display: block;
	float: left;
	text-decoration:none;
	padding:11px 33px;
	margin:0px;
}
#menu li a:hover, #menu li.active a {
	/*color: #B77F1E;*/
	color:#D5B431;
	text-decoration:none;/*background:url(../images/bg_bt.gif) no-repeat center;*/
}
/* ------------ /// ------------ /// ------------ /// ------------ MAIN ------------ /// ------------ /// ------------ /// ------------ */
.center {
	/*position: relative;
	float:left;*/
	width: 920px;
	margin: 0px auto;
}
#main {
	float: left;
	width: 900px;
	background: url(../imagenes/bg_main.jpg) no-repeat left top;
	padding: 0px 10px;
	margin-bottom:20px;
}
#main .intro {
	width: 860px;
	height:340px;
	margin: 0px 0px;
	padding:20px;
}
#main .top_secciones {
	width: 855px;
	height:200px;
	margin: 0px 0px;
	padding:20px;
}
#main .historia {
	width: 450px;
	/*height:340px;*/
	float:left;
	margin: 0px;
	padding:0px 20px;
}
#main .biografia {
	float:right;
	width:385px;
	padding:0px 20px 0px 0px;
	margin:0px 0px;
}
.biografia img {
	padding:5px;
	margin:5px 8px 0px 0px;
	background-color:#CCCCCC;
	float:left;
}
h1 {
	color:#B77F1E;
	font-size:26px;
	font-weight:normal;
	margin:0px;
	padding-bottom:10px;
}
h2 {
	color:#B77F1E;
	font-size:22px;
	font-weight:normal;
	margin:0px;
	padding:10px 0px;
}
h3 {
	color:#333333;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-bottom:20px;
}
p {
	color:#333333;
	font-size:15px;
	line-height:18px;
	padding:0px 0px 10px 0px;
	margin:0px;
}
p.copete {
	font-style: italic;
}
a {
	color:#B77F1E;
	text-decoration:none;
}
a:hover {
	color:#2A5564;
	text-decoration:none;
}
/*- ------------- CONTENT ------------*/
#main .content {
	width: 580px;
	float:left;
	margin: 0px;
	padding:0px 20px;
}
#main .content img.foto {
	border: solid 10px #CCCCCC;
	margin: 0px;
	padding:0px;
}
.bio ul {
	padding:0px;
	margin:0px;/*list-style-type: none;*/
}
.bio ul li {
	font-size:15px;
	line-height:18px;
	color:#666;
	background:url(../imagenes/bullet_tema.jpg) no-repeat 1px 6px;
	padding: 0px 0px 0px 10px;
	margin:5px 0px 10px 0px;
	list-style-type:none;
}
.bio ul.items li {
	margin:0px;
	padding:0px;
}
.bio img {
	padding:5px;
	margin:5px 0px 0px 10px;
	background-color:#CCCCCC;
	float:right;
}
/*#main #content_notas {
	width: 860px;
	float:left;
	margin: 0px;
	padding:0px 20px;
}*/

/*#content_notas*/  

.fecha {
	color:#999999;
	font-size:18px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.nota {
	border-bottom: solid 1px #E9E9E9;
	padding:15px 0px;
	margin:0px;
}
.volanta {
	color: #666;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.nota .titulo {
	color:#B77F1E;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
.nota .fecha {
	font-size:15px;
	color:#999999;
	padding:0px;
	margin:0px;
}
.nota a {
	color:#B77F1E;
	text-decoration:none;
}
.nota a:hover {
	color:#2A5564;
	text-decoration:none;
}
.nota p {
	font-size:15px;
	line-height:18px;
	padding:10px 0px 0px 0px;
	color:#333333;
	margin:0px;
}
/*.nota{
	background:url(../imagenes/linea_degrade.jpg) no-repeat left bottom;
	padding:10px;
}

.nota .fecha{
	font-size:12px;
	color:#999999;
	padding:0px;
	margin:0px;
}

.nota a{
	font-size:15px;
	color:#B77F1E;
	padding:0px;
	margin:0px;
	text-decoration:none;
}


.nota a:hover{
	text-decoration:underline;
}

#main .columna .nota p {
	font-size:15px;
	line-height:18px;
	padding:10px 0px 0px 0px;
	color:#333333;
	margin:0px;
}
*/



.paginado {
	font-size:15px;
	width: 560px;
	float: left;
	padding:10px;
	background:url(../imagenes/bg_paginado.jpg) repeat-x left top;/*background-color:#E9E9E9;*/
}
.paginado ul {
	margin: 0px;
	list-style: none;
	margin-top: 0px;
	padding: 0px;
	float:right;/*width: 100%;*/
}
.paginado ul li {
	float: left;
	padding-right:10px;
}
.paginado ul li a {
	float: left;
	color: #B77F1E;
	text-decoration:none;
}
.paginado ul li a:hover {
	color: #000;
}
.paginado ul li a.selec {
	/*font-weight: bold;*/
	color: #000;
}
.paginado ul li.first {
	float: left;
	width:80px;
	display:inline;
	color: #B77F1E;
	text-decoration: none;
}
.paginado ul li.last {
	float: right;
	width:73px;
	padding:0px;
	margin:0px;
	color: #B77F1E;
	text-decoration: none;
}
ul.staff {
	/*width:260px;*/
	padding:15px 10px 0px 10px;
	margin:0px;
	background:url(../imagenes/linea_degrade.jpg) no-repeat left bottom;
}
ul.staff li {
	font-size:16px;
	line-height:18px;
	color:#333333;
	padding: 0px 0px 15px 10px;
	list-style-type:none;
	background:url(../imagenes/bullet_simple.jpg) no-repeat left top;
}
ul.staff li a {
	color:#B77F1E;
	text-decoration:none;
}
ul.staff li a:hover {
	color:#2A5564;
	text-decoration:underline;
}
/*---------------- Colapsada -----------------*/

ul.items {
	float:left;
	padding:0px 0px;
	margin:0px;
	list-style-type: none;
}
ul.items li.colapsada {
	font-size:18px;
	color:#B77F1E;
	text-decoration:none;
	background:url(../imagenes/bullet_mas.gif) left 11px;
	background-repeat:no-repeat;
	padding: 5px 0px 10px 15px;
}
ul.items li.selected {
	color:#B77F1E;
	font-size:18px;
	background:url(../imagenes/bullet_menos.gif) left 11px;
	background-repeat:no-repeat;
	padding: 5px 0px 10px 15px;
}
ul.items li a {
	color:#B77F1E;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
ul.items li a:hover {
	margin:0px;
	color:#B77F1E;
	padding:0px;
	text-decoration:underline;
}
ul.items li p {
	font-size:15px;
	/*line-height:18px;*/
	padding:10px 10px 10px 0px;
	margin:0px;
	font-weight:normal;
}
ul.items li.colapsada p {
	display:none;
}
ul.items li.colapsada ul {
	display:none;
}
/*-------------------- COLUMNA ------------------------*/

#main .columna {
	float:right;
	width:258px;
	padding:0px 20px 0px 0px;
	margin:0px 0px;
	border-left:solid 1px #E9E9E9;
	background:url(../imagenes/linea_degrade.jpg) no-repeat left top;
}
#main .columna h2 {
	color:#333333;
	font-size:22px;
	font-weight:normal;
	margin:0px;
	padding:10px;
	background:url(../imagenes/linea_degrade.jpg) no-repeat left bottom;
}
#main .columna p {
	color:#333333;
	font-weight:normal;
	margin:0px;
	padding:10px;
	line-height:20px;
}
.datos {
	background:url(../imagenes/linea_degrade.jpg) no-repeat left bottom;
}
#main .columna a {
	color:#B77F1E;
	text-decoration:none;
}
#main .columna a:hover {
	color:#2A5564;
	text-decoration:none;
}
.columna .banner {
	float:left;
	padding:20px 0px 20px 15px;
	background:url(../imagenes/linea_degrade.jpg) no-repeat left bottom;
}
/*- ----------------- Subnav ------------------

#subnav {
	width:280px;
	padding:0px;
	margin:0px;
}

#subnav ul{
	width:260px;
	padding:5px 5px;
	margin:0px;
}

#subnav li {
	font-size:13px;
	line-height:16px;
	color:#004971;
	padding: 0px 0px 15px 0px;
	list-style-type:none;
}

#subnav li a{
	background:url(../images/bullet_inactive.gif) no-repeat left 16px;
	color:#004971;
	padding: 10px 0px 10px 15px;
	list-style-type:none;
}

#subnav li a:hover{ 
	background:url(../images/bullet_active.gif) no-repeat left 16px;
	color:#C11D28;
	padding: 10px 0px 10px 15px;
	list-style-type:none;
}

#subnav li.active a{ 
	background:url(../images/bullet_active.gif) no-repeat left 16px;
	font-size:13px;
	color:#C11D28;
	padding: 10px 0px 10px 15px;
	list-style-type:none;
}

#subnav li.simple{
	background:url(../images/bullet_inactive.gif) no-repeat left 6px;
	color:#004971;
	padding: 0px 0px 10px 15px;
	list-style-type:none;
}
*/


/* ----------------- Form ---------------------- */

.contact {
	width:460px;
}
.contact input {
	/*height:22px;*/
	width:260px;
	border: solid 1px #E9E9E9;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin-top:10px;
	padding:5px 5px 2px 5px;
	float:right;
}
.contact select {
	width:272px;
	border: solid 1px #E9E9E9;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin-top:10px;
	float:right;
	margin-top:10px;
}
.contact label {
	height:22px;
	/*width:140px;*/
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#414141;
	margin-top:10px;
	padding:8px 0px 0px 0px;
	float:left;
	clear: left;
}
.contact label.neg {
	margin-top:5px;
}
.contact textarea {
	width:260px;
	border: solid 1px #E9E9E9;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#414141;
	margin-top:10px;
	padding:5px;
	float:right;
}
.contact br {
	clear:both;
}

input.btn {
	background:url(../imagenes/bg_btn.jpg) no-repeat top;
	border:0px;
	color:#FFFFFF;
	float:left;
	clear:left;
	height:26px;
	width:74px;
	padding:0px 0px 4px 0px;
	margin:20px 0px 0px 190px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
input.btn:hover {
	color:#D5B431;
	text-decoration:none;
}
/* ------------------------------------------------------------ CATALOGO */

#main .content#catalogo {
	padding-right: 0px;
	margin:0px;
	width: 600px;
}
/*#main .content#catalogo .paginado {
	width: 560px;
	float: left;
	background:url(../imagenes/bg_paginado.jpg) repeat-x top left;
}

#main .content#catalogo .paginado ul {
	width: 195px;
	float: right;
}

#main .content#catalogo .paginado li {
	float: right;
}*/

.revista {
	width: 274px;
	height:124px;
	border-bottom: 1px solid #E9E9E9;
	padding:15px 5px 15px 0px;
	float: left;
	margin-right:20px;
	/*margin-bottom: 20px;*/
	text-decoration: none;
}
.revista:hover {
	background: #E9E9E9;
}
.revista.ultimo {
	width: 580px;
	height:100%;
	padding-bottom: 15px;
	padding-top: 5px;
	/*padding-left: 5px;*/
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
}
.revista.ultimo:hover {
	background: none;
}
#main .content .revista img {
	width: 86px;
	float: left;
	border: 2px solid #e9e9e9;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}
#main .content .revista.ultimo img {
	width: 280px;
	float:left;
}
.revista .numero {
	font-size: 22px;
	line-height:20px;
	color: #B77F1E;/*float: left;
	width: 165px;*/
}
.revista .fecha {
	font-size: 15px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.revista .tema {
	/*width: 165px;
	float: left;*/
	font-size: 15px;
	color: #333;
	margin-top: 10px;
}
.revista.ultimo .tema {
	font-size: 15px;
	padding:10px;
	color: #333;
	margin-top: 10px;
}
ul.bullets {
	padding:0px;
	margin:0px;
	float:right;
	width:285px;
	display:inline;
	list-style-type: none;
}
/*.tema ul li{
	margin:10px 0px 0px 15px;
}*/

ul.bullets li {
	font-size:15px;
	color:#666;
	background:url(../imagenes/bullet_tema.jpg) no-repeat left 8px;
	padding: 0px 0px 0px 8px;
	margin:5px 0px 0px 0px;
	list-style-type:none;
}
/* Form buscador */

.buscador {
	padding:0px 0px 20px 15px;
	float:left;
	background:url(../imagenes/linea_degrade.jpg) no-repeat left bottom;
}
.buscador label {
	width:220px;
	float:left;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#414141;
	margin-top:5px;
	padding:8px 0px 5px 0px;
}
.buscador input {
	border: solid 1px #E9E9E9;
	width:150px;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	/*margin-top:10px;*/
	padding:5px 5px 2px 5px;
	margin-right:10px;
	margin-bottom:5px;
}
.buscador input.boton {
	width: 60px;
	margin:0px;
	background: none;
	border: none;
	color:#B77F1E;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}
.buscador input.boton:hover {
	color:#2A5564;
	text-decoration:none;
}
.buscador select {
	border: solid 1px #E9E9E9;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin-right:10px;
	margin-bottom:5px;
	padding:0px;
}
.buscador textarea {
	/*width:260px;*/
	border: solid 1px #E9E9E9;
	font-size:15px;
	color:#000;
	margin-top:10px;
	padding:5px;
}
/*.btn {
	float: right;
	padding:0px 0px;
	margin:0px;
	line-height:24px;
	font-size:13px;

}*/

.buscador input.btn {
	background:url(../imagenes/bg_btn.jpg) no-repeat top;
	border:0px;
	color:#FFFFFF;
	height:26px;
	width:74px;
	padding:0px 0px 4px 0px;
	margin:10px 0px 0px 0px;
	/*margin:20px 0px 0px 190px;*/
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.buscador input.btn:hover {
	color:#D5B431;
	text-decoration:none;
}
/* ------------ /// ------------ /// ------------ /// ------------ FOOTER  ------------ /// ------------ /// ------------ /// ------------ */

#footer {
	width: 920px;
	padding: 20px;
	margin: 0px auto;
}
#footer p {
	text-align:center;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

#footer a {
	text-align:center;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#D5B431;
}
