body {
	font-family:'Lucida Grande';
	margin-top: 0;
	background-color: #FFFFFF;
}

#wrap {
	width: 850px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(images/submenu.gif) repeat-y #ffffff;
}

#wrap_intro {
	width: 850px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #F5F8FF;
	border: 1px solid gray;
	border-top: none;
}

#logointro {
	width: 800px;
	background: url(images/logo_intro.jpg) no-repeat -100px -40px;
	height: 300px;
}

#slogan_intro {
	padding-left: 100px;
	margin-bottom: 50px;
}

#slogan_intro h1 {
	font: italic bold 14px Verdana;
	color: #E6CA69;
}

.indent1 {
	text-indent: 50px;
}

.indent2 {
	text-indent: 100px;
}

#lang_sel {
	height: 50px;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 15px;
	width: 90%;
}

#lang_sel a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#lang_sel a:hover {
	text-decoration: none;
	color: #9c1a3f;
	font-size: 14px;
	font-weight: bold;
}

#cabecera {
	height: 100px;
	background-color: #FFFFFF;
}
.titulocabecera {
	font-size: 14px;
	font-style: normal;
	color: #0073B7;
	text-align: center;
	padding-top: 15px;
	background-color: #D5D5D8;
	font-weight: bold;
	height: 30px;
	float: left;
	width: 371px;
}

#logo {
	width: 108px;
	height: 100px;
	float: left;
	background: #ffffff;
}

.slogan {
	color: #1A181D;
	margin-top: 15px;
	height: 24px;
	font: italic bold 14px Verdana;
	text-align: center;
	float: left;
	width: 371px;
}

.idioma {
	width: 39px;
	float: left;
	height: 100px;
	background: #ffffff;
	font-family: Verdana;
}

#idiomlist
{
padding-left: 0;
margin-left: 0;
width: 39px;
}

#idiomlist #aktive a {
	color: #ff0000;
}

#idiomlist li
{
margin: 0;
list-style: none;
padding: 1px 2px 1px 8px;
	color: #000000;
	font-size: 9px;
}

#idiomlist ul {
	margin: 0px;
	padding: 0px;	
}

#idiomlist li a { text-decoration: none;
	color: #000000;
}

#idiomlist a, #idiomlist a:link, #idiomlist a:visited
{
	color: #000000;
	font-weight: bold;

}

#idiomlist a:hover, #idiomlist a:aktive, #idiomlist a:focus
{
	color: #ff0000;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 27px;
	width: 100%;
	background-color: #211A7B;
}

#navlist
{
	margin: 0px;
	padding: 0px;
	padding-left: 180px;
	padding-bottom: 2px;
	font: bold 18px Arial;

}

#navlist a, #navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px 4px;

}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	text-decoration: none;
	border-bottom-width: 2px;
	border-top-width: 2px;
	background-color: #FBFC00;
	color: #211A7B;
}

#navlist li
{
	padding-right: 0px;
	display: inline;
	font-size: 0.6em;
}

#navlist ul
{
	margin: 0px;
	padding: 0px;
}

#navlist #active a {
	background-color: #FBFC00;
	color: #211A7B;
}

#submenu {
	background: url(images/submenu.gif) repeat-y;
	width: 240px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	float: left;
}

#submenu h1 {
	color: #666633;
	padding: 20px 0 0 40px;
	font: bold 12px Verdana;
	margin: 0px;
}

#navlist2 {
	width: 210px;
	font: 11px Verdana;
	text-indent: -20px;
	margin: 30px 0 0 15px;
	padding: 0;
}

#navlist2 li { 
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	list-style-type: none;
	padding-left: 18px;
	}


#navlist2 ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 4px 20px;
	background: url(images/bullet_off.gif) no-repeat 0px 6px;
}

#navlist2 a:hover, #navlist2 a:active2, #navlist2 a:focus {
	text-decoration: none;
	color: #CC9900;
	background: url(images/bullet_on.gif) no-repeat 0px 6px;
}

#navlist2 #active2 a {
	color: #CC9900;
	background: url(images/bullet_on.gif) no-repeat 0px 6px;
}

#pie {
	width: 100%;
	height: 45px;
	background-color: #211A7B;
	padding-top: 3px;
}

#contenido {
	width: 560px;
	min-height: 350px;
	padding: 20px 20px 25px 25px;
	margin: 0 0 0 240px;
	background-color: #ffffff;
	font-family: Verdana;
}

.encabezado {
	color: #666633;
	font: italic bold 14px Verdana;
}

#contenido p {
	font: 12px Verdana;
	text-align: justify;
	text-indent: 20px;
}

#contenido ul {
	font: 12px Verdana;
	text-align: justify;
}

.linkverde {
	color: #008A36;
	text-decoration: none;
}

.linkverde:hover {
	color: #9c1a3f;
	text-decoration: none;
}

.fotointro {
	margin-left: 30px;
	margin-top: 30px;
	border: 5px solid #D5D5D8;
}

.titulo {
	color: #008A36;
	text-align: center;
	font: bold 14px Verdana;
}

.tituloc {
	color: #000000;
	font: italic normal 12px Verdana;
	text-indent: 30px;
	margin-bottom: 0px;
}
.hr1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.titulo2 {
	color: #211A7B;
	text-align: left;
	font: italic bold 14px Verdana;
}

#calencursos {
	height: 240px;
	margin-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #D5D5D8;
	padding-top: 20px;
}

#contenido h2 {
	margin: 0;
}

#listaindex {
	list-style-type: none;
	padding:0px;
	margin-top: 30px;
}

#listaindex ul {
	padding: 0;
	margin: 0;
}

#listaindex li a {
	text-decoration: none;
	color: #000000;
	font: italic normal 13px Verdana;
	padding: 0 0 0 25px;
	margin-left: 20px;
	background: url(images/flecha.gif) no-repeat 0px;
	height: 20px;
	margin-bottom: 20px;
}

#listaindex li {
	margin-bottom: 10px;
}

#listaindex a:hover {
	color: #0073B7;
	cursor: hand;
}

#tabulada th {
	font-size: 12px;
	width: 65px;
	text-align: left;
}

#tabulada {
	margin-top: 25px;
}

#tabulada td {
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
}

#botomleft {
	width: 50%;
	font-size: 11px;
	margin-top: 25px;
	margin-bottom: 10px;
	float: left;
}

#botomright {
	width: 50%;
	font-size: 11px;
	margin-top: 25px;
	text-align: right;
	margin-bottom: 10px;
	float: right
}

#botomcenter {
	width: 100%;
	font-size: 11px;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 10px;
}

.tab {
	padding-left: 85px;
}

.titulillo {
	font-size: 14px;
}

.correcciones {
	color: #ff0000;
}

.abreviatura {
	cursor: help;
}

#sublista
{
	width: 200px;
	font: 9px Verdana;
	margin: 10px 0 0 15px;
	padding: 0;
}

#sublista a, #sublista a:link, #sublista a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 4px 20px;
	background: url(images/bullet_off.gif) no-repeat 0px 6px;

}

#sublista a:hover, #sublista a:active, #sublista a:focus
{
	text-decoration: none;
	color: #CC9900;
	background: url(images/bullet_on.gif) no-repeat 0px 6px;

}

#sublista li
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 18px;
}

#sublista ul
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#sublista #active a { color: #CC9900; }
.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}
#formulario {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.link_destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
.advertencia {
	color: #FF0000;
	font: italic bold 14px Verdana;
}
.piefoto {
	font-size: 9px;
	font-style: italic;
	margin-left: 30px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999900;
}
a {
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-style: italic;
	color: #378CBF;
	text-decoration: none;
	font-weight: bold;
}
.pie {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.titulocabecera2 {
	font-size: 14px;
	font-style: normal;
	color: #0073B7;
	text-align: center;
	padding-top: 15px;
	background-color: #D5D5D8;
	font-weight: bold;
	height: 30px;
	width: 371px;
	float: right;
}
.slogan2 {
	color: #1A181D;
	margin-top: 15px;
	height: 24px;
	font: italic bold 14px Verdana;
	text-align: center;
	width: 371px;
	float: right;
}
#cabecera_izda {
	height: 100px;
	background-color: #FFFFFF;
	width: 371px;
	float: left;
}
#cabecera_dcha {
	height: 100px;
	background-color: #FFFFFF;
	width: 370px;
	float: right;
}
.fotointro_sin_borde {
	margin-left: 30px;
	margin-top: 30px;
}
#contenido2 {
	width: 800px;
	min-height: 350px;
	padding: 25px 25px 25px 25px;
	margin: 0 0 0 0px;
	background-color: #ffffff;
	font-family: Verdana;
}
#contenido2 h1 {
	color: #666633;
	padding: 20px 0 0 40px;
	font: bold 12px Verdana;
	margin: 0px;
}
#contenido2 p {
	font: 12px Verdana;
	text-align: justify;
	text-indent: 20px;
}
#contenido h1 {
	color: #666633;
	padding: 20px 0 0 40px;
	font: bold 12px Verdana;
	margin: 0px;
}
.linkverde {
	color: #211A7B;
	text-decoration: none;
}

.linkverde:hover {
	color: #6699FF;
	text-decoration: none;
}
#botomleft {
	width: 50%;
	font-size: 11px;
	margin-top: 25px;
	margin-bottom: 10px;
	float: left;
}

#botomright {
	width: 50%;
	font-size: 11px;
	margin-top: 25px;
	text-align: right;
	margin-bottom: 10px;
	float: right
}

#botomcenter {
	width: 100%;
	font-size: 11px;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.piefoto_2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.titulo_resaltado {
	color: #FF0000;
	text-align: left;
	font: italic bold 14px Verdana;
}
.resaltado {
	color: #FFFFFF;
	text-align: center;
	font: italic normal 12px Verdana;
	background-color: #FF0000;
	padding: 5px;
}
.caja_gris {
	background-color: #d5d5d8;
	padding: 10px;
}
.piefotomapa {
	font-size: 8px;
	font-style: italic;
}

