* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.625em;
	position:relative;
}
body {
	font-size: 1.6rem;
	font-family: 'Open Sans', san-serif;
	overflow-X: hidden;
}
::-moz-selection{
   color:white;
   background:#b90021;
}
::selection{
   color:white;
   background:#b90021;
}




/**********HEADER**************
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 150px;
	height: 80px;
	background: #000;
}
#logo a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
*/

#menu{
    font-size: 0;
    list-style: none;
    /* text-align: center; */
    max-width: 1100px;
    margin: 0 auto 40px;
}
#menu li{
	font-size:1.4rem;
	color:#fff;
	background:#bbb;
	display:inline-block;
	vertical-align:top;
	margin:10px;
	padding:10px;
	border-radius:6px;
	cursor:pointer;
	font-weight:700;
	transition:0.2s linear;
}
/*#menu li:hover{
	color:#fff;
	background:#b90021;
}
#menu li.activo{
	color:#fff;
	background:#b90021;
}*/
#menu li:nth-of-type(1){
	background:#e09da1;
}
#menu li:nth-of-type(2){
	background:#c7e4ef;
}
#menu li:nth-of-type(1).activo{
	color:#fff;
	background:#b90021;
}
#menu li:nth-of-type(2).activo{
	color:#fff;
	background:#59acc9;
}
#menu li:nth-of-type(1):hover{
	color:#fff;
	background:#b90021;
}
#menu li:nth-of-type(2):hover{
	color:#fff;
	background:#59acc9;
}













/*header {
    height: 420px;
}*/

header .cabecera{
	padding:50px 8px;
	box-sizing:border-box;
}
header .cabecera h1 {
    font-size: 4rem;
    line-height: 1.1em;
    margin-bottom: 10px;
}
header .cabecera h2{
	font-size:2rem;
	color:#333;
}

/**********CONTENIDO**************/
#contenido {
	padding:10px;
	padding-top:0;
	box-sizing:border-box;
}
#contenido section {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
#contenido img{
    width: 100%;
    height: auto;
    max-width: 915px;
    display: block;
    margin: 0 auto;
}
#mayores ul {
    margin-bottom: 50px;
    /* float: right; */
    max-width: 510px;
}
#mayores li {
    display: inline-block;
    width: 16px;
    height: 30px;
    font-size: 1.3rem;
    vertical-align: middle;
}

#mayores li:nth-of-type(1), #mayores li:last-of-type {
    width: 110px;
    padding: 0;
    line-height: 30px;
}
#mayores li:nth-of-type(2){
	background:#b61118;
}
#mayores li:nth-of-type(3){
	background:#c24e38;
}
#mayores li:nth-of-type(4){
	background:#cf7d61;
}
#mayores li:nth-of-type(5){
	background:#dfaa92;
}
#mayores li:nth-of-type(6){
	background:#efd6c7;
}

.nota {
    font-size: 1.4rem;
    padding: 6px 0 6px;
    /* margin-bottom: 40px; */
    max-width: 510px;
    text-align: center;
}
path {
    cursor: pointer;
}
.fuente {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}
form {
    margin: 0 auto 30px;
    max-width: 1100px;
    padding: 0 10px;
}
form div {
    display: inline-block;
    padding: 0 8px;
    box-sizing: border-box;
	margin-bottom: 15px;
}
select#provinciaList, select#localidadList {
    padding: 4px 8px;
    cursor: pointer;
    outline: none;
	width: 250px;
	box-sizing:border-box;
}
input[type="submit"] {
    background: #b90021;
    border: 0;
    color: #fff;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px auto 50px;
    outline: none;
    cursor: pointer;
    transition: 0.2s linear;
    display: block;
}
input[type="submit"]:hover {
    background: #333;
}

/******AUTOR*********/


#autor{
    border-top: 1px solid #ddd;
    text-align: center;
    max-width: 1500px;
    margin: 15px auto;
    font-size: 1.3rem;
    color: #666;
}
#autor li{
	display:inline-block;
	vertical-align:top;
	padding:2px 10px;
}


/****COOCKIES****/
#barracookies{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    z-index: 500000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
}
#barracookies p{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
#barracookies a{
	text-decoration:none;
	color:#ccc;
	display:inline-block;
	border-bottom: 1px solid transparent;
}
#barracookies a:nth-of-type(1):hover{
	border-bottom: 1px solid #b90021;
}
#barracookies a b{
	color:#fff;
	background:#b90021;
	padding:0 5px;
	border-radius:5px;
	transition:0.2s linear;
}
#barracookies a:hover b{
	background:#730216;
	border:0;
}
/**********SOCIAL********/

/****ANUNCIO*****/
#robapaginas_2 {
	left: 50%;
	display: inline-block;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/******************/
#social {
	text-align: center;
	padding: 40px 0;
}
#social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 2rem;
}
#social a {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 10px;
    display: block;
    line-height: 25px;
    height: 25px;
    box-sizing: initial;
}
#social span {
	display: none;
}
#social .icon-facebook {
	color: #3b5998;
	border-color: #3b5998;
}
#social .icon-facebook:hover {
	color: #fff;
	background: #3b5998;
}
#social .icon-twitter {
	color: #55acee;
	border-color: #55acee;
}
#social .icon-twitter:hover {
	color: #fff;
	background: #55acee;
}
#social .icon-gplus {
	color: #dd4b39;
	border-color: #dd4b39;
}
#social .icon-gplus:hover {
	color: #fff;
	background: #dd4b39;
}
#social .icon-whatsapp {
	color: #4dc247;
	border-color: #4dc247;
}
#social .icon-whatsapp:hover {
	color: #fff;
	background: #4dc247;
}


/****FOOTER****/
.pie-row {
	/*overflow:hidden;*/
	position: relative;
}
.pie-row:after {
	clear: both;
	display: block !important;
	content: " ";
	width: 210%;
	height: 120px;
	background: white;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	top: -40px;
}
article footer:before {
	content: "";
	display: none;
}
/****FOOTER****/
.pie-container {
    padding: 0 0 10px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.pie-container .pie-row {
    max-width: 1000px;
    margin: 500px auto 20px !important;
	padding: 0 20px !important;
}


@media screen and (min-width:750px) {
input[type="submit"] {
    margin: 0 20px;
	display: inline-block;
}
form div {
	margin-bottom: 0;
}
}
@media screen and (min-width:960px) {

#logo {
	left: 50px;
}
/*header {
    height: 280px;
}*/
header .cabecera{
	padding-top: 100px;
    max-width: 1100px;
    margin: 0 auto;
}
#contenido {
	padding-top:0;
	box-sizing:border-box;
}
#mayores li{
	width:50px;
	font-size:1.4rem;
}
#mayores li:nth-of-type(1), #mayores li:last-of-type {
    width: 120px;
	padding: 0 5px;
}



}
