@charset "utf-8";


body,td,th {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	display: block;
	overflow: auto;
}

h1 {
	font-size: 20px;
	color: #1C226E;
}

h2 {
	font-size: 16px;
	color: #1C226E;
}

h3  {
	font-size: 12px;
}

a, a:hover, a:visited {
    color: #1C226E;
	text-decoration: none;
}

#container {
	width:960px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	height: 1%;
}

#header {
	width:100%;
	height:95px;
	vertical-align: bottom;
	margin-top: 10px;
	background-image: url('../images/logo.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.lang_links {
	padding: 0;
	margin: 45px 0 0 0;
	width: 150px;
	list-style-type: none;
	float: left;
}
.lang_links li {
	display: block;
	color: #000000;
	text-align: left;
}
.lang_links li.active {
	font-weight:bold;
}


#content {
	text-align: justify;
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
	border-top: 4px solid #1C226E;
	margin-top: 4px;
	padding-top: 24px;
}

#column {
	width: 170px;
	float: left;
	height: 100%;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}

#texto{
	width: 730px;
	float: right;
	padding-left: 20px;
	margin-right: 10px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
	margin-bottom: 10px;
}
#texto img { border: 0; }

#footer {
	height: 50px;
	text-align: right;
	padding: 0 20px 0 0;
	position: relative;
	color: #999999;
	text-decoration: none;
	clear:both;
}

#infooter {
	margin: auto 0 auto auto;
	border-top: thin dashed #999999;
	width: 300px;
	padding-top: 5px;
}

#navigation{
	height: 20px;
}

ul.menu_principal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	height:inherit;
	border-bottom: 1px double #1C226E;
	border-top: 1px double #1C226E;
}

ul.menu_principal li {
	margin: 0;
	padding: 0;
	width: 16.66666%;
	height:inherit;	
	float: left;
	vertical-align: middle;
	text-indent: 5px;
	text-align: left;
}

ul.menu_principal li.active {
	background-color: #1C226E;	
}

ul.menu_principal li.active a {
	color: #FFFFFF;
}

ul.menu_principal a {
    color: #1C226E;
	display: block;
	line-height: 20px;
}

ul.menu_principal li a:hover {
	background-color: #1C226E;
	color: #FFF;
}

ul.menu_principal li a:focus {
	background-color: #1C226E;
	color: #FFF;
}


form fieldset {
	border: 0;
	width: 20em
}
 
.submit input {
	margin-left: 6.5em;
	background-color: #1C226E;
	color: #FFF;
	text-decoration: none;
	border-left: 0;
	border-right: 0;

}

.submit input:hover {
	color: #1C226E;
	background-color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

input, textarea {
	color: #333333;
	background: #efeded;
	border: 1px solid #1C226E;
}

form li {
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
	}

form label {
	display: block;
	width: auto;
	}

form .error {
	margin: 4px auto 4px auto;
	width: 20em;
	padding: 2px;
	color: #FF0000;
	border: 1px solid #FF0000;
}

.underlined {
	text-decoration: underline;
}

.center_vertical {
	line-height:2em;
}

.center_vertical img {
	vertical-align: middle;
	margin: 0 5px 0 5px;
}
.big_numbers {
	font-size: 14px;
}

ul.lista_imagenes {
	width: 400px;
	list-style-type:none;
	text-align: left;
	margin: 2px 0 4px 0;
}

ul.lista_imagenes li {
	display:inline;
	width: 160px;
}

ul.lista_vertical li {
	
	margin: 6px 0 18px 0;
}

ul.lista_vertical li a img {
	vertical-align: top;
	border: 0;
}
ul.lista_imagenes li a img { 
	border: 1px solid black;
}

