@charset "utf-8";
/* CSS Document */

/* =================== *\
   Estilos ~ Generales
\* =================== */

html {
/*  font-size: 16px !important; */
 line-height: 1.25 !important;

  text-align:justify !important;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

body{
	margin: 2%;
	background-color: #FFF;
}

.div_marco {
	width:800px;
	max-width: 90%;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

/*  Formatos generales */ 

.hr {
	color:#4783C1;
}
 
.center {
    text-align: center;
}

.azul{
	color:#006699;
}
.parrafo{
    text-indent:20px;
	text-align:justify;
	color:#333;
	padding: 5px 10px 5px 10px;
}

/* =================== *\
   Estilos ~ Enlaces
\* =================== */

a:link {
	text-decoration: none;
	color:#000099;
}
a:visited {
	text-decoration: none;
	color:#000099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#FFF;
}

/* *** Tabla idiomas ***  */

.table_idiomas {
	text-align:right;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width:60px;
	border:0;
	background-color:#E6E6E6;
}
.td_idiomas {
	vertical-align:middle;
	text-align:center;
}
.columna_idiomas{
	width:25%;
	text-align:center;
	vertical-align:middle;
}

/* *** Tabla des ***  */

.table_des {
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width:80%;
	border:0;
}
.td_des {
	vertical-align:middle;
	text-align:center;
}

/* *** Tabla Footer ***  */

.table_footer {
	margin-left: auto;
    margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
	width:90%;
	background:#FFF;
}
td_footer {
	vertical-align:middle;
	text-align:center;
}
.columna1_footer{
	width:33%;
	text-align:left;
	vertical-align:middle;
}
.columna2_footer{
	width:34%;
	text-align:center;
	vertical-align:middle;
}
.columna3_footer{
	width:33%;
	text-align:right;
	vertical-align:middle;
}
/* *** Imagenes footer ***  */

.img_footer_html{
  width:67px;
  height:67px;
  border:0;
}
.img_footer_css{
  border:0;
  width:67px;
  height:67px;
}
.img_footer_cooperate{
  border:0;
  width:151px;
  height:67px;
}
