.orillaMain {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.credito {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #608000;
	height: 20px;
}
.filter {
	margin-right:2px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.filter:hover {
	filter:alpha(opacity=30);
	opacity:.6;
	cursor:pointer;
	background-color:#FCFCFC;
	border: 1px solid #CCC;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding: 3px;
	color: #060;
	text-decoration: none;
}

.fondoBotonera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCCCCC;
	text-decoration: none;
	background-color: #0062C4;
}
.lnkNuevoHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.lnkNuevoHead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: none;
}
.fondoBotoneraHover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	background-color: #00458A;
}
.destacadoDerecho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #000033;
}
.TitDestDer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.TitDestDer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;

}
.titNoticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}
.BodyNoticia {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
}
.BodyNoticia:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B1B1B1;
}
.orillafoto {
	border: 1px solid #000033;
}
.fases {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#EAF4FF; /* #FFFFD7; */
	border: 1px solid #CCC;
	-webtbkit-box-shadow: #CCC 1px 0px 0px ;
	-moz-box-shadow: #CCC 1px 0px 0px ;
	box-shadow: #CCC 1px 0px 0px ;	

}


.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;
}

.boton[disabled], .botonRojo[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;
}

.botonMini{
	border:1px solid #CCCCCC;
	-webtbkit-box-shadow: #FEFFFF 0px 1px 1px ;-moz-box-shadow: #FEFFFF 0px 1px 1px ; box-shadow: #FEFFFF 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, .botonMini:active, .botonMini:visited , .botonMini:link {
	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;
	text-decoration: none;
}


.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: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.BotonGraf:hover {
	background-color: #C8C8C8;
	color: #FFF;
}

::-webkit-input-placeholder {
   color: #ccc
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}
:-ms-input-placeholder {  
   color: #ccc;
}

input, textarea, select{
		font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.input {
	font-size: 12px;
	border: 1px solid #aaa;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 2px;
	min-height:25px;
}


.inputNumero {
	font-size: 12px;
	border: 1px solid #aaa;
	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;

}

textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 3px 3px 3px;
  border: 1px solid #aaa;
}

input:hover, select:hover, textarea:hover {
	background:#F5F5F5;
}

input[type=text], input[type=password], input[type=file] {
	height:17px;
}

input:focus,textarea:focus,select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

input[disabled] , textarea[disabled]  {
	cursor:not-allowed;
	color:#999;
	background-color:#666;
}

.HeadTabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #486A00;
	background-image: url(../img/tabla/fondo.jpg);
	padding-left: 10px;
	padding-bottom:4px;
	padding-top:4px;
	min-height:33px;

}
.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;
}
.titOrdenador {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin: 0px;
	padding: 3px;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
}

.titOrdenador:Hover {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
	background-color: #FEF7DA;
	margin: 0px;
	padding: 3px;
	white-space: nowrap;
	display: hand;
	font-weight: bold;
}
.txtMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.txtMain:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;

}

.asteriscoObligatorio {
	color: #FF0000;
}
.BottomTabla, .BottomTabla td {

border-top: solid 1px #999;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf799+0,8fc400+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8eb82+0,acc137+82,acc137+100 */
background: rgb(232,235,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,235,130,1) 0%, rgba(172,193,55,1) 82%, rgba(172,193,55,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(232,235,130,1) 0%,rgba(172,193,55,1) 82%,rgba(172,193,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(232,235,130,1) 0%,rgba(172,193,55,1) 82%,rgba(172,193,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eb82', endColorstr='#acc137',GradientType=0 ); /* IE6-9 */



}
.titBlanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #486A00;
}
.lineaBase {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.CasillaSecundaria1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-color: #333333;

}
.CasillaSecundaria2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: #333333;
	border-left-width: 1px;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-color: #333333;

}
.CasillaSecundaria3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: #333333;
	border-left-width: 1px;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-color: #333333;
}
.tablaInforme {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #DDEEFF;
	border: 1px solid #000066;
}
.MsgHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B94A00;
}

.AvisoCtaPag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B94A00;
	float:right;
}
.AvisoHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B94A00;
}


.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #568000;
}
.NuevoRegistro {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
	font-size: 10px;
}

.botonRojo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FF3333;
	border: 1px solid #000000;
	cursor: hand;
	color: #FFFFCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/back_pags2.gif);
}
.NuevoRegistro:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.botonDesabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666;
	border: 1px solid #000000;
	color: #CCC;
}
.HeadTablaPrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #568000;
	background-image: url(../img/tabla/fondo.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	background-attachment: scroll;
	background-position: 0in 30px;
}
.tablaPrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000066;
}
.NumTicket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.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: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
}
.MarcoWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A00;
	border: 1px solid #D7E059;
	background-image: url(../img/avisos/fdo_warning.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
}
.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: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
}
.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: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
}


.IcoMsg {
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 4px;
}
.LnkBold {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
.LnkBold:hover {
	font-weight: bold;
	color: #03F;
	text-decoration: none;
}
.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: 11px;
	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: 20px;
	padding: 4px;
	background-color: #E5ED76;
	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*/

#tdLista
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}
#tablaLista #tdLista
{
    border-color: #AEC6DB;
    border-style: solid;
}

#tablaLista
{
    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
}
table {	
	border-collapse: collapse; 
}
.right {
	float:right;
}

h1,h2,h3,h4,h5,h6{font:bold ubuntu,helvetica,arial,sans-serif;text-transform:uppercase}

/* 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; }
