@charset "utf-8";
/* CSS Document */
/* --------------------------
GENERAL
----------------------------*/
body,html {
	min-height:100%;
	height:100%;
}
body {
         margin: 0;
         padding: 0;
         color: #000000;
         font-family: Arial, Helvetica, sans-serif;
		 background-color: #FFFFFF;
}
#contenedor {
         position: relative;
         width: 90%;
         border-right: 1px solid #E4E4E4;
         border-left: 1px solid #E4E4E4;
         height:100%;
         margin-right: auto;
         margin-left: auto;
}
/* --------------------------
CABECERA
----------------------------*/
#cabecera {
         border-top: 6px solid #2A4F6F;
         border-bottom: 1px dotted #B2BCC6;
         height: 110px;
		 background-image: url(images/logo.png);
		 background-position: left;
		 background-repeat: no-repeat;
}
#cabecera .TituloProyecto {
         font: 120% Georgia, "Times New Roman", Times, serif;
         color: #666;
		 font-size: 20px;
         float: right;
         margin-right: 2em;
         margin-top: 30px;
}
#cabecera .Idiomas {
         font: 120% Georgia, "Times New Roman", Times, serif;
         color: #666;
		 font-size: 20px;
         float: right;
         margin-right: 2em;
         margin-top: 60px;
}
#cabecera .Titulo {
         fon-family: Georgia, "Times New Roman", Times, serif;
		 font-size:  25px;
         color: #666;
         float: left;
         margin-left: 130px;
         margin-top: 40px;
}
#cabecera .logo {
         float: left;
         margin-left: 1.5em;
         margin-top: 0.5em;
}
/* --------------------------
NAVEGACION
----------------------------*/
#navegacion {
         position: absolute;
         top: 132px;
         right: 4px;
         width: 12em;
}
#navegacion ul {
         list-style: none;
         margin-left: 1em;
         padding-left: 0;
}
#navegacion li {
         font-size: 80%;
         border-bottom: 1px dotted #B2BCC6;
         margin-bottom: 0.3em;
}
#navegacion a {
         text-decoration: none;
         color: #2A4F6F;
}
#navegacion h2 {
         font: 110% Georgia, "Times New Roman", Times, serif;
         color: #2A4F6F;
         border-bottom: 1px dotted #cccccc;
}
/* --------------------------
CONTENIDO
----------------------------*/
#contenido {
         margin-left: 2em;
         margin-right: 14em;
		 width: 65%;
}
h1 {
         font: 150% Georgia, "Times New Roman", Times, serif;
}
#contenido p {
         font-size: 80%;
         line-height: 1.6em;
}
/* --------------------------
PIE PAGINA
----------------------------*/
#piepagina {
         position: absolute;
         bottom: 0;
         width: 100%;
         background-color: #E4E4E4;
         color: #666;
         font-size: 70%;
         height:3em;
}
#piepagina p {
         margin: 1em 4em;
         padding: 0;
         text-align:center;
}
