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


body{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:0;
	/* fallback 
	background-color: #1a82f7;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;*/
  
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
  
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}

#container{
	/*width:1100px;
	background-color:#CCC;*/
	width:775px;
	position:relative;
	margin:10px auto;
	padding:10px 0;
}

#sidebar{
	width:250px;
	position:relative;
	float:left;
}

#menu {
	width:500px;
	min-height:640px;
	padding-bottom:20px;
	float:right;
	position:relative;
	
	-webkit-perspective:800;
	-moz-perspective:800;
	-o-perspective:800;
	-ms-perspective:800;
	perspective:800;
	
	-webkit-perspective-origin:50% 50%;
	-moz-perspective-origin:50% 50%;
	-o-perspective-origin:50% 50%;
	-ms-perspective-origin:50% 50%;
	perspective-origin:50% 50%;
	
	overflow:hidden;
}

#footer {
	width:100%;
	height:40px;
	margin:10px 0;
	clear:both;
	color:#999;
	font-size:14px;
	font-weight:300;
}

#footer #legal{
	float:left;
	width:270px;
}

#footer #legal h1{
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:300;
	color:#F00;
	text-transform:uppercase;
}

#footer #chombly{
	margin-top:10px;
	width:240px;
	float:right;
	text-align:center;
}

#footer #chombly span{
	font-size:20px;
	padding-top:25px;
	color:#999;
}

#footer #pixeles{
	margin-top:10px;
	width:250px;
	float:right;
	text-align:center;
}

#footer a{
	color:#666;
	text-decoration:none;
	-webkit-transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-ms-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

#footer a:hover{
	color:#333;
}

.link {
	width:100%;
	height:200px;
	position:absolute;
}

.link a{
	display:block;
	width:100%;
	height:100%;
}

.show{
	height:200px;
	position:absolute;
	top:0;
	left:0;
}

.display{
	margin-top:200px;
}

.over {
	width:100%;
	height:200px;
	position:absolute;
	background-color:#000;
	opacity:0.1;
}

#logo{
	width:250px;
	height:110px;
}

#anim {
	width:250px;
	height:500px;
	margin-bottom:20px;
	position:relative;
	
	-webkit-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
}

#anim #cuerpo{
	position:absolute;
	top:140px;
	left:50px;
	width:187px;
	height:377px;
}

#anim #cabezas{
	position:absolute;
	top:0px;
	left:55px;
	width:134px;
	height:172px;
}

#anim #cabezas .cara{
	color:#066;
	position:absolute;
	width:100%;
	height:100%;
}

#anim #anim_over{
	position:absolute;
	left:70px;
	top:20px;
	width:120px;
	height:400px;
}

#c_default {
	background-image:url(../imgs/faces/c_default.png);
}

#c_oVideos {
	background-image:url(../imgs/faces/c_oVideos.png);
}

#c_oChevo {
	background-image:url(../imgs/faces/c_oChevo.png);
}

#c_oRedes {
	background-image:url(../imgs/faces/c_oRedes.png);
}

#c_oFotos {
	background-image:url(../imgs/faces/c_oFotos.png);
}

#c_oContacto {
	background-image:url(../imgs/faces/c_oContacto.png);
}

#c_Videos {
	background-image:url(../imgs/faces/c_Videos.png);
}

#c_Chevo {
	background-image:url(../imgs/faces/c_Chevo.png);
}

#c_Fotos {
	background-image:url(../imgs/faces/c_Fotos.png);
}

#c_Contacto {
	background-image:url(../imgs/faces/c_Contacto.png);
}

#c_Sub {
	background-image:url(../imgs/faces/c_Sub.png);
}

#c_oAnim {
	background-image:url(../imgs/faces/c_oAnim.png);
}

#subsections{
	width:250px;
	min-height:50px;
	margin-bottom:20px;
	background-color:#999;
	position:relative;
	
	-webkit-perspective:800;
	-moz-perspective:800;
	-o-perspective:800;
	-ms-perspective:800;
	perspective:800;
	
	-webkit-perspective-origin:50% 50%;
	-moz-perspective-origin:50% 50%;
	-o-perspective-origin:50% 50%;
	-ms-perspective-origin:50% 50%;
	perspective-origin:50% 50%;
	
	overflow:hidden;
}

#subsections .subsec{
	width:250px;
	height:50px;
}

#subsections .subsec .link{
	position:absolute;
	width:250px;
	height:50px;
}

#subsections .subsec .link a{
	display:block;
	width:100%;
	height:100%;
}

#carga_sm{
	background-color:#069;
	color:#FFF;
	
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	
	-webkit-transform: rotatey(0deg);
	-moz-transform: rotatey(0deg);
	-o-transform: rotatey(0deg);
	-ms-transform: rotatey(0deg);
	transform: rotatey(0deg);
	
	-webkit-transform-origin:right;
	-moz-transform-origin:right;
	-o-transform-origin:right;
	-ms-transform-origin:right;
	transform-origin:right;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
	
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	
	overflow:hidden;
	position:relative;
}

#carga_sm.carga_hide{
	-webkit-transform: rotatey(-110deg);
	-moz-transform: rotatey(-110deg);
	-o-transform: rotatey(-110deg);
	-ms-transform: rotatey(-110deg);
	transform: rotatey(-110deg);
	
	-webkit-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
}

#carga{
	width:800px;
	height:0px;
	background-color:#069;
	position:absolute;
	top:0;
	overflow:hidden;
}

#carga #carga_franja{
	width:250px;
	height:640px;
	background-color:#044d65;
	color:#FFF;
	float:left;
}

#carga #carga_franja h2{
	width:100%;
	margin:30px 0 0 0;
	padding:10px;
	font-size:36px;
	font-weight:300;
	text-transform:uppercase;
}

#carga .carga_ins, #carga .carga_input{
	margin:0 0 10px 10px;
	font-size:16px;
	font-weight:300;
}

#carga #carga_cont{
	width:520px;
	height:640px;
	float:right;
}

#carga #carga_cont iframe{
	overflow-x: hiden; 
	overflow-y: scroll;
}

#return {
	width:200px;
	height:30px;
	font-size:16px;
	position:absolute;
	top:10px;
	left:15px;
	color:#CCC;
	
	-webkit-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
	
	-webkit-transform: rotatex(-110deg);
	-moz-transform: rotatex(-110deg);
	-o-transform: rotatex(-110deg);
	-ms-transform: rotatex(-110deg);
	transform: rotatex(-110deg);
	
	-webkit-transform-origin:top;
	-moz-transform-origin:top;
	-o-transform-origin:top;
	-ms-transform-origin:top;
	transform-origin:top;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
	
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}

#return a {
	color:#CCC;
	text-decoration:none;
	-webkit-transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-ms-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

#return a.return_dark {
	color:#333;
}

#return a:hover {
	color:#FFF;
}

#return.return_open {
	-webkit-transform: rotatex(0deg);
	-moz-transform: rotatex(0deg);
	-o-transform: rotatex(0deg);
	-ms-transform: rotatex(0deg);
	transform: rotatex(0deg);
	
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
}

#loader{
	width:100%;
	height:100px;
	color:#999;
	font-size:20px;
	text-align:center;
	position:absolute;
	top:50px;
}



#redes{
	width:55px;
	height:200px;
	float:right;
	
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	
	-webkit-transform: rotatex(0deg);
	-moz-transform: rotatex(0deg);
	-o-transform: rotatex(0deg);
	-ms-transform: rotatex(0deg);
	transform: rotatex(0deg);
	
	-webkit-transform-origin:bottom;
	-moz-transform-origin:bottom;
	-o-transform-origin:bottom;
	-ms-transform-origin:bottom;
	transform-origin:bottom;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
	
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	
	overflow:hidden;
}

#redes.redes_hide{
	-webkit-transform: rotatex(110deg);
	-moz-transform: rotatex(110deg);
	-o-transform: rotatex(110deg);
	-ms-transform: rotatex(110deg);
	transform: rotatex(110deg);
	
	-webkit-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
}

#redes a{
	display:block;
	width:55px;
	height:55px;
	background-color:#CCC;
	margin-bottom:18px;
}

#redes a img{
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-o-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	
	-webkit-transition:opacity .2s ease-in;
	-moz-transition:opacity .2s ease-in;
	-o-transition:opacity .2s ease-in;
	-ms-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
}

#redes a:hover img{
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
}
	

#submenu {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:640px;
	overflow:hidden;
}

#submenu div{
	left:-40px;
}

#submenu a{
	display:block;
	
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	
	text-align:center;
	position:absolute;
	color:#FFF;
	font-weight:300;
	text-decoration:none;
	
	-webkit-transition:opacity .2s ease-in;
	-moz-transition:opacity .2s ease-in;
	-o-transition:opacity .2s ease-in;
	-ms-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
}

#svideos {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:180px;
	background-color:#C1272D;
}

#svideos a{
	width:180px;
	height:37px;
	top:70px;
	left:-70px;
	padding-top:3px;
	font-size:30px;
	text-transform:uppercase;
	background-color:#9C272D;
}

#svideos a:hover{
	background-color:#C1272D;
}

#schevo {
	position:absolute;
	top:200px;
	left:0;
	width:40px;
	height:180px;
	background-color:#69BAD3;
}

#schevo a{
	width:180px;
	height:35px;
	top:70px;
	left:-70px;
	padding-top:5px;
	font-size:24px;
	background-color:#69BAD3;
}

#schevo a:hover{
	background-color:#94D3D3;
}

#sfotos {
	position:absolute;
	top:400px;
	left:0;
	width:40px;
	height:90px;
	background-color:#FB8E3B;
}

#sfotos a{
	width:90px;
	height:32px;
	top:25px;
	left:-25px;
	padding-top:8px;
	font-size:24px;
	background-color:#E0772B;
	text-transform:uppercase;
}

#sfotos a:hover{
	background-color:#FB8E3B;
}

#scontacto {
	position:absolute;
	top:510px;
	left:0;
	width:40px;
	height:90px;
	background-color:#D6D663;
}

#scontacto a{
	width:90px;
	height:32px;
	top:25px;
	left:-25px;
	padding-top:8px;
	font-size:24px;
	background-color:#B5B254;
}

#scontacto a:hover{
	background-color:#D6D663;
}




#banner{
	height:0px;
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}

#banner a{
	width: 775px;
	height:110px;
}
	