/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 9pt/17pt georgia; 
	color: #555753; 
	background: #fff; 
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 9pt/17pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
img {
	margin: 0 0 0 0;
}
/* Contenedor global */
.container {
	position: absolute;
	width: 95%;
	margin: 20px 30px 0 30px;
	padding: 0 0 0 0;
	/*border: 1px solid #cccccc;*/
}
/* División de cabecera */
.header {
	background-image: url(images/generalHeader.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 18px 0 0 10px;
	height: 58px;
	/*border: 1px solid #00ff00;*/
}
#headerTitle{
	color: white;
	font-size: 90px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;
	white-space:nowrap;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
.Links {
	float: right;
	background-color: #DDECF4;
	width: 150px;
	padding: 20px 0px 110px 0px;  
	margin: -5px 0 0 0;
	}
.Links ul {
	margin: 0px;
	padding: 10px;
	}
.Links li {
	line-height: 2.5ex; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
.Links li a:link {
	color: #A4A8A0;
	}
.Links li a:hover {
	color: #888B85;
	}
.Links li a:visited {
	color: #A4A8A0;
	}
#idiomas { 
	position: relative;
	left: 20px;
	}
.content { 
	position: relative;
	margin: -5px 170px 0 0;
	/*border:1px solid #B1C0D3;*/
	}
.content h3 {
	clear: left;
	margin: 0 0 0 0;
	padding-left: 30px;
	font-size: 120%;
	font-weight: bold;
	background-color:#B1C0D3;
	}
.content table {
	font: 9pt/17pt georgia; 
	margin-top: 0px;
}
#selected {
	color: #888B85;
	}
#foto1 {
	clear: left;
	margin: 10px 20px 10px 0px; 
	float: left;
	}
#foto2 {
	clear: left;
	margin: 10px 20px 30px 0px; 
	float: left;
	}
#foto_derecha {
	margin: 10px 20px 30px 20px; 
	float: right;
}
#foto3 {
	position: relative;
	margin: 4px 0 2px 0;
	text-align:center;
}
#foto3 img{
	margin: 2px 1px 0 1px;
}
#text1 {
	position: relative;
	margin: 20px 1px 1px 10px;
	padding: 1px 10px 1px 10px;
}
#lastParag {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
}
#text2 {
	font-size: 11px;
	line-height: 2ex;
	}
#footer { 
	clear: both;
	bottom: 40px;	
	left: 30%;
	padding: 30px;
	text-align: center; 
	}
#note {
	margin-left: 15%;
}
