212 lines
4 KiB
CSS
212 lines
4 KiB
CSS
|
|
|
|||
|
|
/*****************************estilos************************/
|
|||
|
|
*{margin:0px; padding:0px;}
|
|||
|
|
td{padding:0px; border-collapse:collapse; vertical-align:top;}
|
|||
|
|
tr{padding:0px; border-collapse:collapse;}
|
|||
|
|
th{padding:0px; border-collapse:collapse;}
|
|||
|
|
table{padding:0px; border-collapse:collapse;}
|
|||
|
|
.clear{clear:both;}
|
|||
|
|
body
|
|||
|
|
{
|
|||
|
|
background:url(../../hfda/bgr_top.jpg) repeat-x top left #8ed8f8;
|
|||
|
|
font-family:Century Gothic;
|
|||
|
|
text-align:left;
|
|||
|
|
}
|
|||
|
|
.Left
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
float:left;
|
|||
|
|
}
|
|||
|
|
.Right
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
float:right;
|
|||
|
|
}
|
|||
|
|
.Header
|
|||
|
|
{
|
|||
|
|
margin:0px auto;
|
|||
|
|
width:650px;
|
|||
|
|
height:85px;
|
|||
|
|
display:block;
|
|||
|
|
background:#0095da;
|
|||
|
|
}
|
|||
|
|
.mensaje {
|
|||
|
|
color: white;
|
|||
|
|
}
|
|||
|
|
.titulo_msj {
|
|||
|
|
color: white;
|
|||
|
|
font-size: x-large;
|
|||
|
|
}
|
|||
|
|
.ui-dialog-buttonset .ui-button,
|
|||
|
|
input[type='button'],
|
|||
|
|
.IraDemosContainer a,
|
|||
|
|
.DemosListContainer li a,
|
|||
|
|
.ValidarArchivoContainer a,
|
|||
|
|
input[type='submit']
|
|||
|
|
{
|
|||
|
|
background:#0095da !important;
|
|||
|
|
padding:5px 15px !important;
|
|||
|
|
border-radius:5px !important;
|
|||
|
|
color:#ffffff !important;
|
|||
|
|
font-family:Century Gothic !important;
|
|||
|
|
font-size:13px !important;
|
|||
|
|
border:none !important;
|
|||
|
|
cursor:pointer !important;
|
|||
|
|
text-decoration:none;
|
|||
|
|
/*display:block;*/
|
|||
|
|
}
|
|||
|
|
.ui-dialog-buttonset .ui-button:hover,
|
|||
|
|
input[type='button']:hover,
|
|||
|
|
.IraDemosContainer a:hover,
|
|||
|
|
.DemosListContainer li a:hover,
|
|||
|
|
.ValidarArchivoContainer a:hover,
|
|||
|
|
input[type='submit']:hover
|
|||
|
|
{
|
|||
|
|
background:#f58345 !important;
|
|||
|
|
}
|
|||
|
|
.ui-dialog-buttonset .ui-button
|
|||
|
|
{
|
|||
|
|
display:inline;
|
|||
|
|
}
|
|||
|
|
h2
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
padding:50px 10px 10px;
|
|||
|
|
font-size:17px;
|
|||
|
|
}
|
|||
|
|
.ui-dialog
|
|||
|
|
{
|
|||
|
|
font-family:Century Gothic !important;
|
|||
|
|
}
|
|||
|
|
.DescripcionFirma
|
|||
|
|
{
|
|||
|
|
padding:3px;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
select,
|
|||
|
|
select option
|
|||
|
|
{
|
|||
|
|
padding:3px;
|
|||
|
|
}
|
|||
|
|
.InfoAutenticadoContainer
|
|||
|
|
{
|
|||
|
|
margin:0px auto;
|
|||
|
|
}
|
|||
|
|
.InfoAutenticadoContainer td
|
|||
|
|
{
|
|||
|
|
padding:3px 5px;
|
|||
|
|
font-family:Century Gothic;
|
|||
|
|
font-size:13px;
|
|||
|
|
}
|
|||
|
|
.InfoAutenticadoContainer tr td:nth-child(odd)
|
|||
|
|
{
|
|||
|
|
text-align:right;
|
|||
|
|
font-weight:bold;
|
|||
|
|
color:#0095da;
|
|||
|
|
}
|
|||
|
|
.InfoAutenticadoContainer tr td:nth-child(even)
|
|||
|
|
{
|
|||
|
|
text-align:left;
|
|||
|
|
color:#242122;
|
|||
|
|
}
|
|||
|
|
.IraDemosContainer
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
padding:20px;
|
|||
|
|
width:100px;
|
|||
|
|
margin:0px auto;
|
|||
|
|
}
|
|||
|
|
.DemosListContainer
|
|||
|
|
{
|
|||
|
|
width:220px;
|
|||
|
|
margin:0px auto;
|
|||
|
|
}
|
|||
|
|
.DemosListContainer li
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
list-style:none;
|
|||
|
|
padding:3px;
|
|||
|
|
}
|
|||
|
|
#Formulario2,
|
|||
|
|
#Formulario,
|
|||
|
|
#AutenticarForm,
|
|||
|
|
.ValidarArchivoContainer
|
|||
|
|
{
|
|||
|
|
text-align:left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.InfoFormContainer
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
padding:0px 5px 10px;
|
|||
|
|
color:#0095da;
|
|||
|
|
font-weight:bold;
|
|||
|
|
font-size:15px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#Formulario2 input[type='button'],
|
|||
|
|
#Formulario input[type='button'],
|
|||
|
|
#Formulario2 input[type='text'],
|
|||
|
|
#Formulario input[type='text'],
|
|||
|
|
#Formulario input[type='number'],
|
|||
|
|
#Formulario input[type='email'],
|
|||
|
|
#Formulario input[type='textarea'],
|
|||
|
|
#Formulario input[type='option'],
|
|||
|
|
#ddlTipoIdentificacion,
|
|||
|
|
.ValidarArchivoContainer input
|
|||
|
|
{
|
|||
|
|
height:30px !important;
|
|||
|
|
border-radius:5px !important;
|
|||
|
|
border:none !important;
|
|||
|
|
text-align:center !important;
|
|||
|
|
margin:5px auto !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#Formulario2 input[type='text']
|
|||
|
|
#Formulario input[type='text']
|
|||
|
|
{
|
|||
|
|
color:#999999;
|
|||
|
|
}
|
|||
|
|
.ValidarArchivoContainer input[type='file']
|
|||
|
|
{
|
|||
|
|
background:#ffffff !important;
|
|||
|
|
padding:5px !important;
|
|||
|
|
width:238px !important;
|
|||
|
|
}
|
|||
|
|
.FirmadorWebContainer ul
|
|||
|
|
{
|
|||
|
|
display: block;
|
|||
|
|
height: 43px;
|
|||
|
|
margin: 5px auto;
|
|||
|
|
width: 600px;
|
|||
|
|
}
|
|||
|
|
.FirmadorWebContainer ul li
|
|||
|
|
{
|
|||
|
|
display:block;
|
|||
|
|
float:left;
|
|||
|
|
padding:2px 5px;
|
|||
|
|
}
|
|||
|
|
.FirmadorWebContainer ul li:nth-child(odd)
|
|||
|
|
{
|
|||
|
|
font-family:Century Gothic;
|
|||
|
|
font-size:14px;
|
|||
|
|
font-weight:bold;
|
|||
|
|
color:#009dde;
|
|||
|
|
padding:12px 0px 0px 8px;
|
|||
|
|
}
|
|||
|
|
.FirmadorWebContainer ul li:nth-child(2) input[type='text']
|
|||
|
|
{
|
|||
|
|
width:100px !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.FirmaDigital
|
|||
|
|
{
|
|||
|
|
text-align: left;
|
|||
|
|
margin-top: 10px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.FirmaDigital th
|
|||
|
|
{
|
|||
|
|
text-align: right;
|
|||
|
|
padding-right: 10px;
|
|||
|
|
}
|