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

body {	
	background-image: url(fondo.gif);
	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;*/
}

.peder {
	max-height: 300px;
	width: auto;
}

.itau-tit-1 {
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #fff9b2;
    padding: 2px 0;
    bottom: 10px;
    position: relative;
    border-radius: 2px;
    display: block;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.itau-tit-2 {
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #ffffff;
    padding: 2px 0;
    bottom: 10px;
    position: relative;
    border-radius: 2px;
    display: block;
    text-decoration: underline;
    text-underline-offset: 3px;
}








#more {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}













.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;
}
.lista-artistas {
}
.la-izq {
	float: left;
	width: calc(50% - 30px);
}
.la-der {
	float: right;
	width: calc(50% - 30px);
}
.cajita-art {
	margin-bottom: 50px;
}
.perfil2 {
	width: 77px;
	height: auto;
	border: none;
	margin-bottom: 8px;
}
.foto-n2 {
	float: right;
	width: calc(100% - 95px);
	padding-top: 25px;
}
h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1em;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.lineagris {
	border-top: 1px solid #414141;
	margin: 30px 0;
}

/*---------------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;}

.entrada {
	width: 100%;
	height: auto;
	margin: 30px 0 22px 0;
}


@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;
}
.la-izq {
	float: none;
	width: 100%;
	margin-bottom: 40px !important;
}
.la-der {
	float: none;
	width: 100%;
}
.cajita-art {
	margin-bottom: 40px;
}
}


@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;
}
.entrada {
	width: 100%;
	height: auto;
	margin: 10px 0 12px 0;
}
.perfil2 {
	width: 45px;
	height: auto;
	border: none;
	margin-bottom: 4px;
}
.foto-n2 {
	float: right;
	width: calc(100% - 58px);
	padding-top: 13px;
}
.la-izq {
	margin-bottom: 30px !important;
}
.cajita-art {
	margin-bottom: 30px;
}


}


@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;
}
.peder {
	max-height: inherit;
	width: 100%;
	height: auto;
}

}