/* CSS Document */

/*
-----------------------------
Estilos tipo selector
-----------------------------
*/
body
{
	text-align:center;
	background-attachment: fixed;
	background-image: url(./ecaagua.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

table
{
	width:100%
}

p
{
	font-family: Garamond, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 12pt;
	line-height: 18pt;
	margin-top: 12pt;
	padding-left:20px;
	padding-right:20px;
}

/*
-----------------------------
Estilos tipo selector
-----------------------------
*/

/* Capas de maquetación */
.idioma
{
	visibility:visible;
	position:absolute;
	top:100px;	
	left:4px;
	width:8%px;
	margin:0px;
}
.bandera {width:20px}

.capa_contenedora
      { 
      position:absolute; 
      left:50%; 
      top:0px; 
      width:800px; 
      margin-left:-400px; 
      margin-top:0px;
      height:100%;
	  } 
.region
{
	visibility:visible;
	position:absolute;
	top:10px;	
	left:10%;
	width:800px;
	margin:0px;
}

.region_2
{
	visibility:hidden;
	position:absolute;
	top: 10px;
	left:10%;
	width:800px;
	margin:0px;
}

.col_unica
{
	visibility:inherit;
	width:800px;
	margin:0px;
}

.col1
{
	visibility:inherit;
	width:400px;
	float:left;
	margin:0px;
}

.col2
{
	visibility:inherit;
	width:400px;
	float:left;
	margin:0px;
}

.pie_pag
{
	visibility:inherit;
	width:770px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	letter-spacing: 0.2em;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:40px;
}

/* Imágenes y pies de foto */
img.foto_1
{
	width:350px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
}

.pie_foto_1
{
	width:350px;
	text-align:center;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
}
td {vertical-align:text-top;}
img.foto_2
{
	width:230px;
	border-color:#000000;
	border-style:outset;
	border-width:2px;
	margin-top:20px;
}
.pie_foto_2
{
	width:230px;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	border-color:#000000;
	border-style:outset;
	border-width:2px;
	margin:0px;
	padding-left:0px;
	padding-right:0px;		
}


/* Estilos para texto */
.eca
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-style: normal;
	text-align: center;
	color: #FF0000;
}

.paginatitular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: center;
}

.paginatitular2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

.paginatitulo1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width:2px;
	border-bottom-style: solid;
}

.paginatitulo2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.paginatitulo3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.paginatitulo4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.paginatexto1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}

.paginatexto2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
}

.paginatexto3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	margin-left: 20px;
}

.paginaautor
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666666;
}

