body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCC;
	margin:10;
	font-size:11px;
	background-image:url(fondo_panel.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#cabecera {

width:950px;
height:150px;
background-color:#FFF;
border-top:1px solid #999;


}

#menu {

width:925px;
height:30px;
background-color:#000;
background-image:url(menu.gif);


}

#cuerpo {

width:950px;
background-color:#FFF;


}

#pie {

width:950px;
height:100px;
background-color:#CCC;
border-bottom:1px solid #999;
border-top:1px solid #999;


}

#pie2 {

width:950px;
height:25px;
background-color:#CCC;
border-bottom:1px solid #999;


}

.link_menu:link { color:#FFF; text-decoration:none; }
.link_menu:active { color:#FFF; text-decoration:none; }
.link_menu:visited { color:#FFF; text-decoration:none; }
.link_menu:hover { color:#cc0000; text-decoration:none; }

.link_submenu:link { color:#000; text-decoration:none; }
.link_submenu:active { color:#000; text-decoration:none; }
.link_submenu:visited { color:#000; text-decoration:none; }
.link_submenu:hover { color:#000; text-decoration:underline; }

#degradado_izq {

background-image:url(degradado_izq.png);
width:10px;
height:1121px;
position:absolute;
top:36px;
left:50%;
margin-left:-485px;

}

#degradado_der {

background-image:url(degradado_der.png);
width:10px;
height:1121px;
position:absolute;
top:36px;
left:50%;
margin-left:474px;

}

#emergente01 {
display:none;
width:170px;
height:128px;
position:absolute;
top:216px;
left:50%;
margin-left:-235px;


}

#emergente02 {
display:none;
width:170px;
height:128px;
position:absolute;
top:216px;
left:50%;
margin-left:125px;


}

.box_link_emergente {

width:170px;
height:30px;
background-color:#E2E2E2;
border:1px solid #999;

}

.box_link_emergente_titulo {

width:170px;
height:15px;
background-color:#ccc;
border:1px solid #999;

}

#logo {

width:460px;
height:160px;
background-image:url(logo.png);
position:absolute;
left:50%;
margin-left:-230px;
top:10px;
z-index:-1px;
}



-