html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/************************************************************************ FIN HOJA RESET **********************************/
/********************************************************************  form 1 ********************************************/
body {background:url(../images/bkg.png) repeat;width:100%;height:auto;}
#content_form1{margin: auto;position: relative;width: 40%;text-align: center;max-width: 600px;}
#form1{margin-top: 14%;
    padding: 4%;
    box-shadow: 4px 2px 15px #c3c3c3;
    border-radius: 15px;
    background: #fff url(../images/bkg-header.png) no-repeat center top;
  }
.content_title_form1{height: 110px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 1.2em;}
#form1 input{text-align:center;}
#txtCedula{width: 60%;
    height: 30px;
    margin: 2%;
    border-radius: 12px;}
#Label2{font-weight:bold;}
#btnConsultar{background: #c3c3c3;font-weight:bold;
    padding: 2% 15%;
    margin: 2%;
    border-radius: 5px;}
#btnConsultar:hover{background:#d10026;color:#fff;font-weight:bold;cursor:pointer;}


/********************************************************************* form 2 **********************************************/
#content_form2 {margin: auto;position: relative;width: 50%;text-align: center;min-width:280px;max-width: 710px;}
#content_form2 .Label2{width: 100%;
text-align: justify;
text-transform: none;
font-family: arial;
font-size: 12px;font-weight: 100;}
#form2 {margin: auto;margin-top: 3%;min-width: 260px;
    padding: 4%;
    box-shadow: 4px 2px 15px #c3c3c3;
    border-radius: 15px;
    background: #fff url(../images/bkg-header.png) no-repeat center top;
    height: auto;
    text-transform: uppercase;
    text-align: center;}
.content_title_form2 {height: 110px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 1.2em;margin-top: -11px;}
#content_form2 p {float: left;text-align: left;min-width: 180px;font-size: 13px;margin-top: 1%;width: 30%;}
#content_form2 input {width: 68% !important;height: 20px !important;margin-top: 1%;margin-bottom: 0%;border-radius: 0px !important;float:left;    min-width: 256px;}
#content_form2 select {width: 68.6% !important;height: 20px !important;margin-top: 1%;margin-bottom: 0%;border-radius: 0px !important;float:left;    min-width: 258.5px;}
#content_form2 span {width:160px;}
#content_form2 #txtCedula {margin: 0% !important;margin-top:1% !important;}
#content_form2 #RadioButton1 {width:20px !important;min-width: 0px !important;}
#content_form2 #RadioButton2 {width:20px !important;min-width: 0px !important;}
#btnImprimir {background: #c3c3c3;font-weight:bold;
    padding: 2% 15%;
    margin: 2%;
    border-radius: 5px;line-height: 0.2;min-height:40px !important;}
#btnImprimir:hover{background:#d10026;color:#fff;font-weight:bold;cursor:pointer;}
#formprint {    width: 70%;
    margin: auto;
}
#content_tipo_cuenta{width:60%;float:left;}
.clear_both{clear:both;}
#content_tipo_cuenta input{float:left;}
#content_tipo_cuenta label{float: left;
    line-height: 1.7;
    min-width: 90px;
    text-align: left;}
#content_btn_imprimir_mensaje{width:100% !important;margin:auto;}
#content_btn_imprimir_mensaje input{width: 98.5% !important;margin: 0px !important;margin-top: 1% !important;margin-bottom: 1% !important;}

/******************************************************** ENCUESTA ********************/

#content_form2 #ddlCodProvincia{width: 45px !important;
min-width: 45px !important;
float: left;
margin-right: 3px;
min-height: 26px;}
#content_form2 #txtTelefono {
    float: left;
    width: 60% !important;
}

/******** cerrar sesion*******/

#lbtnCerrar {
    float: right;
    text-decoration: none;
    color: #fff;
}