@charset "utf-8";
/* CSS Document */

/* ELEMENTOS CAJAS */

.drkHeader2{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#EDEDED;
	line-height:30px;
	background-color:#080808;
	height:30px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
}
.drkHeader3{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#EDEDED;
	line-height:30px;
	background-color:#33CB05;
	height:30px;
	-moz-border-radius:6px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.PAGINADOR-LISTADO{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#DFDFDF;
	line-height:30px;
	background-color:#5E0000;
	height:30px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.drkHeader{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #EDEDED;
	line-height: 30px;
	background-color: #4CB6EA;
	height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}.drkHeader div{font-family:Arial;font-size:14px;font-weight:bold;color:#EDEDED;line-height:30px;background-color:#333333;padding-left:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.drkHeaderRowLink a{padding-right:10px;font-family:Arial;font-size:12px;color:#52B8FF;font-weight:normal;}.drkHeaderRowLink a:hover{text-decoration:underline;}

/* TEXTOS */

.titlebar {font:bold 15px Arial; color:#FFF;} /* Used as section headings of pages */
.MENSAJES {
	color:#EC8D00;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
} /* Used as section headings of pages */
.titlebar2 {font:bold 13px Arial; color:#FFF;} /* Used as secondary section headings of pages */
.titlebar3 {font:bold 13px Arial; color:#FFF;} /* Used as secondary section headings of pages */
.titlebar4 {font:bold 10px Verdana, Arial, Helvetica, sans-serif; color:#FFF;} /* Used as section heads of lists and within boxes */
.titlebar5, a.titlebar5:link, a.titlebar5:visited, a.titlebar5:hover, a.titlebar5:active
	{font:bold 13px Arial, Helvetica, sans-serif; color:#454339; line-height:13px; }
.grey10Bold
	{ color:#666; font-size:10px; font-family: verdana, arial, san-serif; font-weight:bold }

.blue10
	{ color:#2288cc; font-size:10px; font-family: verdana, arial, san-serif }
.blue10Bold
	{ color:#2288cc; font-size:10px; font-family: verdana, arial, san-serif; font-weight:bold }
.blue14
	{ color:#2288cc; font-size:14px; font-weight:bold; font-family: verdana, arial, san-serif }
.lgbTxt, a.lgbLnk:link, a.lgbLnk:visited, a.lgbLnk:active, a.lgbLnk:hover
{
    font-family: Arial !important;
    font-size: 11px;
    font-weight: bold; 
    color: White;   
    cursor: pointer;
}
	
	
	/* BOTONES DE ENVIO */
	
	.button-med-secondary{
	display:inline-block;
	zoom:1;
*display:inline;	vertical-align:baseline;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	padding:3px 10px;
*padding-bottom:2px;*overflow:visible;	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	color:#fff;
	border:solid 1px #86847c;
	background:#dfdfe0;
	background:-webkit-gradient(linear, left top, left bottom, from(#e9e9e4), to(#d5d4dc));
	background:-moz-linear-gradient(top, #e9e9e4, #d5d4dc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e4', endColorstr='#d5d4dc');	font-size:12px;
	color:#33332c;
	font-weight: bold;
}.button-med-secondary:hover{text-decoration:none;background:#fff;border:solid 1px #514f43;background:#d5d4dc;background:-webkit-gradient(linear, left top, left bottom, from(#e9e9e4), to(#e1e1d8));background:-moz-linear-gradient(top, #e9e9e4, #e1e1d8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e4', endColorstr='#e1e1d8');text-decoration:underline;}.button-med-secondary:active{border:solid 1px #514f43;background:#e1e1d8;background:-webkit-gradient(linear, left top, left bottom, from(#e1e1d8), to(#e9e9e4));background:-moz-linear-gradient(top, #e1e1d8, #e9e9e4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1d8', endColorstr='#e9e9e4');text-decoration:none;}.button-med-secondary[disabled]{color:#B3B4A7;background:#ffffff;border:solid 1px #c9c9c9;cursor:default;filter:none;text-shadow:none;-webkit-box-shadow:0 0px 0px transparent;-moz-box-shadow:0 0px 0px transparent;box-shadow:0 0px 0px transparent;}.button-med-secondary[disabled]:hover{text-decoration:none;}.firefox .button-med-secondary{padding:2px 8px;}
