.izquierda {
width:50%;
margin:auto;
overflow:inherit;
float:left;
}

.derecha {
width:50%;
margin:auto;
overflow:inherit;
float:left;
}

body
{
    margin: 0px;
	font-family: 'Lato', sans-serif;
}

img
{
    border: 0;
}

#divHtml
{	
	width: 100%;
	max-width: 1150px;
	margin: auto;
	line-height: 24px;
	overflow-x: hidden;
	background-color: #FFF;	
}

#divHtml img
{
    width: 90%;
}

#divHtml .encabezado
{
    overflow: hidden;
}

#divHtml .encabezado img
{
    width: 100%; 
    float: left;
}

#divHtml .contenido
{
	width: 100%;
	margin: 0px auto;
    overflow: hidden;
	padding: 0px;
}

#divHtml p
{
	padding: 10px 0px;
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 34px;
	color:#000;
}

#divHtml .texto-rojo
{
    padding: 25px 0px 15px 0px;
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    line-height: 38px;
    color: #CC0000;
}

#divHtml .texto-azul
{
	padding: 10px 0px;
	width: 88%;
	margin: auto;
	text-align: left;
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	line-height: 34px;
	color:#003473;
}

#divHtml .titulo
{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #C60000;
    width: 90%;
    text-align: center;
    margin: auto;
    line-height: 35px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

#divHtml .titulo-azul
{
    width: 90%;
    text-align: left;
    margin: auto;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    color: #0076d8;
	padding-top:30px;
	padding-bottom:15px;
}

#divHtml .titulo-violeta
{
    width: 90%;
    text-align: left;
    margin: auto;
    color: #7a3a90;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
	padding-top:30px;
	padding-bottom:15px;
}

#divHtml .titulo-rojo
{
    width: 90%;
    text-align: left;
    margin: auto;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    color:#e41316;
	padding-top:30px;
	padding-bottom:15px;
}


#divHtml .titulo img
{
    width: 90%;
}

#divHtml .img-80
{
    width: 80%;
}

#divHtml .img-90
{
    width: 90%;
}

#divHtml .img-float-right
{
    float: right;
}

#divHtml .img-float-left
{
    float: left;
}

#divHtml .gris
{
	background-color:#F3F3F3;	
}


.div-left
{
    float: left;
}

#divHtml .titulo-negro {
	width: 90%;
	text-align: center;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #000;
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#divHtml .texto-pie {
	width: 100%;
	text-align: center;
	margin: auto;
	color: #5B5B5B;
    font-size: 14px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 14px;
}