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

body {
	
	background-position: calc(50% + 140px) calc(100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cont-circulos {
	/*background-color: rgba(108,4,136,0.68);*/
	margin: 0;	
}

.selected {
	/*background-color: rgba(106,125,177,0.10);*/
	/*padding-bottom: 30px;*/
}

.cont-circulos .items div { display:none; }

.cont-circulos .tabs li { /*padding-bottom: 30px;*/ }

.cont-circulos .tabs li a { display:block; color:#000; padding: 30px 0; }
.cont-circulos .tabs li a.selected {
	/*border-color:#444;*/
	background-image: url(../../img/www/seleccionart.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	/*background-color: #1D2C64;*/
 }
/*.cont-circulos .items { clear:both; padding:46px 0; height:1em; }*/



.cont-circulos ul {
    margin: 0;
	padding: 0;
}

.cont-circulos ul li {
    list-style: none;
    margin: 0;
	padding-bottom: 0;
	float: left;
	width: 12.5%;
}

.items {
	margin-top: -1px;
	padding: 30px;
	border: solid thin #414141;
}

/*---------------ARTISTAS----------------------------------------------------------------------------*/

.artista {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.artista:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.artista-frente,
.artista-dorso {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.artista-frente,
.artista-dorso {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.artista-dorso {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.artista.ehover:hover .artista-frente {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.artista.ehover:hover .artista-dorso {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.a01 {background-image: url(a01.png); background-size: contain;}
.a02 {background-image: url(a02.png); background-size: contain;}
.a03 {background-image: url(a03.png); background-size: contain;}
.a04 {background-image: url(a04.png); background-size: contain;}
.a05 {background-image: url(a05.png); background-size: contain;}
.a06 {background-image: url(a06.png); background-size: contain;}
.a07 {background-image: url(a07.png); background-size: contain;}
.a08 {background-image: url(a08.png); background-size: contain;}

.m01 {background-image: url(m01.png); background-size: contain;}
.m02 {background-image: url(m02.png); background-size: contain;}
.m03 {background-image: url(m03.png); background-size: contain;}
.m04 {background-image: url(m04.png); background-size: contain;}
.m05 {background-image: url(m05.png); background-size: contain;}
.m06 {background-image: url(m06.png); background-size: contain;}
.m07 {background-image: url(m07.png); background-size: contain;}
.m08 {background-image: url(m08.png); background-size: contain;}



@media (max-width: 1366px) {
	@-ms-viewport { width: device-width; }

body {
	background-image: url(fondo.gif);
	background-position: calc(50% + 95px) calc(100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

}

@media (max-width: 1024px) {
	@-ms-viewport { width: device-width; }
	
body {
	background-image: url(fondo.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
}


@media (max-width: 768px) {
	@-ms-viewport { width: device-width; }

.cont-circulos .tabs li a { display:block; color:#000; /*background:rgba(204,204,204,0.30);*/ padding: 20px 0 20px 0; }

.items {
	margin-top: -1px;
	padding: 20px;
	border: #505050 1px solid;
}

}


@media (max-width: 640px) {
	@-ms-viewport { width: device-width; }

.cont-circulos .tabs li a { display:block; color:#000; /*background:rgba(204,204,204,0.30);*/ padding: 15px 0 15px 0; }

.items {
	margin-top: -1px;
	padding: 15px;
	border: #505050 1px solid;
}

}