body {
	color: #000000;
	margin: 10px;
	padding: 0;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
}

img {
	border: 0;
}

h1 {
   padding-left: 0px;
   padding-top: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   font: 0pt Arial, Verdana, Helvetica, sans-serif;
}

.fondo {
	background: #FFFFFF url(../img/fondo_blanco.gif) repeat top left;
}

.contenedor {
	color: #000000;
	width: 769px;
	overflow:hidden;
 	margin:auto;
}

.clear{
    clear:both;
}

.contenedor_menu_principal {
	width: 229px;
	height: 109px;
	margin-top: 10px;
	background: #996600 url(../img/menu_fondo.gif) no-repeat top left;
	overflow:hidden;
	text-align: left;
}

.texto_menu_principal {
  float: left;
	overflow:hidden;
	text-align: left;
  padding: 10px 0 0 8px;
   color: white;
   font: 12px Arial, Verdana, Helvetica, sans-serif;
   font-weight: bold;
}

.lista_menu {
  margin-left:0px;
  padding:0px;
  list-style-type:none;
}

.enlace_menu {
	color: white;
	 font-size: 12px;
	text-decoration: none;
	 font-weight: normal;
}

.enlace_menu a {
	color: white;
	text-decoration: none;
}

.enlace_menu a:hover {
	color: #cbb27f;
}

.enlace_menu a:active {
	color: white;
	text-decoration: none;
}

.enlace_menu a:visited {
	color: white;
	text-decoration: none;
}


.enlace_menu_grande {
	color: #005500;
	 font-size: 12px;
	 text-decoration: none;
	 font-weight: normal;
}

.enlace_menu_grande a {
	color: #005500;
	text-decoration: none;
}

.enlace_menu_grande a:hover {
	color: #66A8C6;
}

.enlace_menu_grande a:active {
	color: #005500;
	text-decoration: none;
}

.enlace_menu_grande a:visited {
	color: #005500;
	text-decoration: none;
}


.separacion_titulo_contenidos {
 margin: 5px 0px 10px 0px;
  clear:both;
	text-align: center;
}

.contenedor_pie {
  	background: #FFFFFF url(../img/fondo_blanco.gif) repeat top left;
 	overflow:hidden;
 	text-align: center;
  	margin: -3px 0px -5px 0px;
}

.texto_pie {
	margin: 10px 5px 5px 5px;
	color: #666666;
}

.enlace {
	color: #005500;
	text-decoration: none;
}

.enlace a {
	color: #005500;
	text-decoration: none;
}

.enlace a:hover {
	color: #66A8C6;
}

.enlace a:active {
	color: #005500;
	text-decoration: none;
}

.enlace a:visited {
	color: #005500;
	text-decoration: none;
}

.left {
	float: left;
	width: 240px;
	text-align: left;

}

.right {
	float: left;
	background: #FFFFFF;
 	width: 529px;	
}

.contenidos {
	background: #FFFFFF;
	text-align: left;
	text-align: justify;	
}

.titulo{
	background: #ffffff url(../img/fondo_titulos.gif) no-repeat top left;
	color: white;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height:39px;
	width:400px;
	text-align: left;	
	padding: 12px 0 0 20px;
	margin-top: 10px;
	float: left;
}

.titulo2{
	background: #ffffff url(../img/fondo_titulos2.gif) no-repeat top left;
	color: white;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height:39px;
	width:400px;
	text-align: left;	
	padding: 12px 0 0 20px;
	margin-top: 10px;

}

.padre_titulo {
	background: #FFFFFF;
	text-align: left;
	float: left;
	color:#005500;
	margin-top: 20px;
}

.texto_destacado{
	color: #666666;
}

.texto_columna_40{
	width:40%; 
	float:left;
}

.foto_texto{
	float:left;
	width:auto;
}

.LineaSimple { border-collapse: collapse;  }

.celda_1 {
background-color:#005500;
color: white;
font-weight:bold;
text-align:center;
height:20px;
}

.celda_2 {
background-color:#996600;
color: white;
font-weight:bold;
text-align:center;
height:20px;
}

.celda_3 {
background-color:#990000;
color: white;
font-weight:bold;
text-align:center;
height:20px;
}

.celda_contenido {
padding: 6px 6px 6px 6px;
vertical-align: top; 
text-align:left;
}

.celda_contenido2 {
background-color:#e6e6e6;
text-align:left;
padding: 6px 6px 6px 6px;
vertical-align: top; 
}

.altura15 {
height:15px;
}

.anchura26porciento {
width:26%;
text-align:center;
}

.anchura74porciento {
width:74%;
}

.centrada {
text-align:center;
}