﻿#ladoi{
	border: 0px solid red;
	width: 68%;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.seccion{
	margin: 0 0 30px 0;
}

.titulo-seccion{
	border: 0;
	color: red;
	font-style: italic;
	font-weight: bold;
	background: #f7f7f7;
	padding: 10px;
}

.desarrollo-seccion{
	line-height: 24px;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#ladod{
	border: 0px solid black;
	width: 32%;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#ladod img{
	width: 100%;
}

.ladoa{
	border: 0px solid red;
	background: red;
	width: 100%;
	font-size: 25px;
	font-style: italic;
	text-align: center;
	color: white;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.dsimportante{
	background: #f7f7f7;
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	margin: 80px 0 0 0;
	padding: 40px;

	box-shadow: 3px 3px 3px red;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.dsimportante span{
	font-size: 17px;
	font-weight: bold;
}



.anuncio{
	background: #fffedf;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: blue;
	float: left;
	padding: 10px 0;
}



.curso{
	background: #f7f7f7;
	width: 100%;
	color: blue;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	float: left;
	padding: 12px 0;
	margin: 0 0 20px 0;
}

.curso strong{
	color: red;
	font-size: 26px;
}


@media screen and (max-width: 800px){
	.desarrollo-seccion{
		width: 100% !important;
	}
}

@media screen and (max-width: 500px){
	#ladoi{
		width: 100%;
	}
	#ladod{
		width: 100%;
	}

	.ladoa a{
		font-size: 22px;
	}

	.anuncio a{
		font-size: 22px;
	}
}