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

.interior{
	position: relative;
 	margin-top: 150px;
}

.gris{
	color: #5F5F5F;
}

.no_margin{
	margin-left: 10px !important;
	padding-left: 10px;
}

.first{
	margin-left: 0px !important; 
}

.then{
	margin-left: 10px !important; 
}

.linea{
	width: 230px !important;
	border-left: 1px solid #C36A1C;
}

.imgwidth{
	width: 100%;
	max-height: 175px;
	overflow: auto;
}

.top{
	display: none;
}

.reg{
	display: block;
}

.cintillo{
	background-color: #F83260;
	width: 50%;
	padding: 10px;
	float: right;
	margin-top:15px;
	margin-right: 60px;
	color: white;
}

.bg-cursos{
	background-image: url(../images/pattern.jpg) !important;
}

@media (max-width: 479px) {
	.then{
		margin-left: 0px; 
	}
	
	.top{
		display: block;
	}
	
	.reg{
		display: none; 
	}
	
	.cintillo{
		clear: both;
		width: 100%;
		margin-right: 0px;
	}
}