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

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}

div.float{
	float: left;
}


#wrapper {
	width: 100%;
	text-align: center;
	margin-top: 0;
	height: 100%;
}

#cabecera {
	width: 765px;
	height: 148px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(castellano/images/cabecera.jpg);
}

.menu {
	width: 765px;
	height: 27px;
	margin-left:auto;
	margin-right:auto;
}

#contenido {
	width: 765px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#pie {
	width: 765px;
	height: 28px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;	
}

	
.texto_pie
	{
	width: 725px;
	height: 28px;
	margin-left:0;
	margin-right:auto;
	background-color: #6B8E13;
	font-size: 7pt;
	}

	
.texto_pie_dentro
	{
	color:#FFFFFF;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 27px;
	text-decoration: none;
	line-height: 27px;
}
	
.texto_pie_dentro_hover
	{
	color:#FFFFFF;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 27px;
	text-decoration: none;
	line-height: 27px;
	}
	
.texto_pie_dentro_hover:hover
	{
	color:#CCCCCC;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 27px;
	text-decoration: none;
	line-height: 27px;
	}

.idiomas {
	position: relative;
	text-align: right;
	width: 175px;
	height: 28px;	
	background: #6B8E13;
	font-size: 7pt;
}


/*#iframe {
	width: 765px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	border: 0;
	overflow: hidden;
}

/*Menu*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.esquina_menu{
	height: 28px;	/*overflow: hidden;*/
	width: 20px;
	background-image: url(castellano/images/Botones_Menu.gif);
}

.esquina_menu2{
	height: 28px;	/*overflow: hidden;*/
	width: 20px;
	background-image: url(castellano/images/Botones_Menu2.gif);
}

.indentmenu{
	font:14px Arial Rounded MT Bold, Arial;
	width: 550px; /*leave this value as is in most cases*/
	
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 550px; /*width of menu*/	
	/*border-width: 1px 0;*/
	background: #6B8E13;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF; /*text color*/
	text-decoration: none;
	/*border-right: 1px solid #564c66; /*dark purple divider between menu items*/
	height: 17px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/
	background: #556b0f;
	height: 17px;
}


 
/*FIN Menu*/

