#perfil {
	margin-left: 200px;
	display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #ecf0f1;
}

.modules {
	overflow: hidden;
}

.modules .module-last {
	height: 200px;
	width: 260px;
	float: left;
	margin: 15px;
	position: relative;
}

.module-item {
	cursor: pointer;
}

.comunidad-greenpeace {
	background: url("../../images/comunidad/greenpeace-fondo-teaser.png") center center no-repeat;
}

.module-info {
	position: absolute;
	bottom: 0;
	height: 110px;
	background: #bad55e;
	width: 100%;
}

.comunidad-logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-left:20px;
	margin-top: -45px;
}

.comunidad-logo img{

	-webkit-border-radius: 83px;
	   -moz-border-radius: 83px;
		    border-radius: 83px;
	border:4px solid #bad55e;
}

.comunidad-nombre {
	float: left;
	margin: 6px 0 0 115px;
	color: white;
	font-size: 24px;
	width: 145px;
}

.comunidad-fecha {
	float: left;
	color: white;
	font-size: 24px;
	clear: left;
	margin: 30px;
}

.comunidad-categorias {
	float: left;
	margin: 30px 0;
	width: 133px;
}

.comunidad-categorias span{
	padding: 3px 6px;
	background: #dc6263;
}

.modules-title {
	color: #dc6263;
	text-align: left;
	margin: 40px 0 5px 15px;
}

.perfil .main-wrapper {
	background: #ffffff;
}

#perfil .perfil-header {
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
}

#perfil .logo {
	line-height: 140px;
}

.section-title {
	margin-bottom: 15px;
}

.section-title i {
	padding: 5px;
	border-radius: 200px;
	border: 1px solid #34495e;
	background: #34495e;
	color: #fffc00;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}

#cuenta .section-title i{
	font-size: 26px;
}

.nav-section {
	display: block;
	height: 31px;
	margin-top: 25px;
}

.nav-section-item{
 	float: left;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #2c3e50;
	cursor: pointer;
}

.nav-section-item:hover,
.nav-section-item.active{
	border-bottom: 5px solid #34495e;
}

.secction-inside-wrapper {
	padding: 20px 45px;
	text-align: left;
	background: #ecf0f1;
	height: 100%;
}

.forms-perfil {
	background: white;
	float: left;
	padding: 15px;
	border:1px solid #dee1e2;
}

.item-form-perfil {
	margin: 10px 10px 10px 0;
	text-align: left;
}

.item-form-perfil label {
	display: block;
	padding:3px 5px;
	color: #34495e;
	float: left;
	text-transform: uppercase;
	width: 80px;
}

.item-form-perfil input {
	padding:3px 5px;
	border:0;
	background: white;
	border:1px solid #dee1e2;
}

.item-form-perfil select {
	background: #34495e;
	color: white;
	border:0;
	border-radius: 0;
}

.enviar {
	padding: 5px 10px;
	background: #34495e;
	color: white;
	float: left;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 10px;
	border: 1px solid #ecf0f1; 
}

.enviar:hover {
	background: white;
	color: #34495e;
	border: 1px solid #34495e; 
}

.aclaracion {
	clear: both;
	margin: 15px 5px 0;
	float: left;
}

.aclaracion span {
	display: block;
	clear: both;
	color: red;
	margin-top: 3px;
}

.preloader-section{
	display: none;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 70px;
	margin-top: -30px;
	background: url("../../images/preloader_grey.gif") center no-repeat #fffc00;
	border-radius: 60px;
}