/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;
	background-color: #e5dbd1;
}

img{
	border: 0;
}

.caja {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #dfdedd;
	color: black;
	background-color: #eee9e5;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	height: 16px;
}

a {
	text-decoration: none;
	color: #c41130;
}

a:hover{
	color: #fe7a90;
}

ul {
	padding-left: 15px;
	list-style-type: circle;
}

li ul{
	padding-left: 15px;
	list-style-type: square;
}

form p {
	margin: 5px;
}

fieldset {
	border: none;
}

label {
	text-align: left;
	vertical-align: top;
}

.texto_rojo{
	color: #c41130;
	font-weight: bold;
}

.texto_11{
	font-size: 11px;
}

.titulo_rojo{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #c41130;
	font-weight: bold;
	font-size: 18px;
}

#contenedor {
	position: relative;
	float: left;
	margin: auto;
	width: 100%;
	height: 100%;
}


#banner{
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	background-image: url(../image/fondo_rojo.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#logo{
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	text-align: center;
}

#centro{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 450px;
	overflow: hidden;
}

#pie {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#logos {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 10px;
}

#capaMenu {
	position: relative;
	width: 845px;
	height: 28px;
	margin: auto;
	z-index: 1000;
}

#menubar {
	position: relative;
	width: 845px;
	height: 28px;
	margin: auto;
	line-height: 10px;
	background-color: #e5dbd1;
}

#menubar a {
	float: left;
	background-image: url(../image/boton.png);
	background-repeat: no-repeat;
	list-style: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	width: 168px;
	height: 28px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#menubar a:hover {
	background-image: url(../image/botonHover.png);
	background-repeat: no-repeat;
}

.menu .options {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	width: 168px;
	background-color: #e5dbd1;
}

.menu a {
	color: #FFF;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	display: block;
	font-size: 12px;
	padding: 1px;
	background-color: #b00e2f;
	text-decoration: none;
}

.menu a:hover {
	background-color: #464645;
}

#contenido{
	position: relative;
	margin: 20px auto 0 auto;
	width: 845px;
	background-color: white;
	height: 360px;
}

#contenido_int{
	position: relative;
	margin: 20px auto 0 auto;
	width: 845px;
	background-color: white;
	height: auto;
	min-height: 460px;
	overflow: auto;
	padding-bottom: 50px;

}

#contenido_int2{
	position: relative;
	margin: 20px auto 0 auto;
	width: 845px;
	background-color: white;
	height: auto !important;
	min-height: 460px;
	overflow: hidden;
}

#formacion{
	position: absolute;
	top: 30px;
	left: 40px;
}

#asociado{
	position: absolute;
	top: 190px;
	left: 40px;
}

#revista{
	position: absolute;
	top: 30px;
	right: 40px;
}

#num_revista{
	color: white;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 200px;
	top: 118px;
}

#suscribete{
	position: absolute;
	top: 190px;
	right: 40px;
}

#titulo{
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #c41130;
	font-weight: bold;
	font-size: 18px;
	margin: 70px 0 20px 50px;
	width: 700px;
}

#texto_foto {
	position: relative;
	float: left;
	margin: 0 30px 0 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	text-align: justify;
	width: 450px;
}

#texto {
	position: relative;
	float: left;
	margin: 0 50px 0 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	text-align: justify;
}

#imagen {
	position: relative;
	float: right;
	margin: 0 50px 20px 0;

}

#capa_formulario{
	position: relative;
	float: left;
	width: 350px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	margin-left: 50px;
}

#capa_formulario fieldset{
	text-align: right;
	width: 337px;
}



#capa_pago{
	position: relative;
	float: right;
	width: 350px;
	margin-right: 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
}

#contacto{
	position: relative;
	float: right;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	margin-right: 120px;
}

#contacto label {
	display: block;
}

#nuevo_numero{
	position: relative;
	float: right;
	background-color: #e5e4e4;
	width: 740px;
	height: 260px;
	margin: 0 50px 0 50px;
	padding-top: 20px;
	padding-left: 8px;
	
}

#imagen_rev{
	position: relative;
	float: left;
	margin-left: 5px;
}

#capa_roja{
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #FFF;
	text-align: right;
	font-size: 12px;
	padding: 3px;
	background-color: #a00b31;
	width: 82px;
	height: 217px;
}

.indice{
	position: relative;
	float: left;
	width: 440px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #323232;
	font-weight: bold;
}

#nuevo_numero a{
	color: #323232;
	font-weight: bold;
}

#nuevo_numero a:hover{
	color: #a00b31;
	font-weight: bold;
}

.barra_anyo{
	position: relative;
	float: left;
	height: 30px;
	margin-left: 70px;
	margin-top: 40px;
	color: #a00b31;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
}

.barra_vols{
	position: relative;
	float: left;
	background-color: #e5e4e4;
	width: 725px;
	height: 25px;
	margin: 0 50px 0 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #323232;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 7px;
	vertical-align: middle;
	
}

#otros_num{
	position: relative;
	float: left;
	margin-left: 50px;
	width: 725px;
	background-color: #e5e4e4;
	padding: 10px;
}

.volumen{
	position: relative;
	float: left;
	width: 175px;
	margin-left: 5px;
}

.volumen img{
	margin-bottom: -3px;
}

.panel_vol{
	position: relative;
	float: left;
	background-color: #e5e4e4;
	width: 725px;	
	height: auto;
	/*min-height: 100px;*/
	overflow: hidden;
	margin: 10px 50px 0 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #323232;
	padding: 10px;
}

.panel_vol a{
	color: #323232;
}

.panel_vol a:hover{
	color: #a00b31;
}

.btn_vol{
	background: url(../image/flecha.gif) no-repeat;
}

.active {
	background: url(../image/flecha2.gif) no-repeat;
}

.titulo_vol {
	border-bottom: 1px solid #a00b31;
	width: 100%;
	font-weight: bold;
	color: black;
}
