.tabla-orden0 {
	background-color: #F9F9F9;
	height: 10px;
}
.tabla-orden1 {
	background-color: #E8E8E8;
	height: 10px;
}
.mostrando-s {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #404743;
	text-decoration: underline;
}
.mostrando {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #404743;
	text-decoration: none;

}
.texto_e {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BD0000;
	font-weight: bold;
}
.mySubmitButton {
   border:none;
   padding:0;
   margin:0;
   height:16px;
   width:49px;
   background:#FFF;
   background-image:url('images/submit.jpg');
   background-repeat:no-repeat;
}
.titulo-encuesta {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #6A6A6A;
}
.texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-align: justify;
	text-decoration: none;
}
.titulo-quien {

	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #B43838;
}
.titulos-index2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404743;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #4D4D4D;
	vertical-align: top;	
	line-height:12px;
}
.textred {
	font-family: tahoma;
	font-size: 11px;
	color: #a20900;
	vertical-align: top;	
	line-height:12px;
}
.title_txt {
	font-family: Helvetica;
	font-size: 11px;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}
.texto_dark {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #404743;
}
.cajas-login {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #333333;
	border: 1px solid #A2A19D;
	background-color: #F4F4F4;
	width: 100px;
	font-weight: bold;
	position:relative;

}
img{border:0;}
a {
	font-family:tahoma;
	font-size: 11px;	
	color: #2D546D;		
}
a:visited {
	color: #2D546D;
}
a:hover {
	color: #2D546D;
}
a:active {
	color: #2D546D;	
}
.style-g{
	color:#595959;		
}
.style-bl{
	color:#2C2C2C;
	font-size:10px;
}
.style-b{
	/*color:#146C9E;*/
	color:#2D546D;
	text-transform:uppercase;
}

/* GENERAL ELEMENTS */


input, select {
   vertical-align:middle;
   
	font-family: Tahoma, Arial, Verdana;
	background-color:#fffff;
	border: 1px solid #aaa;
	color: #333333;
	background-color: #F4F4F4;
	font-weight: bold;
	font-size: 9px;
	width:180px;

}


/* Signup form */

#signupform .status {
  padding-top: 2px;
  padding-left: 5px;
  vertical-align: top;
  width: 140px;
  white-space: nowrap;
}

#signupform label.error {
	background:url("images/false.png") no-repeat 0px 0px;
	padding-top: 2px;
	padding-left: 19px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #EA5200;
	font-size: 9px;
}

#signupform label.checked {
  background:url("images/true.png") no-repeat 0px 0px;
}

input.error {
	background-color:#f7cbc2;
	border: 1px solid #d12f19;
}
input.valid {
	background-color:#c7f7be;
	border: 1px solid #338800;
}
select.error {
	background-color:#f7cbc2;
	border: 1px solid #d12f19;
}
select.valid {
	background-color:#c7f7be;
	border: 1px solid #338800;
}
