body {
	SCROLLBAR-BASE-COLOR: #DADEF1;
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
	height:100%;
    border:none;
	background-image: url(../img/back_pags2.gif);
   }
   
html {
	margin:0;
	padding:0;
	height:100%;
    border:none
   }
 
form {
	margin:0;
	padding:0;
    border:none;
	height:100%;
   }
 
table {	
	border-collapse: separate; 
}

.boton{
border:1px solid #CCCCCC;
-webtbkit-box-shadow: #FEFFFF 0px 1px 1px ;
-moz-box-shadow: #FEFFFF 0px 1px 1px ; 
box-shadow:#666 1px 1px 1px ;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 6px 10px 6px 10px; 
text-decoration:none; 
display:inline-block;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
font-weight:bold; color: #4A4A4A;
background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
}

.boton:hover{
border:1px solid #ADADAD;
background-color: #E0E0E0; background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#BDBBBC));
background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: linear-gradient(to bottom, #E0E0E0, #BDBBBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E0E0E0, endColorstr=#BDBBBC);
cursor:pointer;
}

.botonRojo{
border:1px solid #CCCCCC;
-webtbkit-box-shadow: #000000 0px 1px 1px ;-moz-box-shadow: #000000 0px 1px 1px ; box-shadow: #000000 0px 1px 1px ;
-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 6px 10px 6px 10px; 
text-decoration:none; 
display:inline-block;
cursor:pointer;
/*text-shadow: 0px 0px 0 rgba(255,255,255,1);*/
font-weight:bold; color: #FFFFFF;
 background-color: #FF0000; background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF0000));
 background-image: -webkit-linear-gradient(top, #FF0000, #FF0000);
 background-image: -moz-linear-gradient(top, #FF0000, #FF0000);
 background-image: -ms-linear-gradient(top, #FF0000, #FF0000);
 background-image: -o-linear-gradient(top, #FF0000, #FF0000);
 background-image: linear-gradient(to bottom, #FF0000, #FF0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF0000, endColorstr=#FF0000);
}

.botonRojo:hover{
 border:1px solid  #ADADAD;
 background-color: #C40000; background-image: -webkit-gradient(linear, left top, left bottom, from(#C40000), to(#C40000));
 background-image: -webkit-linear-gradient(top, #C40000, #C40000);
 background-image: -moz-linear-gradient(top, #C40000, #C40000);
 background-image: -ms-linear-gradient(top, #C40000, #C40000);
 background-image: -o-linear-gradient(top, #C40000, #C40000);
 background-image: linear-gradient(to bottom, #C40000, #C40000);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C40000, endColorstr=#C40000);
 cursor:pointer;
}

.botonVerde {
border:1px solid #4E7601;
-webtbkit-box-shadow: #000000 0px 1px 1px ;-moz-box-shadow: #000000 0px 1px 1px ; box-shadow: #000000 0px 1px 1px ;
-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 6px 10px 6px 10px; 
text-decoration:none; 
display:inline-block;
cursor:pointer;
/*text-shadow: 0px 0px 0 rgba(255,255,255,1);*/
font-weight:bold; color: #FFFFFF;
 background-color: #88B632; background-image: -webkit-gradient(linear, left top, left bottom, from(#88B632), to(#86CD01));
 background-image: -webkit-linear-gradient(top, #88B632, #86CD01);
 background-image: -moz-linear-gradient(top, #88B632, #86CD01);
 background-image: -ms-linear-gradient(top, #88B632, #86CD01);
 background-image: -o-linear-gradient(top, #88B632, #86CD01);
 background-image: linear-gradient(to bottom, #88B632, #86CD01);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#88B632, endColorstr=#86CD01);
}
.botonVerde:hover{
 border:1px solid #4E7601;
 background-color: #88B632; background-image: -webkit-gradient(linear, left top, left bottom, from(#88B632), to(#88B632));
 background-image: -webkit-linear-gradient(top, #88B632, #88B632);
 background-image: -moz-linear-gradient(top, #88B632, #88B632);
 background-image: -ms-linear-gradient(top, #88B632, #88B632);
 background-image: -o-linear-gradient(top, #88B632, #88B632);
 background-image: linear-gradient(to bottom, #88B632, #88B632);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#88B632, endColorstr=#88B632);
 cursor:pointer;
}

.boton[disabled], .botonRojo[disabled], .botonVerde[disabled] {
decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,1);font-weight:normal; color: #B9B9B9;
background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
cursor: not-allowed;;
border: solid 1px #CCC;
}


.orillaMain {

}
.credito {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	background-color: #FAFEED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #EEFCBC;
}
.LnkCredito {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.LnkCredito:hover {
	color: #0C3;
	text-decoration: none;
}
.destacadoDerecho {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #000033;
}
.TitDestDer {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.TitDestDer:hover {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;

}
.titNoticia {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}
.BodyNoticia {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000033;
	text-align: justify;
}


.orillafoto {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F8FB;
	border-right-color: #AEC6DB;
	border-bottom-color: #AEC6DB;
	border-left-color: #F4F8FB;
}
.tabla {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #FDFCFB;
	border: 1px solid #D9E6B1;
}
.input {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 2px;
	min-height:25px;
}


.inputNumero {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 2px;
	min-height:25px;
	text-align: right;
	padding-right: 2px;

}

select {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #AEC6DB;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	min-height: 27px;
	padding:1px;
	
}
textarea {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #AEC6DB;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding:1px;
}

.CuerpoToDo p {
	margin:.1em 0 .1em 0;
	padding:0 0 0 0;

}

.input:hover, .inputNumero:hover, select:hover, textarea:hover {
	background:#FFFFEC;
}

input[type=text], input[type=password], input[type=file] {
	height:17px;
}

.HeadTabla {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4E7601;
	min-height: 30px;
	margin-top: 6px;
	padding-left: 7px;
	border-bottom:solid 1px #D9E6B1;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2d14b+0,e3fcb0+100 */
background: #a2d14b; /* Old browsers */
background: -moz-linear-gradient(top,  #a2d14b 0%, #e3fcb0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a2d14b 0%,#e3fcb0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a2d14b 0%,#e3fcb0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d14b', endColorstr='#e3fcb0',GradientType=0 ); /* IE6-9 */

}

.BottomTabla {
	height: 20px;
	padding: 4px 4px 4px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,cecece+100 */
	background: #f4f4f4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e3fcb0 0%, #a2d14b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3fcb0), color-stop(100%,#a2d14b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3fcb0 0%,#a2d14b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3fcb0 0%,#a2d14b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3fcb0 0%,#a2d14b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3fcb0 0%,#a2d14b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3fcb0', endColorstr='#a2d14b',GradientType=0 ); /* IE6-8 */
}

.HeadTablaSecundaria {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-left-color: #E1B609;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.HeadTablaSecundariaSimple {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-right-width: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.HeadTablaSecundariaSinLink {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-left-color: #E1B609;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 2px;
	height: 18px;
}

.HeadTablaTerciaria, headTablaTerciaria, .HeadTablaTerciaria td, headTablaTerciaria td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #D2EDFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}

.txtMain {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

}
.asteriscoObligatorio {
	color: #FF0000;
}
.titOrdenador {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin: 0px;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.titOrdenador:Hover {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #951402;
	text-decoration: none;
	background-color: #FEF7DA;
	height: 18px;
	margin: 0px;
	white-space: nowrap;
	display: hand;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.titBlanco {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C2031D;
}
.NavBar {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.lnkNavBar {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.lnkNavBar:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.tachado {
	text-decoration: line-through;
}
.error {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF00;
}


.MsgHead, .avisoHead, .avisoHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC4200;
	font-weight: normal;
}

.MsgStatus {
	font-size: 11px;
	color: #0675FD;
	margin-left:5px;
}
.numPaginas {
	font-size: 11px;
	color: #0675FD;
	margin-right:5px;
	text-align:right;
}

.lnkTerciario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lnkTerciario:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.lnkAgregar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022686;
	text-decoration: none;
}
.lnkAgregar:hover {
	text-decoration: none;
	color: #386FFC;
}
.imprimir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.imprimir:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	text-decoration: none;
}
.lnk1, .link {
	font-family: Arial, Helvetica, sans-serif;
	color: #06F;
	text-decoration: none;
}
.lnk1:hover,  .link:hover{
	color: #09F;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000066;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0033CC;
}

.lnkNuevoHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lnkNuevoHead:hover {
	color: #FFFF99;
	text-decoration: none;
}
.Destacado1 {
	font-size: 12px;
	font-weight: bold;
}
.inputLectura {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	font-weight: normal;
	background-color: #F8FAFC;
}

.IcoMsg {
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 4px;
	vertical-align: middle;
}
.MarcoError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE2900;
	border: 1px solid #F3ABAB;
	background-image: url(../img/avisos/fdo_error.png);
	background-repeat: repeat-x;
	height: 26px;
	padding: 4px;
	background-color: #FFF;
	margin: 0px;
}
.MarcoWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939300;
	border: 1px solid #D7E059;
	background-image: url(../img/avisos/fdo_warning.png);
	background-repeat: repeat-x;
	height: 26px;
	padding: 4px;
	background-color: #FFF;
	margin: 0px;
}
.MarcoOK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67A530;
	border: 1px solid #A6D877;
	background-image: url(../img/avisos/fdo_ok.png);
	background-repeat: repeat-x;
	height: 26px;
	padding: 4px;
	background-color: #FFF;
	margin: 0px;
}
.MarcoAyuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #319BEA;
	border: 1px solid #9FD1F5;
	background-image: url(../img/avisos/fdo_ayuda.png);
	background-repeat: repeat-x;
	height: 26px;
	padding: 3px;
	background-color: #FFF;
	margin: 0px;
}
.tablaPrint {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #AEC6DB;
}
.txtMainTit {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 18px;
	color: #369;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.txtMainSubTit {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0467A2;
	font-weight: bold;
}
.FilaSubSeccion {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #AEC6DB;
	border-bottom-color: #AEC6DB;
}
.titBlancoChico {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#tablaLista, #tdLista, .Lista
{
    border-color: #AEC6DB;
    border-style: solid;
}

#tablaLista, .Lista
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

#tdLista
{
    margin: 0;
    padding: 3px;
    border-width: 1px 1px 0px 0px;
	border-color:#AEC6DB;
	
}
.LnkLimpiar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.LnkLimpiar:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#tablaLista, #tdLista
{
    /*
	border-color: #600;
    border-style: solid;
	*/
}

#tablaLista
{
    /*
	border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	border-color:#B1BECE
	*/
}

#tdLista
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}
.lnkGrabar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009BE6;
	text-decoration: none;
	font-weight: bold;
}
.lnkGrabar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076AE;
	text-decoration: none;
	font-weight: bold;
}
.tablaGr {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 15px;
	background-color: #F8FAFC;
	border: 1px solid #AEC6DB;
}
.HeadDivisionSecc {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E1B609;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 2px;
	height: 18px;
	border-top-width: 1px;
	border-top-color: #E1B609;
	text-indent: 4px;
}

#tablaLista
{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEC6DB;
	border-right-color: #AEC6DB;
	border-bottom-color: #AEC6DB;
	border-left-color: #AEC6DB;
	padding: 0px;
	background-color: #F7F7F7;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#tablaLista td
{
	margin: 0;
	padding: 4px;
	/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #AEC6DB;
	border-right-color: #AEC6DB;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	*/
}
#trMain td
{
	margin: 0;
	padding: 3px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FF9;
	font-weight: bold;
}
#trMain tr
{
	margin: 0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #AEC6DB;
	border-left-color: #AEC6DB;
}
div.tblCentrado 
{
text-align: center;
}
div.tblCentrado table 
{
margin: 0 auto; 
text-align: left;
}

.BottomTablaSoft {
	height: 15px;
	padding: 2px;
	background-color: #FAFCCD;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEC6DB;
	margin: 0px;
}

.titGris {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
.ImgMid {
	vertical-align: middle;
}

/* estilos aplicados en JQuery para colores de filas y cambios de colores en eventos*/
.oddtr
{
	background-color:#EFF1F1;
}
.eventr
{
	background-color:#F8F8F8;
}
.trover
{
	background-color: #d2edff;
}
.trclick
{
	background-color: #9CCBFA;
}
/* FIN estilos aplicados en JQuery para colores de filas y cambios de colores en eventos*/

h1,h2,h3,h4,h5,h6{font:bold ubuntu,helvetica,arial,sans-serif;text-transform:uppercase}
/* Div  con estilos */
#tdiv span{
width:1px;
}
#tdiv a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0095DD;
	text-decoration: none;
}
#tdiv a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3CBFFF;
	text-decoration: none;
}
/* Estilos para la labla de listados con scroll y encabezado fijo */
#outer { 
    position:relative; 
    width:100%;
	border-bottom:#0C77C7;
    height:100%; 
	
	/*border-bottom-width:1px;
	border-bottom-color:#9BBDFB;
	border-bottom-style: solid; */
	
} 
#inner { 
    height:500px; 
    overflow:auto;
} 
#header {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	border-bottom-width:1px;
	border-bottom-color:#9BBDFB;
	border-bottom-style: solid;
} 
/* fin Estilos para la labla de listados con scroll y encabezado fijo */
#MascMain {
	visibility:hidden; 
	width:100%; 
	height:100%; 
	background-color:#C5D3FC; 
	z-index:2000; 
	position:absolute; 
	text-align:center; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#333; 
	vertical-align:middle; 
	filter: alpha(style=1, opacity=60, finishopacity=100);
}


/* Estilos para jquery.tipsy.js */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
.Avatar {
	border: 1px solid #B1CBE4;
	padding:1px;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.txtDestacado {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tbEspecialFusat {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	cursor: hand;
	background-color: #FBFCFF;
	-moz-border-radius: 0px 15px 0px 0px;
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B1CBE4;
	border-right-color: #B1CBE4;
	border-bottom-color: #B1CBE4;
	border-left-color: #B1CBE4;
	margin-top: 10px;
}
.TitConFdo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C2031D;
	background-color: #DAE9F3;
	border: 1px solid #B1CBE4;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	height: 22px;
}
.celdaFotoNot {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.botonVerMas {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	color: #0340DE;
	text-align: center;
	background-color: #FFFFF0;
	border: 1px solid #94B1FE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.botonVerMas:hover {
	background-color: #FFFFD9;
	border: 1px solid #060;
}
.tblToDo {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tblToDoResp {
	background-color: #FFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #F8F8F8;
}

.botonToDo {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	color: #666;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 2px;
}

.botonToDo:hover {
	cursor: hand;
	color: #333;
	background-color: #FFC;
}

.FechaToDo {
	font-size: 12px;
	font-weight: bold;
	color: #063;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.HoraToDo {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.titToDo {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 16px;
	color: #369;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.TitSolo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C2031D;
	font-weight: bold;
}
.TitMural {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C2031D;
	font-weight: bold;
}

div.image_tn_home {
	float:left;
	margin:3px;
	width:90px;
	height:90px;
	overflow:none;
}
div.image_tn_home img {margin:0px; max-width:87;
}
div.image_tn {float:left; margin:3px; width:90px; height:90px; overflow:none
}
div.image_tn img {margin:0px; max-width:87;
}

.BotonGraf {
	background-color: #F4F4F4;
	display: inline-block;
	border: 1px solid #CCC;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: #CCC 0px 1px 1px ;
	
}
.BotonGraf:hover {
	background-color: #C8C8C8;
	color: #FFF;
}

.expand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000033;
	padding:2px;
	overflow: visible;
}
#ContenidoWeb img {
	padding:10px;
}

.center {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;	
}

.subtexto {
	color:#666;
	font-size:10px;
}


.SeccionAbreLink {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
padding:4px;
font-size:13px;
border-top:solid 1px #CCC;
border-bottom:solid 1px #CCC;
cursor:pointer;
}

.SeccionAbreLink:hover {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(243,243,243) 50%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(243,243,243)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
padding:4px;
font-size:13px;
border-top:solid 1px #CCC;
border-bottom:solid 1px #CCC;
cursor:pointer;
}


::-webkit-input-placeholder {
   color: #ccc
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}
:-ms-input-placeholder {  
   color: #ccc;
}

.titSubSeccOCM {
	font-size:14px; 
	font-weight:bold; 
	background-color:#ADE69D
}

.CajaTareas {
	margin:5px;
	padding:10px;
	border:1px solid #EDF7A6;
	-webtbkit-box-shadow: #cccccc 2px 2px 1px;
	-moz-box-shadow: #cccccc 2px 2px 1px;
	box-shadow: #cccccc 2px 2px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
}

.esqIz {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	padding:0px;
	margin:0px;
}
.esqDer {
	-moz-border-radius: 0 5x 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;		
}
.esq {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.esqInf {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;		
}

.esq4 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
}

.esqInfDer {
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;		
}
.esqInfIz {
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;		
}

.lnk {
	color:#03C;
	text-decoration: none;
}
.lnk:hover {
	color:#09F;
	text-decoration: none;
}

.alpha40{
     opacity: 0.4;
     filter: alpha(opacity=40); /* For IE8 and earlier */
}

.alpha70{
     opacity: 0.7;
     filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* Estilos Botonera lengueta (usado Solicitud_NCR) */
.HeadTablaFilSel {
	background-color: #FEFFE6;
	font-size: 14px;
	font-weight: bold;
}

.BtnNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 127px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.BtnNoSel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E8E8E8;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 127px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.BtnSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: default;
	width: 127px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFC;
	background-color: #FFC;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	box-shadow: 3px 0px 3px #C2D2D3;
}
.FdoNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* FIN Estilos Botonera lengueta (usado Solicitud_NCR) */


.botonMini{
border:1px solid #CCCCCC;
-webtbkit-box-shadow: #CCC 0px 1px 1px ;
-moz-box-shadow: #CCC 0px 1px 1px ; 
box-shadow: #CCC 0px 1px 1px ;
-webkit-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px;
font-size:11px;
font-family:arial, helvetica, sans-serif; 
padding: 2px 5px 2px 5px; 
text-decoration:none; 
display:inline-block;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
font-weight:normal; color: #4A4A4A;
 background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
 background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
}

.botonMini:hover{
 border:1px solid #ADADAD;
 background-color: #E0E0E0; background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#BDBBBC));
 background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: linear-gradient(to bottom, #E0E0E0, #BDBBBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E0E0E0, endColorstr=#BDBBBC);
 cursor:pointer;
}
.right{
	float:right;
}