.inicio_tramite{
	width: 475px;
	font-size: 10px;   
	font-family: verdana,sans-serif;    
	border-style: inset;    
	padding: 10px;
}
.toc_barra
{
	width: 10px;
	/*background:#0099CC;*/
}
/* Estilo de Parrafo */
a:link
{
	font-family: Verdana;
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a:visited 
{
	font-family: Verdana;
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
p.comun
{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;
	padding: 5px 5px 5px 5px;
}
p.comun_1
{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border: 1px solid #FFFFFF;
	padding: 5px 5px 5px 5px;
}

.comun
{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.comun > ul
{
	padding: 0px;
	height: 2px;
}
.error
{
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}
.correcto
{
	font-family: Verdana;
	font-size: 10px;
	color: #339933;
}

.formula
{
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.formula_texto
{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.seleccionado
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #336699;

}

.link
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #DD6666;

}

.form-element
{
	border: 1px solid #000000;
	font-family: Courier New;
	/*text-transform: uppercase;*/
}

.form-element-disabled
{
	border: 1px solid #000000;
	font-family: Courier New;
	color: #999999;
	/*text-transform: uppercase;*/
}

.form-element2
{
	border: 3px 0px 2px 1px solid #000000;
	font-family: Courier New;
	/*border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/

	/*font-family: Courier New;*/
	/*text-transform: uppercase;*/
}

.form-element3
{
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Courier New;
	/*text-transform: uppercase;*/
}

.form-element-err
{
	border: 1px solid #FF0000;
	font-family: Courier New;
	/*text-transform: uppercase;*/
}

.form-element-half
{
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-right:0px;
	width:20;
}
.form-element-half-err
{
	border-left:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	border-top:1px solid #FF0000;
	border-right:0px;
	width:20;
}

.form-item-title
{
	/* Preguntas en el formulario regis.asp*/
	font-weight: none;
}

.error-cont
{
	border:1px solid #000000;
}
.error-title
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.error-source
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.error-message
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.adm-main-title
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.adm-menu-cont
{
	border:1px solid #000000;
	/*padding-left: 10px;*/
	padding-right: 10px;
}

.adm-menu-title
{
	background:#336699;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	/*padding: 1px,1px,1px,1px;*/
	/*text-align: center;*/
}

.adm-menu-item
{
	background:#FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color:#000000;
}

.adm-menu-item-bis
{
	background:#EFEFEF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color:#000000;
}

.adm-menu-padd
{
	padding-left: 10px;
	/*padding-right: 10px;*/
}

.news_text
{
	max-height: 32px;
	overflow: hidden;
	height: 31px;
	cursor:hand;
}

/*VENTANA MODAL ------------------------------------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-texto{
	font-family: Arial, Times, serif;
	font-size: 10px
}
.campo-nombre{
	color: #A31D1D;
	font-size: 1.1em
}
/*FIN - VENTANA MODAL ------------------------------------------------*/
.finalizar_form{
	display: none;
}