html, body
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  font: 0.9em Arial, Sans-Serif; color:#666; background : #fff;
 
}
.cabecera
{
	background: #fff url("../img/back_top.gif") repeat-x 50% 0;
	top:0px;
	left:0px;
	
}
.foto
{
	bottom:0px;
	left:0px;
	position: relative;
}
/* Modificado 24/01/2007 */

.texto
{
	top:10px;
	left:70px;
	width:700px;
	position: relative;
}



/*
.texto {
top:10px;
left:200px;
width:500px;
position: relative;
}

*/
/*

.asistente {
top:176px;
left:708px;
position:absolute;
width:172px;
height:169px; }

*/
.asistente
{
	/*   margin:0 0 0 80%; Modificado 21/11/2007  Antes 75%*/
	position:absolute;
	top:91px;
	left:815px;
	width:172px;
	height:169px;
}

.boton
{
	/* margin:0 0 0 79%;  Modificado 21/11/2007  Antes 74%*/
	width:100px;
	height:100px; 	
	left:807px;
	position:absolute;
	top:256px;
}
/*
.boton {
top:256px;
left:700px;
position:absolute;
width:100px;
height:100px; 	
}   */

.pie
{

	font-style: normal;
	font-size: 0.89em;
	line-height: normal;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	padding-top: 18px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.flash
{
	top:10px;
	left:170px;
	z-index:3;
	position:absolute;
	width:172px;
	height:169px;
}
h1
{
	font: 1.2em Arial, Sans-Serif; color:#FDBA2F; background : #fff;
	font-weight: bold;
}
h2{
	font: 1.1em Arial, Sans-Serif; color:#A5E10A; background : #fff;
	font-weight: bold;
}
a {
	color:#FDBA2F;
	text-decoration:none;}

#navcontainer
{
	background: #efefef;
	margin: 0;
	padding: 0;
	width:100%;
	min-width:990px;
	
	font-family: "Trebuchet MS";
}

#navcontainer:after
{
	content: ".";
	display: block;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	
}

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 970px; Modificado 21/11/2007  Antes 700px*/
	font: 1em Trebuchet MS;
	font-weight: bold;
/*
	position:relative;
	left:-110px;
*/
}

ul#navlist li
{
	display: block;
	float: left;
	width: 110px; /* Modificado 21/11/2007  Antes 125px*/
	margin: 0;
	padding-left: 2px;
	text-align: center;
}

ul#navlist li a
{
	display: block;
	width: 90%;
	padding: 0.4em;
	color: #777;
	text-decoration: none;
	background: #efefef;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #fff;
	color: #fdba2f;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FDBA2F;
	background: #fff;
}
ul
{
	list-style-type: square;
}

/* Modificado 21/11/2007 */

table
{
	
}
td
{
	border-style:solid;
    border-color:#ddd;
    border-width:1px;
}
.estilomarco{
    
    border:0;
} 



