@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	background-color:#fff;
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#F5F7FA;
	
}

header {
	width:100%;
	height:132px;
	background-color:#a7b600;
	margin-top:-5px;
	
}

.contenedor-header {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	display:block;
	background-color:#fff;
	height:132px;
		
}
.contenido-header {
	width:100%;
	display:block;
	max-width:1280px;
	margin:0 auto;
	background-color:#a7b600;
	height:132px;
	
	
}
	
nav {
	display:block;
	max-width:1280px;
	margin:0 auto;
	width:100%;
	height:115px;
	
	}

.home {
	width:101px;
	height:101px;
	display:block;
	float:left;
	margin-left:10px;
	padding:7px;
	position:relative;
	z-index:999;
	text-decoration:none; 
	
}



div.home div {
		position: absolute;
		
		
}

div.home div.first {
		z-index: 1000;
		
		}		
		
div.home:hover div.first {
	opacity:0.0;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	
	
}


#current{opacity:0;} 
	
	
	

p #current:active div.first {opacity:0;}

.homeimg {
	width:95px;	
	display:inline-block;
	background-color:#a7b600;
	margin-left:5px;
	margin-right:5px;

	
	
}

.hometext {
	text-align:center;
	margin-top:-3px;
	font-size:14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding-right:5px;
	padding-left:5px;
	
}


.home p:link,
.home p:active,
.home p:visited {
	text-decoration:none;
}

.home p:hover {
	text-decoration:none; 
	color:#003f80;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	
	}






.logo {
	width:222px;
	height:145px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:13px;
	color: #fff;
	float:left;
	padding-right:20px;
	padding-left:15px;
	background-color:#003f80;
	margin: 0 10px;
	-webkit-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}

.logoimg {
	width:216px;	
	display:inline-block;
	height:116px;
	padding-right:5px;
	padding-left:5px;
	margin-top:10px;
	
	
	
}
		
.contenido {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	display:block;
margin-top: 200px;
		
	
		
}
.img-alfonso {margin-top:100px;}
.idioma {
	display:block;
	float:right;
	position:relative;
	z-index:999;
	margin-top:-200px;	
	padding:20px;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#97b1cd;
	margin-right:0px;
}

.idioma a:link,
.idioma a:visited,
.idioma a:active {text-decoration:none;color:#97b1cd;}
.idioma a:hover {text-decoration:none;color:#b7c0bc;}

.grid {
	max-width:1150px;
	margin:50px auto;
	
}

.grid-item {
	display:block;
	margin:20px;
	float:left;
	width:340px;
	height: 222px;
	background-color:#666;
	cursor:pointer;

	
}

.grid-item:hover {
	opacity:0.6;
	-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
	
	








/*+++++++++++++++++++++++++++++++++++++++*/
.bg2 {background-color:#f6f8fb;}


/*SLIDE*/
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	background-color:transparent;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	font-size:14px;
	left:-10px;
	bottom:0;
	color:#97b1cd;
	width:100%;
	z-index:999999;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	opacity:1;
	
}

.nivo-caption2 {
	position:absolute;
	font-size:14px;
	left:-10px;
	bottom:0px;
	color:#97b1cd;
	width:100%;
	z-index:999999;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	opacity:1;
	
}

.nivo-caption p {
	padding:5px;
	margin:0;
	
	
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
	opacity:1;
	
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	cursor:pointer;
	
	
	
	
}

.cuenta {
	position:fixed;
	z-index:99999;
	margin-left:0px;
	margin-top:-10px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#97b1cd;
}

.cerrar {
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#97b1cd;
	position:fixed;
	z-index:9999;
	margin-left:855px;
	margin-top:-10px;
	
	
}


.cuenta2 {
	position:fixed;
	z-index:99999;
	margin-left:0px;
	margin-bottom:-10px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#97b1cd;
}

.cerrar2 {
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#97b1cd;
	position:fixed;
	z-index:9999;
	margin-left:855px;
	margin-bottom:-10px;
	
	
}

.cerrar:before {content:"x cerrar"} 
	
	
.nivo-prevNav {
	left:0px;
		
}

.nivo-prevNav:before {
	content:"«";
	font-size:26px;
	position:fixed;
	z-index:9999;
	margin-left:-30px;
	font-family: 'Open Sans', sans-serif;
	color:#97b1cd;
	font-weight:normal;
}

.nivo-nextNav {
	right:-10px;
	
}

.nivo-nextNav:before {
	content:"»";
	font-size:26px;
	position:fixed;
	z-index:9999;
	font-family: 'Open Sans', sans-serif;
	color:#97b1cd;
	
	
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*----------transiciónes de páginas--------*/
#trans {
    

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.contenedor-pinturas { 

	width:100%;
	max-width:1280px;
	overflow-y:hidden;
	overflow-x:hidden;
	margin: 200px  auto 100px auto;
	
}
.silueta {
	margin: 0 auto; 
	position: relative;
	z-index: 9999;
	width:100px;
	margin-top:-390px;
}


.ctrizquierda {float:left; margin-left:200px; cursor:pointer;font-size:26px;font-family: 'Open Sans', sans-serif;
	color:#97b1cd;}
.ctrderecha {float:right; margin-right:200px;cursor:pointer;font-size:26px;font-family: 'Open Sans', sans-serif;
	color:#97b1cd;}
	/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}



.content {

	width:100%;
	max-width:1020px;
	margin:90px auto;
	display:block;
	font-family: 'Open Sans', sans-serif;

}



.colizq {
width:30%; 
}



.colder {
	font-size: 13px;
	color:#056AA8;
	font-weight: 100;
	line-height: 50px;
	

}


.colder ul {float: right;}
.colder ul li {list-style-type: none;}
.colder li {}


.colder a:link {	color:#056AA8;text-decoration: none;}
.colder a:active {	color:#056AA8;text-decoration: none;}
.colder a:visited {	color:#056AA8;text-decoration: none;}
.colder a:hover {	color:#a7b600;text-decoration: none;}

.normal::before {content:url('../img/vineta.png'); color:#a7b600;position:absolute; margin-right: 20px;}
.vineup::before {content:url('../img/vinetaup.png'); color:#a7b600;position:absolute; margin-right: 20px;}
.vinedown::before {content:url('../img/vinedown.png'); color:#a7b600;position:absolute; margin-right: 20px;}
.vinmid::before {content:url('../img/vinmid.png'); color:#a7b600;position:absolute; margin-right: 20px;}
.espacio {margin-left:30px;}
.espacio2 {margin-left:20px;}

.full ul { width:90%;}

.flecha1 {padding:3px; background-image:url(../img/flecha1.svg);color:#fff; background-repeat: no-repeat; vertical-align:middle; background-position:bottom;margin-left:-23px; }


.categories {color:#fff; text-align: center; width: 120px; margin-right: 70px; background-image: url(../img/blue.png); padding: 3px;font-size: 13px;border-radius: 3px;}
.vin3::before {content:url('../img/vine3.png'); color:#a7b600;position:absolute; margin-left: -16px;}


input[type="button"], input[type="submit"], button
{
 


 	background: url("../img/flecha1.svg") no-repeat scroll 0 0 transparent;
  	color: #fff;
    cursor: pointer;
	border:0;
  	width: 150px;
  	padding:6px;

float:right;
margin-top: -32px;
position: relative;
z-index: 999;

   
}



input[type="text"] {
   

	padding:10px;
    border: 0;
    color:#a7b600;
    font-size: 13px;
	background-color:#fff;
}


textarea {

	padding:10px;
    border-top: solid 1px #a7b600;
    border-top-color: #F5F7FA;
    border-right-color: #F5F7FA;
    color:#a7b600;
    font-size: 13px;
    margin-top:-14px;
    margin-left: 1px;
	background-color:#fff;
	border-right: 0px;
	border-top: 0px;
}

.firma {font-size: 11px;}


.contenedor-pinturas { 

	width:100%;
	max-width:1280px;
	overflow-y:hidden;
	overflow-x:hidden;
	margin: 200px  auto 100px auto;
	
}
.silueta {
	margin: 0 auto; 
	position: relative;
	z-index: 9999;
	width:100px;
	margin-top:-390px;
}


.ctrizquierda {float:left; margin-left:200px; cursor:pointer;font-size:26px;font-family: 'Open Sans', sans-serif;
	color:#97b1cd;}
.ctrderecha {float:right; margin-right:200px;cursor:pointer;font-size:26px;font-family: 'Open Sans', sans-serif;
	color:#97b1cd;}

