/******
ESTRUCTURA DEL DOCUMENTO
******/

body{
	margin:0 auto auto 0;
 	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
#estiloinicio{
	margin: 0 auto auto 1em;
   width: 95%;
	height: 1em;
	background-color: #ff6600;
	color: rgb(0,0,0);
}
#pie{
	float: right;
	margin: 1em 0 0 0;
   width: 95%;
	border-top:0.5em solid #ff6600;
	color: rgb(0,0,0);
	text-align:right;
}
#contenedor{
	padding-top: 1em;
	margin: 0 auto auto 1em;
   width:95%;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
       }
#cabecera{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
#navseg{
	float:right;
	text-align:right;
}
#cabecera h1{
	font-size: 1.8em;
	font-weight: normal;
}
#portada{
   width:98%;
   text-indent:1em;
}
#contenido{
   width:83%;
   float:right;
   margin-top:2em;
}
#lateral{
	width:20%;
	float:right;
	text-align:center;
	
	border-left: 4px solid #DDD;
}
#migasdepan{
	font-size: 1em;
	width:36%;
/**	border-bottom:4px solid #FF6600; **/
}

/******
MENU
******/


#nav{
	float: right;
	margin-top: 0.9em;

	z-index: 10;
 	font-size: 16pt;
}
#nav ul{
	list-style-type: none;
	z-index: 10;
	margin: 0.3em 0 0 0;
	padding: 0;
	line-height:4em;

}
#contenido li{
	list-style-type: none;	
}
#nav li{
   width:100px;	
	display: inline;
	text-align: center;
	line-height:4.5em;
}
#nav li a{
   width:100px;	
	padding: 3.5em 0.5em  0 0.5em;
	text-decoration: none;
	text-align:center;
	border: 1px solid #EEE;
	font-size: 0.8em;
	white-space: nowrap;
	color:#FF6600;

}
#nav li a:visited{
   width:100px;	
	padding: 3.5em 0.5em 0 0.5em;
	text-decoration: none;
	text-align:center;
	border: 1px solid #EEE;
	font-size: 0.8em;
	white-space: nowrap;

}
#nav li a:hover, #nav li a:active{
	color: #FFF;
	background-color:#FF6600;
	text-decoration:none;
}
#migasdepan a{
	padding: 0.5em 0.5em  0 0.5em;
	text-align:center;
	border-right: 4px solid #DDD;
	font-size: 1em;
	white-space: nowrap;
	color:#FF6600;

}
#migasdepan a:visited{
	padding: 0.5em 0.5em 0 0.5em;
	text-align:center;
	border-right: 4px solid #DDD;
	font-size: 1em;
	white-space: nowrap;

}

#migasdepan a:hover, #migasdepan a:active{
	color: #FFF;
	background-color:#FF6600;
	text-decoration:none;
	}
/**
tooltitle
***/

a.info{
    position: relative;
    z-index: 34;

    background-color:#FFF;
    color:#FF6600;
    }


  a.info:hover{
    z-index: 35;
    }

  a.info:active{
      text-decoration: none;
    }

  a.info span{
   display: none;
    }

  a.info:hover span{
    border:1px solid #DDD;
    display: block;
    position: absolute;
    top: 1em;
    left: 2em;
    width: 14em;
    background-color:#0066FF;
    color:#FFF;
    font-size: 0.8em;
    text-align: left;
    }
/******
IMAGENES Y APARIENCIA
******/

.printer{
	display:none;
}
.acceskey{
	font-weight: bold;	
}
.info{
	background-color:rgb(0,0,244);
	color:rgb(255,255,255);
}
table{
	border-collapse:collapse;
}
tfoot{
    font-size: 0.6em;

}