#contenido-izquierda
{
	float: left;
	background-color: #cde9f4;
	background-repeat: no-repeat;
	background-position: top left;

	font-family: arial;
	text-align: justify;
	font-size: 10pt;
	
	width: 411px;
	height: 100%;
	overflow: auto;
}

.bg-izquierda
{
	background-image: url('../imagenes/derecha-azul.jpg');
}

#contenido-derecha
{
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 50px;

	font-family: arial;
	text-align: justify;
	font-size: 10pt;
	
	height: 460px;
	overflow: auto;
}

#contenido-derecha h1
{
	color: #33659f;
}

#contenido-derecha h2
{
	color: #a0a0a0;
	font-size: 11pt;
}

#contenido-derecha h3
{
	color: #33659f;
	font-size: 11pt;
}

#contenido-derecha strong
{
	color: #33659f;
	text-transform: uppercase;
}

#contenido-derecha a
{
	text-decoration: none;
	font-weight: bold;
	color: #33659f;
}

#contenido-derecha a:hover
{
	color: #e0e0a0;
}

#contenido-izquierda h1
{
	color: #33659f;
}

#contenido-derecha img
{
	border: 0px;
}


