/* Original Source: http://meyerweb.com/eric/tools/css/reset/ */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

body {background-color::#fff; font-size:87.5%;font-family:Helvetica, Arial, sans-serif; font-weight:300; color:#555;text-align:left; line-height:1.3em;}

/* Definimos las columnas para posicionar */
.contenedor{margin-left:auto; margin-right:auto; width:940px; /*padding-left:10px; padding-right:10px;*/}

.columna1, .columna2, .columna3, .columna4, .columna5, .columna6, .columna7, .columna8, .columna9, .columna10, .columna11, .columna12, .columna13, .columna14, .columna15, .columna16{display:inline; float: left; margin-left:20px;}

.columna1{width:40px;}
.columna2{width:100px;}
.columna3{width:160px;}
.columna4{width:220px;}
.columna5{width:260px; /*si le quitamos el padding a revistas, width:280px;*/}
.columna6{width:340px;}
.columna7{width:400px;}
.columna8{width:460px;}
.columna9{width:520px;}
.columna10{width:580px;}
.columna11{width:640px;}
.columna12{width:700px;}
.columna13{width:760px;}
.columna14{width:820px;}
.columna15{width:880px;}
.columna16{width:940px;}

.primera{margin-left:0;}
.separador{margin-top:10px;}
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}

#contenedor-menu{margin-left:auto; margin-right:auto; width:940px; background:#FFF; padding-top:2px;}
#contenido-menu{width:100%; background:#FFF url(../img/menu/nav_bg.png) repeat-x;}
#div_centro{width:100%; background-color:#FFF; padding:10px 0 10px 0; min-height:530px;}
#cuerpo{width:100%; background-color:#FFF;}

.contenido{width:100%; margin-bottom: 15px; /*padding: 6px 0 0px 6px; min-height:300px;*/ border-bottom:1px solid #800012}
.marco{margin:6px;}

.justificado{text-align:justify}
.centrado{text-align:center}
.derecha{text-align:right}
.izquierda{text-align:left}

/*MENU*/
.mainNav {
	display:inline-block;
	/*height:79px;*/
	/*border-top:1px dotted #C7C7C7;*/
	margin-top:1px;
	width:100%;
	margin-bottom:-1px;
}
.mainNav li{
	float:left;
	border-top:none;
	padding:20px 0 0 0;
	margin-right:1px;
}
.mainNav li a{
	font-size:12px;
	line-height:1;
	height:15px;
	display:inline-block;
	padding:13px 10px 10px 10px;
	background:#800012;
	color:#fff;
	border-bottom:0;
	text-decoration:none;
}
.mainNav li a:hover {
	background:#ffa465;	
	color:#800012;
}

.mainNav li.right{
	float:right;
	margin-right:0;
	margin-left:5px;
}
.mainNav li a.red {
	background:#D0432F;
}
.mainNav li a.red:hover {
	background:#333;
}
.mainNav li a.red span{
	display:inline-block;
	margin-right:5px;
	font-size:14px;
	font-weight:700;
}
.mainNav li ul {
	position:absolute;
	display:none;
	padding-top:1px;
}
.mainNav li:hover ul,
.mainNav li a:hover + ul {
	display:block;
}
.mainNav li ul li {
	float:none;
	padding:0;
	min-height:0;
	border-bottom:1px solid #fff;
}
.mainNav li ul li a{
	background:#cecece;
	width:100%;
	padding:7px 5%;
	display:block;
	text-align:left;
}

/* CAMPOS SELECCIÓN */

.formulario {
    padding: 1em 0px;
    display: block;
    margin-bottom: 1em;
}

.formulario li {
    margin-bottom: 0.5em;
    width: 100%;
    float: left;
}

.formulario li label {
    display: block;
    width: 20%;
    text-align: right;
    margin-right: 2%;
    float: left;	
}

.btn, /*input[type="text"], input[type="file"], input[type="password"]*/ {
    border-radius: 4px;
    background-color: #E4E4E4;
    border: 1px solid #CCC;
    padding: 0px 8px;
    height: 30px;
    vertical-align: middle;
}
h2 {
	font-size:24px;
	color:#ffa465;
	margin-bottom:10px
}
h3 {
	font-size:18px;
	border-bottom:1px dotted #555;
}
/*.indice ul li {
		border-bottom:1px dotted #555;
		margin-bottom:5px
	}*/
	
/* INDICE */
.indice li{
	border-bottom:1px dotted #555; margin-bottom:10px;
}
	
/* REVISTAS */
.revistas li{
	line-height: 1.5em;
	border-bottom: 1px solid #fff;
	background:#F0F0F0;
	padding:5px 10px; /*si le quitamos el padding, col5 width:280px;*/
	font-size:11px;
	text-transform:uppercase;
}
.revistas li a {
	text-decoration:none;
	color: #555;
}
.revistas li a:hover {
	text-decoration:none;
	color: #000;
}
/* AÑOS */
.lista-anyos li{
	font-weight:bold;
	padding-left:20px;
	border-bottom:none;
	font-size:18px;
}

/* MESES */
.lista-meses li{
	font-size:14px;
	font-weight:normal;
	border-bottom:none;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.lista-meses li a{
	color:#666;
	text-decoration:none
}
.lista-meses li span{
	color:#666;
	text-decoration:none
}

/* ARTÍCULOS */
.lista-articulos li{
	/*color:#999;*/
	border-bottom:1px dotted #555;
	margin-bottom:10px;
	text-transform:none;
}
.lista-articulos li a{
	font-weight:bold;
	color:#666;
	text-decoration:none
}
/* NOVEDADES */
.novedades li{
	border-bottom:1px dotted #555;
	margin-bottom:10px;
}
.novedades li a{
	font-weight:bold;
	color:#666;
	text-decoration:none
}

.novedades li img{
	max-width:200px;
	margin-right:10px
}



button,
input[type="submit"],
input[type="button"],
.btn {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 );*/ /* IE6-9 */
	/* Generated on http://www.colorzilla.com/gradient-editor/ */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1); 
	border-color: #eeeced #eeeced #9b9b9b;
    border-style: solid;
    border-width: 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:5px 30px;
	font-weight:bold;
	text-shadow:0px 1px 0px #fff;
	cursor:pointer;
	text-decoration:none;
}
.margin-btn{
	margin-left:33%;
	margin-top: 15px;
	margin-bottom: 25px;
	}

button:hover,
.btn:hover {
	background:#f5f5f5;
}

button:focus, 
button:active {
	background:#e8e8e8;
}

button.action, input.action, .btn.action {
	background: #fa765f; /* Old browsers */
	background: -moz-linear-gradient(top, #93de76 0%, #7dc860 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93de76), color-stop(100%,#7dc860)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93de76 0%,#7dc860 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93de76 0%,#7dc860 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #93de76 0%,#7dc860 100%); /* IE10+ */
	background: linear-gradient(top, #93de76 0%,#7dc860 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93de76', endColorstr='#7dc860',GradientType=0 );*/ /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(197, 240, 180, 1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(197, 240, 180, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(197, 240, 180, 1); 
	border-color: #9fe483 #9fe483 #6ab549;
	color:#5d9b42;
	text-shadow:0px 1px 0px #c4f0b4;
}

button.action:hover, input.action:hover, .btn.action:hover {
	background:#aded95;
}

button.action:focus, 
button.action:active,
input.action:focus, 
input.action:active,
.btn:focus,
.btn:active {
	background:#6fba52;
}
.small-text{font-size:10px;line-height:1em}
.red{color:#F00}

input.largo{width:600px}
input.corto{width:80px}
input.resto_corto{width:500px; margin-left:20px}
select{height:21px}
legend{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
fieldset {
    border: 1px solid #a1085a;
    border-radius: 6px;
    padding: 0 30px 30px 30px;
}

/*fieldset {
  border: 2px #a1085a solid;
  border-radius: 10px;
  padding-left: 10px;
}*/