﻿#efecto{
	border: 0px solid red;
}

#cabecera{
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 390px;
	float: left;
}

#cabecera h1{
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	color: #0E3874;
	padding: 0px 10px 10px 10px;
}

#banner-cabecera{
	border: 0px solid red;
	width: 590px;
	font-size: 25px;
	float: left;
	line-height: 22px;
	margin: 0px 0px 0px 200px;
}

#banner-cabecera .eventos{
	width: 49%;
	text-align: center;
	line-height: 30px;
	float: left;
}

#aviso{
	border: 0px solid red;
	width: 700px;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
	font-size: 25px;
	color:#0E3874;
	float: left;
	margin: 20px 0 0 170px;
}

.fondo-blanco{
	background-color: white;
}

.seccion{
	border-top: 2px dotted gray;
	width: 100%;
	float: left;
	padding: 20px 0;
}

.seccion img{
	float: left;
}

.desarrollo-seccion{
	border: 0px solid red;
	width: 870px;
	font-size: 30px;
	text-align: center;
	float: left;
}

#ladoa{
	border: 0px solid red;
	width: 1100px;
	float: left;

	padding: 10px;

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

.texto{
	border: 0px solid red;
	width: 500px;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
}