html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

body#bd {
    background-color: #333;
    text-align: center;
}

#container {
    width: 100%; 
    margin: 0 auto 0 auto;
    text-align: left;
    background-color: #333;
}

#container .header {
  width: 100%;
  height: 148px;
  background: #333 url(../images/back.jpg) repeat;
}

#container .logo {
  margin: 0 auto 0 auto;
  width: 838px;
  height: 148px;
  background: #fff url(../images/back2.jpg) repeat-x;
}

#container .blueline {
  margin: 0 auto 0 auto;
  width: 838px;
  height: 6px;
  background-color: #37a1d3;
}

#container .content {
  margin: 0 auto 0 auto;
  width: 838px;
  background: #fff url(../images/blanco.jpg) repeat-x;
}

#container .userform {
  padding: 55px 25px 1px 25px;
}

#container .results {
  padding: 1px 25px 20px 25px;
}

#container .legal {
  margin: 0 auto 0 auto;
  background-color: #333333;
  width: 838px;
  text-align: left;
  color: #ffffff;
  font-size: 11px;
}

form {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h1, h2, h3, h4 {
    margin: 15px 0;
}

hr {
}

p {
    margin: 10px 0;
}

input {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
}

input.button {
    background: url(../images/bg.gif) repeat-x;
    text-align: center;
}

select {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
}

select.simple {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

textarea {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
}

input.icono_login {
    padding-left: 20px;
    background-image: url(../images/icon-person.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

input.icono_contrasenha {
    padding-left: 20px;
    background-image: url(../images/icon-secure.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

input.icono_email {
    padding-left: 20px;
    background-image: url(../images/icon-email.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

input.icono_obligatorio {
    padding-left: 20px;
	  background-image: url(../images/icon-obligatory.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

input.icono_busqueda {
    padding-left: 20px;
	  background-image: url(../images/search_button.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.espacios {
	padding: 0px 15px 0px 15px;
}

.titulos {
    font-size: 16px; 
    font-weight: bold;
}

.subtitulos {
    font-size: 14px; 
    font-weight: bold;
}

.texto {
    font-size: 12px; 
    text-align: left;
    vertical-align: top;
}

.detalles {
    font-size: 11px; 
    text-align: left;
    vertical-align: top;
    padding: 0px 2px 0px 2px;
}

.login {
	font-weight: bold;
}

.password {
	font-weight: bold;
}

.mdm {
    font-family: sans-serif; 
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    color: #404040;
}

.mdm_error {
    background: url('../images/importante.gif') 0px 0px no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 5px 10px;
}

.mdm_alert {
    background: url('../images/icon-messageAlert.gif') 0px 0px no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 5px 10px;
}

.mdm_ok {
    background: url('../images/icon-messageOk.gif') 0px 0px no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 5px 10px;
}

.formsTable {
	  border-top: 0px solid #F4F8F4;
    border-right: 0px solid #F4F8F4;
    border-left: 0px solid #F4F8F4;
    border-bottom: 0px solid #F4F8F4;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

.formsTable td {
	  height: 22px;
}

.searchTable {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-collapse: separate;
    border-spacing: 1px;
}
.searchHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
  vertical-align: middle;
  height: 22px;
}

.searchCelldata {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
  text-align: center;
  vertical-align: middle;
  height: 22px;
}

.searchRow_1 {
    background-color: #FFF;
    color: #000000;
}

.searchRow_2 {
    background-color: #F2F2F2;
    color: #000000;
}

.cssCol_0 {
	width: 50px;
}

.cssCol_1 {
	width: 200px;
}

.cssCol_2 {
	width: 200px;
}

.cssCol_3 {
	width: 100px;
}

.cssCol_4 {
	width: 50px;
}

.cssCol_5 {
	width: 50px;
}

.cssCol_6 {
    width: 50px;
}

.cssCol_7 {
    width: 50px;
}

.cssCol_8 {
    width: 50px;
}

#overlay{     
    background-image: url(../images/overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px; 
}

* html #overlay{     
    background-color: #333;     
    background-color: transparent;     
    background-image: url(../images/blank.gif);     
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale"); 
} 
    
#box{
    background-color: #fff;
    border: 2px solid #eee;
    width: 420px;
}

#windowlabel {
    background: #eee url('../images/top_peque.gif') 0px 0px no-repeat;
    cursor: move;
    width: 420px;
    height: 17px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#close{     
    position: absolute;     
    top: -5px;     
    right: -5px;     
    cursor: pointer; 
} 

#messages {
  padding: 10px;
}

#loadingtext{
  display: none;
  position: absolute;
  top: 100%;     
  left: 0;   
  z-index: 100;
  padding: 1px;
	width: 90px; 
	height: 18px; 
	background: #ff0000;
	color: #fff;
	font-weight: normal;
  text-align: left;
}

.cursor {
    border: 0;
    padding: 0 3px 0 3px;
    cursor :move;
}

.space { 
	padding: 0 0 0 5px;
}

.noborder {
	border: 0;
}

/* Application Styles*/

a:link {
	color: #db5a1e;
	font-weight: bold;
}

a:visited {
	color: #db5a1e;
	font-weight: bold;
}

a:hover {
	color: #db5a1e;
	font-weight: bold;
}

a:active {
	color: #db5a1e;
	font-weight: bold;
}


/** **/
-->
a.nar2:link {
	color: #db5a1e;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	
}
a.nar2:visited {
	color: #db5a1e;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
a.nar2:hover {
	color: #db5a1e;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
a.nar2:active {
	color: #db5a1e;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.row1 {
  background-color: #fff;
	font-size: 12px;
}

.row2 {
  background-color: #f0f9fd;
	font-size: 12px;
}

.naranja {
  color: #db5a1e;
}

.azul {
  color: #0f3e6d;
}

.calificacion {
	font-size: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.recomendaciones {
  color: #0f3e6d;
}  

.left {
  text-align: left;
  padding-left: 10px;
}

.right {
  text-align: right;
  padding-right: 10px;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 10px;
}

.space_left {
  padding-left: 60px;
}

.space_right {
  padding-right: 10px;
}

.space_top {
  padding-top: 10px;
}

.space_bottom {
  padding-bottom: 10px;
}

.vrfyresult {
  padding-left: 90px;
}

.boton6 {
background-color: #FF6600;
color: #FFFFFF;
font-family: verdana;
font-weight: bold;
}