
/* portada */

.home_news {
	margin:20px 20px 20px 20px;
}
.home_news_title {
	margin: 10px 0 5px 0;
}
.home_news_title A {
	margin: 10px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.home_news_title A:hover {
	text-decoration:underline;
}
.home_news_leyenda {
	font-size:12px;
}

/* courses */

.home_courses {
	margin:0px 20px 40px 20px;
}
.home_courses_cat {
	margin: 10px 0 5px 0;
	font-size:12px;
}
.home_courses_title {
	margin: 30px 0 5px 0px;
	border-bottom:2px solid #EEE;
}
.home_courses_title A {
	margin: 10px 0 5px 0;
	font-size:13px;
	font-weight:bold;
}
.home_courses_title A:hover {
	text-decoration:underline;
}
.home_courses P {
	margin: 0px 0 0px 5px;
	font-size:12px;
}


/* OPINION DE ALUMNOS */

.opinion{
	
}

.opinion IMG{
	width: 62px;
	height: 85px;	
}

.opinion HR{
	border: 1px solid #E9E9E9;
}

.opinion H2{
	padding: 5px 0 5px 5px;
	color: #225B26;
	font-size: 13px;
	text-decoration: underline;
}

.opinion P{
	padding:0 5px;
	color: #272727;
	padding-bottom: 10px;
	font-size: 12px;
}

.opinion SPAN{
	padding: 0 0 0 3px;
	color: #330000;
	font-weight: bold;	
}

.separador{
	height:25px;	
}

#chat{
	border:1px solid #c5c4c4;
	text-align:center;
	width:218px;
	background-color:#f7f7f7;
	background-image: url("../img/web/bocadillos.jpg");
	background-repeat: no-repeat;
	background-position: 15% 47%;
	padding-left: 30px;
}