/*************************************************************************** FONTS */
@import url('reset.css');
@import url('fonts.css');

/*************************************************************************** HEADER */
header {
	height: 50px;
	background-color: rgb(255,255,255); /* IE <= 8 */
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;/*min-width: 1000px;*/
	position: fixed;
	z-index: 10;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

header h1 {
	font-size: 15px;
	font-family: as_bold, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	/*position: absolute;
	top: 22px;
	left: 50%;*/
	width: 320px;
	/*margin-left: -145px;*/
	text-align: center;
	display: inline-block;
}

header h1 a {
	color: #000 !important;
	text-decoration: none;
}

header h1 a:hover { color: #333; }

header h1:before, header h1:after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	content: " ";
	display: inline-block;
	height: 12px;
	width: 33px;
}

header h1:before {
	background-image:url(../images/tit-misc-1.png);
	margin-right: 5px;
}

header h1:after {
	background-image:url(../images/tit-misc-2.png);
	margin-left: 5px;
}

header nav {
	max-width: 1000px;
	width: 100%;
	margin: 22px auto 0;
	position: relative;
	text-align: center;
}

header nav > a {
	text-transform: uppercase;
	font-size: 11px;
	font-family: as_regular, Arial, sans-serif;
	color: #333;
	/*position: absolute;*/
	width: 100px;
	display: inline-block;
	/*top: 23px;*/
}

header nav > a:hover, header nav > a.active {
	font-family: as_bold, Arial, sans-serif;
	text-decoration: underline;
	color: #000 !important;
}

/*header nav a.la-artista { text-align: left; }

header nav a.contacto { text-align: right; }*/

header nav a.galerias { /* left: 200px;  */}



header nav a.idioma,
header nav a.facebook {
	background-image:url(../images/iconos.png);
	background-repeat: no-repeat;
	line-height: 900px;
	overflow: hidden;
	height: 20px;
	width: 20px;
}

header nav a.idioma{
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}

header nav a.facebook {
	background-position: right 0;
	float:right;
	margin-top: 1px;
	margin-right: 5px;
}

header nav a.facebook:hover {
	background-position: right -50px;
}

header nav a.idioma.en {
	background-position: left -200px;
}

header nav a.idioma.en:hover {
	background-position: left -250px;
}

header nav a.idioma.es {
	background-position: left -100px;
}

header nav a.idioma.es:hover {
	background-position: left -150px;
}




/*************************************************************************** HOME */
body.home {
	background-color: #333;
}

#home-novedades {
	position: absolute;
	bottom: 140px;
	right: 100px;
	width: 300px;
	background-image:url(../images/txt-novedades-fon.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#home-novedades h3 {
	display:none;
}

#home-novedades p {
	background-image:url(../images/txt-novedades.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	display: block;
	float: left;
	min-height: 90px;
	width: 275px;
}

#home-novedades p span.texto{
	max-height: 121px;
	display:block;
	overflow: hidden;
}

#home-novedades p a {
	display: block;
	padding: 20px 20px 20px 45px;
	color: #333;
	font-family: as_medium, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#home-novedades p a:hover { color: #000; }

#home-novedades p a span.enlace {
	display: block;
	font-family: as_regular, Arial, sans-serif;
	font-size: 10px;
	margin-top: 3px;
}

#home-novedades p a span b {
	font-family: as_ultra, Arial, sans-serif;
	font-weight: 100;
}

/*************************************************************************** INTERNAS */
body.interna {
	background-image:url(../images/bg-galerias.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
}

body.interna header { background-color: #FFF; }

body.interna header nav a { color: #666; }

body.interna .main {
	background-color: rgb(255,255,255);
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

/*body.interna footer { position: static; }*/

/*************************************************************************** GALERIAS */

body.galerias .main {
	padding-top: 50px;
}

a.abrefancy, a.abreiframe { display: none; }


/*************************************************************************** LA ARTISTA */

body.la-artista {
	background-image:url(../images/bg-galerias.jpg);
	background-size: 100% auto;
}

body.la-artista .main {
	padding: 110px 100px 50px 100px;
	color: #000;
}

body.la-artista .main p {
	font-family: as_light, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 14px;
}

body.la-artista h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-family: as_thin, Arial, Helvetica, sans-serif;
}

body.la-artista h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-family: as_bold, Arial, Helvetica, sans-serif;
	margin-bottom: 22px;
}

body.la-artista h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: as_black, Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}

body.la-artista b { font-family: as_bold, Arial, Helvetica, sans-serif; }
body.la-artista strong { font-family: as_bold, Arial, Helvetica, sans-serif; }

body.la-artista .main > .texto {
	float: left;
	width: 50%;
}

body.la-artista .main > img {
	float: left;
	width: 47%;
	max-width:340px;
	max-height:540px;
	margin-right: 3%;
}

body.la-artista .cv {
	border-top: 5px solid #333333;
	padding-top: 40px;
}

body.la-artista .cv h2 {
	margin-bottom: 22px;
	width: 100%;
}

body.la-artista .cv > .texto {
	float: left;
	width: 48%;
	margin-right: 2%;
}

/*************************************************************************** MEDIOS */
.submenu {
	background-color: #333333;
	height: 20px;
	padding-top: 1px;
	position:fixed;
	width: 100%;
	top: 50px;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	
}

.submenu .content {
	/*position: relative;*/
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.submenu ul {
	position: absolute;
	left: 575px;
}

.submenu ul li { display: inline; }

.submenu a {
	font-family: as_light, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 39px
}

.submenu a.active { font-family: as_black, Arial, Helvetica, sans-serif; }

.submenu a:hover { color: #c4c4c4; }

body.medios h2 {
	font-size: 24px;
	margin-bottom: 2px;
	font-family: as_bold, Arial, Helvetica, sans-serif;
}

body.medios .subtitulo {
	font-size: 12px;
}

body.medios .opciones {
	border-bottom: 5px solid #333333;
	margin-top: 18px;
	padding-bottom: 8px;
	color: #999999;
}

body.medios .opciones a {
	color: #999999;
	font-family: as_thin, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body.medios .opciones a:hover {
	color: #333;	
}

body.medios h3 {
	font-size: 18px;
	margin-bottom: 30px;
	font-family: as_bold, Arial, Helvetica, sans-serif;
}

body.medios .main { padding: 131px 100px 40px 100px; }

body.medios .main > .lista {
	float: left;
	width: 26%;
}

body.medios .main > .texto {
	float: right;
	width: 65%;
}

body.medios .main > .texto .texto {
	max-width: 360px;
	font-size: 13px;
	margin-top: 18px;
}

body.medios .main > .texto .texto p {
	margin-bottom: 14px;
}

body.medios .main > .texto .texto img {
	
}

body.medios .main > .lista .fecha { font-size: 12px; }

body.medios .main > .lista .titulo {
	font-family: as_medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 16px;
}

body.medios .main > .lista .titulo a {
	color: #8d0101;
	font-size: 10px;
}

body.medios .main > .lista .titulo a:hover { color: #f12525; }

/*************************************************************************** CONTACTO */

body.contacto .main {
	padding: 110px 100px 50px 100px;
	color: #000;
}
	
body.contacto h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-family: as_bold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

body.contacto .main > .mensaje {
	float: left;
	width: 26%;
}

body.contacto .main > .mensaje p {
	font-family: as_light, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}

body.contacto .main > .mensaje p > b{
	font-family: as_bold, Arial, Helvetica, sans-serif;
}

body.contacto .main > .texto {
	float: right;
	width: 65%;
}

body.contacto .form-group {
	margin-bottom: 32px;
}


body.contacto .obligatorio {
	font-family: as_light_italic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-bottom: 10px;
}

body.contacto .text, textarea {
	border-bottom: 4px solid #333 !important;
    outline: 0;
	background-color:transparent;
	border: 0px solid;
	color:#000;
	font-size: 12px;
	font-family: as_regular, Arial, Helvetica, sans-serif;
	padding: 4px 2px;
}

body.contacto .text:focus, textarea:focus {
	border-bottom: 4px solid #999 !important;
}

body.contacto textarea {
	width: 100%;
	height: 135px;
	margin-bottom: 10px;
}

body.contacto input.text { width: 250px; }

body.contacto .form-group.izq {
	float:left;
}

body.contacto .form-group.der {
	float:right;
}

body.contacto .submit {
	background-color: #333333;
	font-family: as_thin, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	border:1px solid #333;
	padding: 7px 13px 4px;
}

body.contacto .submit:hover, 
body.contacto .submit:focus {
	background-color: #000;
}

body.contacto label.error {
	display: block;
	font-size: 11px;
	color: #f20055;
	font-family: as_light;
	padding: 6px 2px;
}

body.contacto p.gracias {
	font-size: 14px;
	line-height: 1.5em;
}

body.contacto p.gracias a {
	color: #333;
}

body.contacto p.gracias a:hover {
	color: #000;
}



/*************************************************************************** POP */

body.pop {
	padding: 40px;
}

body.pop h2 {
	font-size: 22px;
	font-family: as_thin, Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #000;
	margin-bottom: 30px;
	text-transform: uppercase;
}

body.pop h2 b {
	font-family: as_bold, Arial, Helvetica, sans-serif;
}

body.pop .fecha { font-size: 12px; }

body.pop .titulo {
	font-family: as_medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 16px;
}

body.pop .titulo a {
	color: #8d0101;
	font-size: 10px;
}

body.pop .titulo a:hover { color: #f12525; }

body.pop .close {
	position: absolute;
	right: 30px;
    top: 32px;
	background-image:url(../js/fancybox/cerrar.png);
	background-repeat: no-repeat;
	overflow:hidden;
	display:block;
	line-height: 900;
	width: 100px;
	height: 30px;
}

/*************************************************************************** POP enviar */


body.amigo .form-group {
	margin-bottom: 32px;
}


body.amigo .obligatorio {
	font-family: as_light_italic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-bottom: 10px;
}

body.amigo .text, textarea {
	border-bottom: 4px solid #333 !important;
    outline: 0;
	background-color:transparent;
	border: 0px solid;
	color:#000;
	font-size: 12px;
	font-family: as_regular, Arial, Helvetica, sans-serif;
	padding: 4px 2px;
}

body.amigo .text:focus, textarea:focus {
	border-bottom: 4px solid #999 !important;
}

body.amigo textarea {
	width: 100%;
	height: 110px;
	margin-bottom: 10px;
}

body.amigo input.text { width: 250px; }

body.amigo .submit {
	background-color: #333333;
	font-family: as_thin, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	border:1px solid #333;
	padding: 7px 13px 4px;
}

body.amigo .submit:hover, 
body.amigo .submit:focus {
	background-color: #000;
}

body.amigo label.error {
	display: block;
	font-size: 11px;
	color: #f20055;
	font-family: as_light;
	padding: 6px 2px;
}

body.amigo p.gracias {
	font-size: 14px;
	margin-top: 60px;
	line-height: 1.5em;
}

body.amigo p.gracias a {
	color: #333;
}

body.amigo p.gracias a:hover {
	color: #000;
}



/*************************************************************************** FOOTER */

footer {
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
	/*min-width: 1000px;*/
	height: 18px;
	overflow:hidden;
}

footer .box {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

footer .derechos {
	margin-top: 4px;
	margin-left: 100px;
	color: #FFF;
	font-size: 10px;
	font-family: as_regular, Arial, sans-serif;
	float: left;
}

footer .logo-agv { float: right; margin-right: 100px; }

footer .logo-agv a {
	background-image:url(../images/logo-agv.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 65px;
	height: 18px;
	line-height: 1000px;
	overflow:hidden;
	display: block;
}

footer .logo-agv a:hover { opacity: 0.5; }


/*************************************************************************** MEDIA QUERIES */

@media screen and (max-width: 1000px) {
	
	body.contacto input.text {
		width: 220px;
	}
	
}

@media screen and (max-width: 901px) {

	header h1 {
		position: absolute;
		left: 50%;
		margin-left: -150px;
		text-align: center;
	}

	header nav > a {
		position: absolute;
		top: 5px;
	}
	 header nav a.la-artista {
	 left: 50px;
	 text-align: left;
	}
	 header nav a.galerias {
	 left: 160px;
	 text-align: left;
	}
	 header nav a.medios {
	 right: 160px;
	 text-align: right; 
	}
	 header nav a.contacto {
	 right: 50px;
	 text-align: right;
	}
	
	header nav a.idioma {
	 left: 0px;
	 top: 0px;
	}
	header nav a.facebook {
	 right: 5px;
	 top: 0;
	}
	
	
	
	 #home-novedades {
	 right: 20px;
	}
	 footer .logo-agv {
	 margin-right: 20px;
	}
	 footer .derechos {
	 margin-left: 20px;
	}
	.submenu {
	 text-align: center;
	}
	 .submenu ul {
	 position: static !important;
	}
	 .submenu ul li {
	display: inline;
	}
	
	
	body.contacto .form-group.izq {
		float:none;
	}
	
	body.contacto .form-group.der {
		float:none;
	}

}

@media screen and (max-width: 751px) {
	header nav a {
		width: 80px;
	}
	 header nav a.galerias {
	 left: 125px;
	}
	 header nav a.medios {
	 right: 125px;
	}
}

@media screen and (max-width: 631px) {
	 header h1 {
	 font-size: 14px;
	 margin-left: -60px;
	 top: -8px;
	 width: 120px;
	}
	 header h1:before,  header h1:after {
	 display: none;
	}
	body.la-artista .main,  body.medios .main,  body.contacto .main {
		padding: 100px 30px 30px;
	}
	 body.la-artista .main p {
	 font-size: 11px;
	 font-family: as_regular, Arial, Helvetica, sans-serif;
	}
	
	
}

@media screen and (max-width: 471px) {
	 header {
	 height: auto;
	 padding: 15px 5px;
	}
	 header h1 {
		top: -22px;
		width: 100%;
		margin-left: 0;
		left: 0;
		text-align: center;
	}
	.submenu {
		/*top: 74px;*/
	}
	.submenu a {
		margin: 0 10px;
	}
	
	 header > nav {
	 text-align: center;
	}
	 header nav > a {
	 position: static;
	 display: inline-block;
	 width: auto;
	 margin: 5px;
	10px;
	}
	
	body.medios .main > .lista .titulo  {
		font-size: 13px;
	}
	
	body.contacto h2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	header {
		height: 100px;
	}
	header nav > a.idioma,
	header nav > a.facebook {
		position: absolute;
		top: 40px;
		left: 50%;
	}
	header nav > a.idioma {
		margin: 3px 0 0 -20px;	
	}
	header nav > a.facebook {
		margin: 0 -20px 0 0;	
	}
}
