@charset "utf-8";
/* CSS Document */
.centrar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 641px;
    height: 500px;
    margin-top: -250px;
    margin-left: -320px;

    /*overflow: auto;
	border: 1px solid red;*/
} 
.navegacion{
	border-right:#CCCCCC;
	border-right-style:dotted; 
	border-right-width:1px;
	border-top:#CCCCCC;
	border-top-style:dotted; 
	border-top-width:1px;
}
.navegacion_izq{
	border-left:#CCCCCC;
	border-left-style:dotted; 
	border-left-width:1px;
}
.borde_superior{
	border-top:#CCCCCC;
	border-top-style:dotted; 
	border-top-width:1px;
}
.borde_superior_naranja{
	border-top:#FF9900;
	border-top-style:solid; 
	border-top-width:2px;
}
.bordes_all{
	border-right:#CCCCCC;
	border-right-style:dotted; 
	border-right-width:1px;
	border-left:#CCCCCC;
	border-left-style:dotted; 
	border-left-width:1px;
	border-top:#CCCCCC;
	border-top-style:dotted; 
	border-top-width:1px;
	border-bottom:#CCCCCC;
	border-bottom-style:dotted; 
	border-bottom-width:1px;
}
/*---.linea_cabecera{
	heigth:20px;
}
---*/
/*Borde inferior del texto link*/
.menu_link{
	/*border-bottom:#CCCCCC; 
	border-bottom-style:dotted; 
	border-bottom-width:1px; */
	text-decoration:none;
	height:15px;
	width:100%;
}
.menu_celda_size{
   padding:0;
   margin:0;
   width:5px;
   height:15px;
   float:left;
}
.menu_celda_activa{
	background:#FF9900;
}
.menu_celda_inactiva{
	background:#CCCCCC;
}
.fondo_naranja_celda{
	background:#FF9900;
}
/* Texto nombre empresa DOTEMA */
.texto_dotema{
	font-family:"Comic Sans MS";
	font-size:11px;
	font-style:italic;
	color:#666666;
}
.texto_cabecera{
	font-family:"Verdana";
	font-size:11px;
	font-style:italic;
	text-decoration:inherit;
	color:#666666;
}
.texto_normal{
	font-family:"Verdana";
	font-size:16px;
	font-style:normal;
	font-weight:700;
	text-decoration:none;
	color:#555555;
}
/* boton */
.enlaceboton {    
	font-family:"Verdana"; /*font-family: verdana, arial, sans-serif;*/
   	font-size: 14px;
   	font-weight: bold;
   	/*padding: 4px;
   	background-color: #ffffcc;*/
   	color: #666666;
   	text-decoration: none;
}
.enlaceboton:link,
.enlaceboton:visited {
  /* border-top:none;
   border-bottom: none;
   border-left: none;
   border-right: none;*/
   color:#666666;
}
.enlaceboton:hover {
/*   border-bottom: none;
   border-top: none;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;*/
   background-color:#ff9900;
   color:#333333;
} 


