/*START LOS CSS COMUNES*/

html, body {
	height: 100%; /* Required */
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #008B2C;
}

a:visited {
	text-decoration: none;
	color: #008B2C;	
}

a:hover {
	text-decoration: none;
	color: #008B2C;	
}

a:active {
	text-decoration: none;
	color: #008B2C;
}

#contenedor_general {
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%; /* PARA RESTO NAVEGADORES */
	height: auto !important; /* PARA RESTO NAVEGADORES */
	height: 100%; /* PARA IE */
	background-color: #FFF;
}

#cabecera {
  	background-image: url(images/franja_verde.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #E3FFB7;
	height: 100px;
	width: 100%;
}

#contenedor_contenido {
	padding: 2em 2em 2em 2em;
}

#contenedor_contenido:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#contenedor_foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* PARA IE */
	background-image: url(images/franja_verde.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #E3FFB7;
	height: 30px;
}

#logos{
	width: 100%;
	height: 100px;
	padding-right: 15px;
}

#legal_text{
	width: 100%;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	line-height: 30px;
}
#legal_text a:link{
	color: #000;
	text-decoration: none;
}
#legal_text a:visited{
	color: #000;
	text-decoration: none;
}
#legal_text a:hover{
	color: #000;
	text-decoration: underline;
}
#legal_text a:active{
	color: #000;
	text-decoration: none;
}

/*END LOS CSS COMUNES*/

/*START HOME*/

#menu{
	top: 0;
	left: 0;
	height: 400px;
	width: 423px;
	position:absolute;
}

/*END HOME*/

/*START TEXTOS COMUNES*/

.texto_general{
	font: 12px Verdana, sans-serif;
	text-align: justify;
}

h1{
	font-family: Verdana, sans-serif;
	font-size: 30px;
	text-align: left;
	color: #008B2C;
}

h2{
	font-family: Verdana, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #008B2C;
}

h3{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #008B2C;
}

/*START TEXTOS COMUNES*/
