@charset "utf-8";
/* CSS Document */

/* ESTRUCTURA GENERAL */
body {
	background: #5b4053;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	}

.blanca {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
	
.naranja {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffa200;
	}
	
.naranja_grande {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffa200;
	font-size: 24px;
	}
	
.violeta {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a27f97;
	}
	
.violeta_grande {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a27f97;
	font-size: 24px;
	}
	
.azul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-size: 12px;
	}
	
.roja {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: bold;
	}
	
	
h1 {
	font-weight:normal;
	font-size: 34px;
	font-style: italic;
	}
	
h2 {
	font-weight:normal;
	font-size: 26px;
	font-style: italic;
	}

h3 {
	font-weight:normal;
	font-size: 13px;
	}

h4 {
	font-weight:normal;
	font-size: 10px;
	color:#999999;
	margin-bottom: 0px;
	}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffa200;
	font-weight: bold;
	}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffa200;
	font-weight: bold;
	}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
	color: #ffa200;
	font-weight: bold;
	}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffa200;
	font-weight: bold;
	}

#otra a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	}

#otra a:active {
	text-decoration: none;
	color: #FFFFFF;
	} 

#otra a:visited {
	text-decoration: none;
	color: #FFFFFF;
	} 

#otra a:link {
	text-decoration: none;
	color: #FFFFFF;
	} 

#otra a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

#otra_2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	}

#otra_2 a:active {
	text-decoration: none;
	color: #809eb6;
	} 

#otra_2 a:visited {
	text-decoration: none;
	color: #809eb6;
	} 

#otra_2 a:link {
	text-decoration: none;
	color: #809eb6;
	} 

#otra_2 a:hover {
	text-decoration: underline;
	color: #809eb6;
	}
	
#otra_3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	}

#otra_3 a:active {
	text-decoration: none;
	} 

#otra_3 a:visited {
	text-decoration: none;
	} 

#otra_3 a:link {
	text-decoration: none;
	} 

#otra_3 a:hover {
	text-decoration: underline;
	}

#continente{
	width: 925px;
	margin: 0 auto;
	}

#cabecera{
	width: 925px;
	}

#lateral_izq{
	width: 165px;
	height:503px;
	float: left;
	}

#contenido{
	width: 540px;
	float: left;
	background: url(images/contenido.jpg);
	padding: 0;
	margin: 0;
	}

#contenido_sup{
	width: 540px;
	height: 45px;
	}

#contenido_texto{
	margin: 0 0 0 40px;
	width: 460px;
	text-align: left;
	}
	
#contenido_inf{
	width: 540px;
	height: 30px;
	padding-bottom:0;
	margin: 0;
	}
	
#lateral_der{
	width: 220px;
	float: right;
	}

#pie{
	width: 540px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	margin-left:165px;
	}
	
#pie_texto{
	}



