/***** OVERWRITING RULES *****/
body{
	background-color:	#FFF;	
}
#divCuerpo{
	width:	100%;
	position:	relative;
}
#divBarra
,#divBarraPie{
	text-align:	center;
}

#divLinkHome{
	display:	none;
}

#divBarraPie{
	margin-top: 275px;
}

/***** END OVERWRITING RULES *****/



#cover-content{
	margin: 0 20px;
}

/***** LOGIN *****/
#login-origami{
	margin:	0 auto;
	margin-top:	-15px;
	background-image: url(/assets/images/origami-login.png);
	background-repeat:	no-repeat;
	width:900px;
	height:	368px;
	position: relative;

}
#login-box{
	position: absolute;
	top: 80px;
	text-align: center;
	width: 890px;	
	color: #FFF;		
}



#login-box input[type=text]
,#login-box input[type=password]{
	font-family: inherit;
	width: 180px;
	border: 1px solid #000;
	font-size: 13px;
	padding: 5px;
	vertical-align:	top;		
}
#login-box label{
	display: inline-block;
	width:	100px;
	margin-bottom:	5px;
	text-align: left;
	line-height:	27px;
	font-family: roboto-bold;
	font-size: 16px;
	
}

#login-box span.login-title{
	font-family: roboto-bold;
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
}
#login-box span.login-subtitle{
	font-family: roboto-light;
	font-size: 20px;
	line-height:45px;
}

#form-login{
	text-align: left;
	width: 300px;
	float: left;
	margin-left: 145px;	
}

#form-login .form-option{
	font-family: roboto-light;
	font-size:	13px;
	width:	auto;
	cursor: pointer;		
}
#form-login input[type=checkbox]{
	vertical-align:	middle;
}
#form-login h5{
	font-family: roboto-bold;
	color:	#FFF;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0;		
	margin-top: 10px;
	margin-bottom: 10px;		
}


#form-login .a_button{
	box-shadow: none;
	margin: 	0 auto;
	float: 	right;	
}
#button-register{
	float: left;
	margin-top: 40px;
	margin-left: 90px;
}

/***** LOGIN *****/

/***** ZEN CAT *****/

.zen-circle
,.zen-circle-hole
,.zen-circle-td{
	width:	280px;
	height:	280px;
}

.zen-circle-td{
	height: auto;
}

.zen-circle{
	font-family: roboto-light;
	position: relative;
	float: left;	
	background-repeat: no-repeat;
	background-position:	60px 55px;
}
.zen-circle-title{
	background-color: #000;
	color: #FFF;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 45px;
	line-height: 45px;
	font-size: 20px;
	opacity: 0.7;
}
.zen-circle-hole{
	position: relative;
	z-index: 9;		
}


.cover-cat{
	float:	left;
	min-width: 515px;			
}
.cover-cat h2{
	font-family: roboto-bold;
	border-bottom: 1px solid;
	width: 100%;
	font-size: 17px;
}
.cover-cat ul{
	margin: 10px;
	list-style-type: none;
}
.cover-cat li{
	float: left;
	width: 200px;
	font-family: roboto-light;
	font-size: 17px;
	line-height: 30px;		
}
.cover-cat li a{
	color:	#000;
}

/***** END ZEN CAT *****/

/***** FRIEND FILM *****/

#film-box{
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg) translate3d( 0, 0, 0);
	position: absolute;
	bottom: 150px;
	left: -5px;
	overflow: hidden;
	height: 207px;
}

#film{
	width:100%;
	height: 207px;	
	background: transparent url(/assets/images/film.png) repeat-x;
	position: absolute; 
	top: 0;
	left:0;
}

#friend-film
,#friend-film-link{
	margin-top: 30px;
	margin-left:	20px;
	width:	120%;
}
#friend-film-link{
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
	opacity: 0;
}
#friend-film li
,#friend-film-link li{
	display:	inline-block;
	height:	150px;
	text-align:	center;
	width: 132px;
	margin-right: 26px;
	overflow: hidden;
}

.friend-film-img{
	height:	150px;
}

/****** END FRIEND FILM *****/