/* Generales */
#menu1{
position:relative; width:350px; height:95px; z-index:5; overflow: auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-align: right;
	border-right: 1px solid #FF0000;
	top: 0px;
}
body{
	margin-top:0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color:#FF0000;
	zoom=100%; 	
	margin-bottom: 0px;
}
/*------------------------estilos de menu--------------------------------*/
ul.menu {font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; list-style-position: inside; list-style-image: none; list-style-type: none; margin-bottom: -10px; margin-right: 1px;}
a:visited.N { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:none;}
a:link.N { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:none;}
a:active.N { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:underline;}
a:hover.N { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:underline;}

a:visited.M { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:none;}
a:link.M { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:none;}
a:active.M { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:none;}
a:hover.M { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#545D6C; text-decoration:none;}

a:visited.S { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;  color:#000000; text-decoration:none;}
a:link.S { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;  color:#000000; text-decoration:none;}
a:active.S { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;  color:#000000; text-decoration:none;}
a:hover.S { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;  color:#000000; text-decoration:none;}

a:visited { font-family:Arial, Helvetica, sans-serif;  font-weight:bold;  color:#FF0000; text-decoration:underline;}
a:link{ font-family:Arial, Helvetica, sans-serif;  font-weight:bold;  color:#FF0000; text-decoration:underline;}
a:active{ font-family:Arial, Helvetica, sans-serif; font-weight:bold;  color:#FF0000; text-decoration:underline;}
a:hover{ font-family:Arial, Helvetica, sans-serif; font-weight:bold;  color:#FF0000; text-decoration:underline;}

.seleccionable { font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #000000; background-color: #FFFFFF; border-right: 1px solid #FF0000; text-align: right; padding-right: 0px;}
.seleccionableDIV {

}
.celdamenu {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 2px;
	width: 110px;
}
.celdamenuACTIVO {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #FF0000;
	padding: 2px;
	width: 105px;
}

.TítuloRojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 3px;
	background-color: #FFFFFF;
}
.cuadradinF {
	background-attachment: fixed;
	background-image: url(../img/cuadradinFondoH.gif);
	background-repeat:  repeat-x;
	background-position: center;
}

.tablaBordesUP {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.celdaBordesUP {
	padding-right: 16px;
}
.tablaBordesDOWN {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.PPALlogo {
	background-image: url(../img/logo_re.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 6px;
}
.PPALlogoP {
	background-image: url(../img/logo_re_p.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 4px;

}
.tablaBordes {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
}

/*------------------------estilos de noCambia--------------------------------*/
.bodycontrol {
	background-attachment: fixed;
	background-image: url(../img/tecladoFondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Botoncitostd {
	background-attachment: fixed;
	background-image: url(../img/botoncin_gris.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;

}
.Botoncitostd2 {
	background-attachment: fixed;
	background-image: url(../img/botoncin_azul.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
}
.celdaOculta {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant: normal;
	font-weight:bold;
	color: #000000;
	cursor: hand;
	text-align: right;
}
.celdaOculta2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant: normal;
	font-weight:bold;
	color: #000000;
	cursor: hand;
	text-align: right;
}
li {
	padding-bottom: 5px;
	padding-top: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
.inputRuta {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 3px;
	background-color: #FFFFFF;
}


.tablillaTitulo {
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #50506b;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
}
.imagend {
	float: right;
}
