/* ----------------------------------------------------------------------------------------
- Sitio Web:			http://www.gautena.org
- Versión:				2.0
- Fecha:				01 / 08 / 2008
- Gramática CSS:		2.1
- Gramática (X)HTML:	1.0 Transitional
- Accesibilidad:		Nivel AA	
------------------------------------------------------------------------------------------- */





/* Formateo de los estilos
------------------------------------------------------------------------------------------- */

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, p, blockquote, th, td, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td { 
	vertical-align: baseline;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 0em 0em 0em 0em;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}


/* Tablas
-------------------------------------------- */

	table {
		border-collapse:collapse;
		border-spacing:0;
		width:100%;
	}


/* Objects
-------------------------------------------- */

	object {
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;
		border: 0em;
	}


/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	

/* Imágenes
-------------------------------------------- */

	img, a img, :link img, :visited img, :hover img {
		border: 0em;
	}
	
	
/* Teclado Kbd
-------------------------------------------- */
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Listas
-------------------------------------------- */
	
	ul, ol, dl, li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
	}	
	

/* FIN / Formateo de los estilos
------------------------------------------------------------------------------------------- */



/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.clearfix { display: block; }
.clear_both { clear: both; }


/* Fin / Iconos
----------------------------------*/


.nota, .salto { position: absolute; top: -5000px; left: -5000px; }

.invisible { display: none; visibility: hidden; }
.negrita { font-weight: bold; }

.float_left { float: left; }	
.float_right { float: right; }

.background_none { background: none !important; }

.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	


/* FIN / Estilos comunes
------------------------------------------------------------------------------------------- */















/* Cuerpo de página
------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #e8e9ea;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold; 
  color: #2284fd; 
  clear: both; 
}

a, strong { color: #007a53; }

h1 {}

h2 {
	padding: .4em;
	font-size: 130%;
	background: #ddecf7;
	margin: 1em 0 1em 0;	
	border-bottom:1px solid #98c1e0 
}


/* Contenedora de la página
------------------------------------------------------------------------------------------- */

#contenedor {
	background: #e8e9ea;
	margin: 0em auto;
	color: #2b383e;
	width: 78em;
}

#logos-intro {
	margin: 13em 0 0 7em;
}



/* Cabecera de la página
------------------------------------------------------------------------------------------- */

#cabecera {
	margin: .1em 0 .5em 0;
}


/* Contenedor logotipo
------------------------------------------------------------------------------------------- */

#logotipo {
	float: left;
	width: 52em;
	height: auto;
}

#logotipo h1 {	font-size: 150%; }


#idiomas {
	float: right;
	width: 25em;
	height: 10em;
	margin-top: 20em;
}

#idiomas ul{
	margin: 0em;
}

#idiomas ul li {
	display: inline;
	margin-right: 2em;
}
/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	width: 78em;
	height: 3.12em;
	background: url(../img/intro/pieza-pie.gif) left no-repeat #009a78;
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}

#textopie {
	float: right;
	width: 60em;
	height: 3.12em;
	margin-right: 0.5em;
	line-height:1.5em;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	margin-top: 0.5em;
}

#textopie a, a:hover{
	color: #FFFFFF;
	text-decoration:none;
}


