/*PANEL DE CONTROL----------------------------------------------*/
		table#panel_control {
			margin-right: 10px;
		}

		table#panel_control a.panel_control {
			color : #808080;
			text-decoration : none;
			background-color: #f0f0f0;
			border: 1px solid #cccccc;
			display: block;
			width: 70px;
			padding: 2px 5px 2px 5px;
			filter:alpha(opacity=100);
			-moz-opacity: 100;
			opacity: 100;
		}
		table#panel_control a.panel_control:hover {
			color : #C64934;
			cursor: pointer;
			border: 1px solid #cccccc;
			background-color: #f0f0f0;
			padding: 3px 5px 1px 5px;
			filter:alpha(opacity=50);
			-moz-opacity: 0.50;
			opacity: 0.50;
		}
		table#panel_control a.panel_control:active {
			color : blue;
		}
/*--------------------------------------------------------------*/

.iconos_panel
{ 
float: left;
margin:15px; margin-left:20px; margin-bottom: 5px;
}

/*MENU DE NAVEGACION SUPERIOR-----------------------------------*/
a.ruta_mapa:link, a.ruta_mapa:visited
{
text-decoration:underline; font-weight:normal; color:#006699; font-family: arial, helvetica, sans-serif; font-size:8pt;
}
a.ruta_mapa:hover
{
text-decoration:none; color: #f0f0f0; font-family: arial, helvetica, sans-serif; font-size:8pt; 
} 
/*---------------------------------------------------------------*/

/*DEFECTO PARA NAVEGACION----------------------------------------*/
a:link, a:visited
{
text-decoration:none; font-weight:normal; color:#2963B1; font-family: arial, helvetica, sans-serif; font-size:10pt; 
}
a:hover
{
text-decoration:none; color: #000066; font-family: arial, helvetica, sans-serif; font-size:10pt;
font-weight:normal;
} 
.navegacion /*PARA CUANDO NO SE FORMA UN ENLACE PASE ESTE POR DEFECTO*/
{
text-decoration:none; color: #000000; font-family: arial, helvetica, sans-serif; font-size:10pt;
font-weight:normal;
} 
/*---------------------------------------------------------------*/

p {
	margin: 0;
	padding: 0;
}

form
{
margin: 0px;
}

.td_barra_superior
{
background-image:url(../../imagenes/imagenes_web/barra_sup.png);
background-repeat:repeat-x;
background-position:bottom;
}

.td_barra_inferior
{
background-image:url(../../imagenes/imagenes_web/barra_inf.png);
background-repeat:repeat-x;
background-position:top;
}

.td_barra_izquierda
{
background-image:url(../../imagenes/imagenes_web/barra_izq.png);
background-repeat:repeat-y;
background-position:left;
}

.td_barra_derecha
{
background-image:url(../../imagenes/imagenes_web/barra_der.png);
background-repeat:repeat-y;
background-position:right;
}

.barra_azul
{
background-image:url(../../imagenes/imagenes_web/barra_azul.gif);
background-repeat:repeat-x;
background-position:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#FFFFFF; 
font-weight:bold;
}

.tablas
{
border:#000000 2px solid; 
}

.cajas
{
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;  
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
}

.cajas_grandes
{
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;  
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
}

.cajas_login
{
background-image:url(../../imagenes/imagenes_web/admin.png);
background-repeat: no-repeat;
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;  
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
font-family: Courier, Helvetica, sans-serif;
height:22px; 
padding-left:18px;
}

.cajas_password
{
background-image:url(../../imagenes/imagenes_web/password.png);
background-repeat: no-repeat; 
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;  
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
font-family: Courier, Helvetica, sans-serif;
height:22px; 
padding-left:18px;
}

.rojo
{
font-family:Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px;
color:#FF0000;
}

.negrita
{ color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px
}

.botones
{
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;  
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
background-color:#FFFFFF;
}

.botones_mini
{
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;  
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
background-color:#FFFFFF;
}

.celda_gris_claro
{ 
background-color:#f0f0f0; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
font-weight:normal;
}

.celda_blanco
{ 
background-color:#ffffff; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
font-weight:normal;
}

.celda_transparente
{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
font-weight:normal;
}

.contenidos
{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#000000; 
}

.titulo
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#000000; 
}

.autor
{
font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px;
color:#666666;
}