/* Estilos generales del sitio*/
body { 
font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background:#BD3FBC url(bgpagina.jpg) top repeat;
	margin-top:20px;	
	color:#000000;
}
img{ border:none; } 
input{border:1px solid #999999;
font-size:11px; 
letter-spacing:1px;
height:15px; padding:3px;
}


a{color:#CC3300;}
a:hover{color:#666666}
.contenedor{
-moz-border-radius:5px;
behavior:url(esquinas.htc);
background-color:#000000;
border:1px solid #000000;
padding:10px;
margin:0 auto 0 auto; width:955px; min-height:550px;
filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;
}
.titulo{
font-size:15px; color:#ffffff;
letter-spacing:1px;
border-bottom:3px solid #ffffff;
font-weight:bold;
height:50px; vertical-align:middle;
}
.links_sup{
border-bottom:3px solid #ffffff;
height:50px; vertical-align:middle;
}
.area_izq{
-moz-border-radius:5px;
behavior:url(esquinas.htc);
background-color:#eaeaea;
border:1px solid #eaeaea;
padding:10px;
}
.area_der{
-moz-border-radius:5px;
behavior:url(esquinas.htc);
background-color:#eaeaea;
border:1px solid #eaeaea;
padding:10px;
}
.msgSistema{ color:#FFFF66; font-style:italic; font-size:12px; height:20px;
}
.botones{
border:1px solid #95B0CB;
background:#95B0CB;
color:#000000;
font-size:11px; font-weight:bold;
letter-spacing:1px;
height:25px; padding:3px;
}
.link_menu{
border-bottom:1px dashed #666666;
cursor:pointer;
font-weight:normal;
}
.link_menu:hover{
border-bottom:1px dashed #999999;
cursor:pointer; 
color:#333333;
}
.titulo_pantalla{
-moz-border-radius:5px;
behavior:url(esquinas.htc);
background-color:#99CC66;
border:1px solid #99CC66;
padding:3px;
color:#000000;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
}
.separador{
border-bottom:1px solid #FFFFFF
}
.titulo_fila{ font-size:11px; font-weight:bold;}
.bloque_registro{
-moz-border-radius:5px;
behavior:url(esquinas.htc);
background-color:#ffffff;
border:1px solid #ffffff;
padding:5px;
width:95%;
}
.titulotabla{background:#003300; color:#FFFFFF}