body {
	margin: 0px;
	background-image:url(../images/bg-body-v2.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color:#CFCFCF;
	/*background-position:left 47px;*/
	font-family: "asapregular","Helvetica",sans-serif;
}
a img, img {
	border: 0;
	outline: none;
}
h1 {
    font-size: 70%;
    font-weight: normal;
    margin: 25px 0 -5px;
}
h2 {
    /*color: #FFFFFF;*/
/*     float: left; */
    font-family: "asapregular","Helvetica",sans-serif;
    font-size: 245%;
    font-weight: normal;
    margin: 0;
    padding-left: 15px;
    padding-top: 6px;
    text-shadow: 2px 2px 2px #7D7D7D;
    text-align: center;
}
h3 {
	margin: 0;
	font-size: 90%;
	padding-top:8px;
	padding-right:8px
}

.decodedProfileName
{
	color: #FFFFFF;
    font-family: "asapregular","Helvetica",sans-serif;
    font-size: 200%;
    font-weight: normal;
    height: 80px;
    margin: 0;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 6px;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 2px #7d7d7d;
}

focus, label, a {
	outline: none;
}
.limpia {
	clear: both;
}

.body2 {
	margin: 0px;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	background-position:left 0px;
	font-family: "roboto_slabregular",serif;
}

/* ESTILOS DE CABECERA */


.cabcontenedor {
    /*background-image: url("../images/bg_cabcontenedor.gif");*/
    background-repeat: repeat-x;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.cabecera {
   /* background-image: url("../images/sombra_cab.jpg");*/
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.barrasup {
	float: left;
    height: 1px;
    margin-left: 250px;
    width: 650px;
}
#buscadorsup {
	float: left;
    height: 40px;
    padding: 16px 0 0;
    width: 350px;
    /*width: 666px;*/
}
			/**html #buscadorsup form {
				float: left;
			}*/
#buscadorsup label {
	display: none;
}
.lupa {
	background-image: url("../images/bg_lupa_buscador.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    float: left;
    height: 29px;
    margin: 16px 0 0;
    width: 34px;
}
#buscadorsup input#buscar {
	background-image: url("../images/bg_input_buscador.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    border: medium none;
    color: #928E88;
    float: left;
    font-size: 80%;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding: 0 5px 0 4px;
    width: 260px;
    /*width: 547px;*/
}
#buscadorsup input#buscar:focus {

}
#buscadorsup input.boton {
	background-image: url("../images/bg_submit_buscador.jpg");
    background-repeat: no-repeat;
    font-size: 80%;
    font-weight: bold;
    height: 29px;
    margin: 0;
    padding: 0 0 0 6px;
    width: 77px;
	float: left;
}
#fecha {
    float: left;
    font-size: 80%;
    font-weight: bold;
    padding-top: 14px;
    width: 230px;
}

#fecha p {
	margin: 0px;
	padding: 0px;
}
#logout {
	border-left: 1px solid #FFFFFF;
	background-image: url("../images/ico_user.gif");
    background-position: right 14px;
    background-repeat: no-repeat;
    float: left;
    font-size: 75%;
    font-weight: bold;
    line-height: 15px;
    margin-top: 16px;
    width: 374px;
	height: 35px;
    /*width: 408px;*/
	/*font-size: 80%;*/
}
#logout p {
	float: left;
    margin: 0;
    padding: 0;
    text-align: justify;
}
#logout span a {
	text-decoration: none;
}
#logout span a:hover {
	text-decoration: underline;
}
.user, .rep {
	/*border-left: 1px solid #FFFFFF;*/
    float: right;
}
.user p, .rep p {
	padding: 0 6px 0 15px !important;
}
.user span, .rep span {
	/*border-left: 1px solid #FFFFFF;*/
    /*padding-left: 10px;*/
}
.rep p span {
	border: none;
    color: #E89697;
    padding: 0;
}
#login {
    background-image: url("../images/ico_user.gif");
    background-position: right 14px;
    background-repeat: no-repeat;
    float: left;
    font-size: 80%;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 14px;
	width: auto
}
.sesion {
	color: #FFFFFF;
    float: right;
    padding: 10px 0 0;
}
.sesion p {
	float: left;
    padding: 0 10px;
}

.cablogo {
	float: left;
	height: 128px;
	width: 980px;
}
.cablogo h2 {
/* 	display: none; */
	padding-top: 21px;
}
.logo {
    float: left;
    height: 113px;
    padding-bottom: 10px;
    /*padding-left: 15px;*/
    padding-right: 15px;
    width: 732px;
}
.escudo {
	float: left;
    height: 100px;
	width: 192px;
    padding-top: 0px;
    text-align: center;
}
.nombre {
	font-size: 190%;
	text-transform: uppercase;
	display: block;
}

/* ESTILOS DEL CENTRO DE LA PAGINA */

.contenedor {
	width: 1160px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	background-color: #eee;
}
.contenedor2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top:85px
}
			*html .contenedor {
				margin-bottom: 15px;
			}
			*:first-child+html .contenedor {
				margin-bottom: 15px;
			}


/* COLUMNA IZQUIERDA */


.colder {
    float: right;
    height: auto;
    margin-top: 3px;
    width: 220px;
}
.bloque {
	float: left;
    height: auto;
    width: 228px;
}

.banner {
	float: left;
    height: 141px;
    line-height: 125%;
    width: 201px;
	text-align:right
}
.banner span {
    display: block;
    font-size: 80%;
    font-weight: normal;
	padding-right:8px;
    line-height: 120%;
}
.actos {
	background-image: url(../images/banner_actos.jpg);
	background-repeat: no-repeat;
    font-weight: bold;
	margin-top:4px
}
.carpeta {
	background-image: url("../images/banner_carpeta.jpg");
    background-repeat: no-repeat;
    font-weight: bold;
	margin-top:4px;
	margin-left:27px
}
.carpeta span {
    font-size: 0.7em;
    padding: 0 0 0 20px;
}
/* .carpeta h3, .actos h3 { */
/* 	background-image: url("../images/flecha_amarilla.gif"); */
/*     background-position: 10px 11px; */
/*     background-repeat: no-repeat; */
/*     font-size: 0.85em; */
/*     line-height: 1.2em; */
/*     padding: 8px 0 0 20px; */
/* } */
.carpeta a, .actos a {
	text-decoration: none;
}
.carpeta a:hover, .actos a:hover {
	text-decoration: underline;
}
.perfilc {
    background-image: url("../images/banner_actos.jpg");
    background-repeat: no-repeat;
    font-weight: bold;
    margin-top: 4px;
}
.perfilc a {
    text-decoration: none;
}
.perfilc a:hover {
    text-decoration: underline;
}
/* MENUS LATERALES */


.menulat {
	height: auto;
	width: 210px;
	/*background-image:url(../images/bg_menulat.gif);*/
	background-repeat:repeat-x;
		background-color:#f6f6f6;
	border-top: 2px solid #ccc;
}
.menulat ul {
	font-size: 12px;
    list-style-type: none;
    margin: 0px 0;
    padding: 0 15px;
}
.menulat li {
	background-image: url("../images/bullet_menu_lat.gif");
    background-position: 0 9px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 4px 0px 7px 13px;
}
.carpetaopen {
	background-image: url("../images/copen.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}
.carpetaclosed {
	background-image: url("../images/cclosed.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}
.lastli {
	border-bottom: medium none !important;
    padding-bottom: 12px !important;
}
.menulat li a {
    text-decoration: none;
}
.menulat li li a {
   	background-image:url(../images/bullet_li_li.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	*background-position:0px 35%;
	padding-left:10px;
}
.menulat li a:hover {
    text-decoration: underline;
}
.menulat li ul {
	font-size: 85%;
    list-style-type: none;
    margin: 6px 0;
    padding: 0 0px;
}
.menulat li li {
	background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    padding: 4px 1px;
}
.cabmenu {
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
	padding-left: 13px;
	/*background-image:url(../images/bullet_cabmenu.gif);*/
	background-repeat:no-repeat;
	background-position:left 10px;
}
.cabmenu2 {
	background-image: url("../images/barra_calendario.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 100%;
    font-weight: bold;
    height: 18px;
    line-height: 13px;
    padding: 8px 8px 8px 22px;
}

/* CALENDARIO */


.oculto {
	display: none !important;
}
.fechas {
	padding: 0 10px 10px 10px;
	margin: 10px 0 0 0;
}
.fechas select {
	margin: 0 0 10px 0;
	width: 80px;
	font-family:"roboto_slabregular",serif;
	font-size: 75%;
}
.calendario {
	font-size: 75%;
    width: 100%;
}
.calendario th {
	font-size: 100%;
	font-weight: normal;
}
.calendario abbr {
	border: none;
}
.calendario td {
    padding: 4px;
	text-align: center;
}
.evento a {
	text-decoration: none;
}
.calendarnav {
	height: 18px;
    margin: 0 auto;
    padding-bottom: 6px;
    text-align: center;
    width: 228px;
	font-size: 0.9em;
}
.nav_ant {
	color: #A42525;
    padding: 0 5px 0 0;
    width: 10px;
	display: inline;
}
.mes {
	font-size: 0.8em;
    width: auto;
	display: inline;
	color: #545353;
}
.nav_post {
	color: #A42525;
    padding: 0 0 0 5px;
    width: 10px;
	display: inline;
}
.nav_ant a, .nav_post a {
	color: #A42525;
	font-weight: bold;
	text-decoration: none;
}
.nav_ant a:hover, .nav_post a:hover {
	color: #e43737;
}
.colizq {
	float: left;
    height: auto;
    margin-bottom: 20px;
    padding: 0 18px 0 0;
    width: 664px;
}
/*
.oscura {
	background-image: url("../images/flecha_lista_oscura.gif");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px !important;
    width: 275px;
}
.clara {
	background-image: url("../images/flecha_lista_clara.gif");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    width: 275px;
}
*/

.tramindex, .tablon {
	/*border: 1px solid #2A4465;*/
    padding: 0px 10px 0px;
	float: left;
	width: 890px;
}

.detperfil {
    float: left;
    padding: 0;
    width: 664px;
}

.detallelic, .tablon {
    padding: 0px 10px 0px;
	float: left;
	width: 890px;
}

.div_suscription {
	background-color: white;
	padding: 10px;
	width: 400px;
	float: left;
}

.tablon {
	margin-top: 20px;
}

.detperfil {
	margin-top: 20px;
}

.filatram {
	border-bottom: #ccc dashed 1px;
    height: 1px !important;
    margin: 0 0 4px !important;
    min-height: 1px !important;
    padding: 0 !important;
    width: 656px !important;
}
.tramindex ul, .tablon ul {
    font-size: 75%;
    list-style-type: none;
    margin: 0;
    padding: 0px 91px;
}

.detallelic ul{
    font-size: 75%;
    list-style-type: none;
    margin: 0;
    padding: 0;
	height: 500px;
}
.detperfil ul{
    font-size: 75%;
    list-style-type: none;
    margin: 0;
    padding: 0px 50px;
	height: auto;
}
.tramindex li {
    float: left;
    margin: 3px 0;
    min-height: 30px;
    padding: 10px 30px 10px 90px;
    width: 208px;
}

.detallelic li {
	float: left;
    min-height: 62px;
    margin: 3px 0;
    padding: 10px 30px 10px 90px;
   /* width: 208px;*/
}

*html .tramindex li {
	height: 62px;
}
.registro {
	background-image: url("../images/pic_anuncioprevio.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.participacion {
	background-image: url("../images/pic_participacion.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.bop {
	background-image: url("../images/pic_bop.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.quejas {
	background-image: url("../images/pic_anulado.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.seleccion {
	background-image: url("../images/pic_formalizaciones.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.tributos {
	background-image: url("../images/pic_tributos.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.datosContacto {
	background-image: url("../images/pic_datos.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.ordenesDelDia {
	background-image: url("../images/ico_calendario.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.licitaciones {
	background-image: url("../images/pic_licitacion.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.adjudicaciones {
	background-image: url("../images/pic_adjudicaciones.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.desiertos {
	background-image: url("../images/pic_desierto.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.suspendidos {
	background-image: url("../images/pic_suspendido.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.menores {
	background-image: url("../images/pic_menor.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.elementoListaVacio {
/* 	background-image: url("../images/pic_suspendido.jpg"); */
    background-position: left top;
    background-repeat: no-repeat;
}
.tablon li {
    padding: 0 0 4px 0;
}
.detperfil li {
    display: block;
    float: inherit;
    padding: 0 0 4px;
}
.tramindex li a {
    background-image: url("../images/flecha_gris.gif");
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding: 4px 0 7px 10px;
    text-decoration: none;
}

.detallelic li a {
	background-image: url("../images/flecha_amarilla.gif");
    background-position: left 3px;
    background-repeat: no-repeat;
    padding: 0 0 0 9px;
	text-decoration: none;
	font-size: 1.2em;
}


.tramindex li a:hover {
    text-decoration: underline;
}

.detallelic li a:hover {
    text-decoration: underline;
}

.tramindex li p a {
	background: none;
	padding: 0;
	font-size: 1em;
	font-family: "asapregular","Helvetica",sans-serif;
	width: 208px
}

.detallelic li p a {
	background: none;
	padding: 0;
	font-size: 1em;
}


.tablon li a {
	background-image: url("../images/flecha_roja.gif");
    background-position: 119px 13px;
    background-repeat: no-repeat;
    float: none;
    font-size: 1em;
    padding: 10px 7px 0px 139px;
    text-decoration: none;
    width: 642px;
}
.detperfil li a {
	font-family: "asapregular","Helvetica",sans-serif;
    background-position: 0 8px;
    background-repeat: no-repeat;
    float: none;
    font-size: 1em;
    padding: 0;
    text-decoration: none;
    width: 642px;
}

.tablon li a:hover {
	text-decoration: none;
}
.detperfil li a:hover {
	text-decoration: none;
}
.tramindex p, .tablon p ,.detallelic p{
    margin: 4px 0 0 0;
	font-size: 90%;
}

.encontrados{
   background-image: url("../images/bullet_tramite.gif");
   background-position: left 10px;
   background-repeat: no-repeat;
   padding-left: 15px;
}
.detperfil{
    margin: 4px 0 0 0;
	font-size: 90%;
}
.tramindex p a, .tablon p a, .detallelic p a{
    text-decoration: none;
}
.tramindex p a:hover , .tablon p a:hover , .detallelic p a:hover{
    text-decoration: underline;
}
.tramindex h3 {
   /* background-image: url("../images/ico_tablon.gif");*/
    background-position: left 50%;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 6px;
}

.detallelic h3 {
   /* background-image: url("../images/ico_tablon.gif");*/
    background-position: left 50%;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 6px;
}

.detallelic h5 {
    background-position: left 17px;
    background-repeat: no-repeat;
    font-size: 95%;
    margin: 0;
    padding: 4px 0 5px;
}

.detallelic p {
    /*background-image: url("../images/flecha_gris.gif");*/
    background-position: 24px 3px;
    background-repeat: no-repeat;
    padding: 0 0 0px 36px;
}
.bloquedetallelic {
    float: left;
    margin: 0;
    padding: 5px 0 20px 30px;
    width: 785px;
}

.tablon h3 {
    background-image: url("../images/ico_tablon.gif");
    background-position: left 50%;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 35px;
}

.detperfil h3 {
    background-image: url("../images/ico_tablon.gif");
    background-position: left 50%;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 35px;
}


.tablon form {
	background-image: url(../images/deg_form_tablon.jpg);
	background-repeat: repeat-x;
	height: 97px;
	width: 100%;
	margin: 4px 0;
}

.detperfil form {
	background-image: url(../images/deg_form_tablon.jpg);
	background-repeat: repeat-x;
	height: 97px;
	width: 100%;
	margin: 4px 0;
}

.tablon label {
	font-weight: bold;
	font-size: 75%;
	display: block;
	padding-bottom: 3px;
}

.detperfil label {
	font-weight: bold;
	font-size: 75%;
	display: block;
	padding-bottom: 3px;
}
.tablon img {
	vertical-align: middle;
	padding-right:6px
}
.tablon input {
	font-size: 75%;
	vertical-align:middle;
	width: 70px;
}
.tablon select {
	font-size: 75%;
	width: 190px;
}
.detperfil img {
	vertical-align: middle;
	padding-right:6px
}
.detperfil input {
	font-size: 75%;
	vertical-align:middle;
	width: 10
	px;
}
.detperfil select {
	font-size: 75%;
	width: 190px;
}
.fechatablon {
	float: left;
    padding: 27px 0 0 66px;
    width: 222px;
}
.fechatablon a img {
	position: relative;
    top: 2px;
}
.categoriatablon {
    float: left;
    margin: 31px 0 0 !important;
    padding: 0 0 14px 38px;
    width: 300px;
}
.categoriatablon input.boton {
	font-weight:bold;
	font-family:"roboto_slabregular",serif;
	background-image:none;
   	font-size: 75%;
	padding-bottom:0px;
	margin-bottom:6px;
}

.accesos {
	float: left;
    width: 664px;
}
.flecha {
	height: 50px;
    left: 97px;
    position: absolute;
    top: 115px;
    width: 50px;
    z-index: 2;
}
.bloqueacceso {
    float: left;
    height: 126px;
    left: 0;
    margin: 0 2px 0 0;
    padding: 2px;
    position: relative;
    top: 0;
    width: 160px;
    z-index: 1;
}
*html .bloqueacceso {
	margin: 0;
}
.textoacceso {
	float: left;
    font-size: 85%;
    font-weight: bold;
    height: 38px;
    padding: 74px 16px 7px;
    width: 130px;
}
.documentacion {
	background-image: url(../images/banner_documentacion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boletin {
	background-image: url(../images/banner_bop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contratante {
	background-image: url(../images/banner_contratante.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.representantes {
	background-image: url(../images/banner_representantes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.textoacceso a {
    text-decoration: none;
}
.textoacceso a:hover {
    text-decoration: underline;
}
.picacceso {
	height: 117px;
    width: 145px;
}



/* ESTILOS DE PIE DE PAGINA */



.piecontenedor {
	width: 990px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 30px;*/
	/*background-image: url(../images/bg_piecontenedor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	clear: both;
}
.pie {
	height: 100px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.pie li a {
	text-decoration: none;
}
.pie li a:hover {
	text-decoration: underline;
}
.pieint {
	height: 170px;
	width: 980px;
	background-image: url(../images/bg_pie.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.datosayto {
	float: left;
	height: 130px;
	width: 250px;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 70%;
	font-weight: bold;
}
.datosayto span {
	font-weight: normal;
	display: block;
}
.logospie {
	float: left;
}
.logospie img {
	padding: 10px 32px 0 0;
}
.dirayto {
	width: 100%;
}
.menupieciudadania {
	float: left;
	height: 130px;
	width: 325px;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 70%;
	font-weight: bold;
}
.menupieempresas {
    float: left;
    font-size: 70%;
    font-weight: bold;
    height: 130px;
    margin-top: 20px;
    padding-left: 30px;
    width: 270px;
}
.menupieciudadania ul, .menupieempresas ul {
	font-weight: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menupieciudadania li, .menupieempresas li {
	background-image: url("../images/bullet_pie.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 4px;
    padding-left: 15px;
}
li.titulo {
	background-image: none;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 0;
}
.sellos {
	float: left;
    height: 45px;
    width: 602px;
}
.sellos img {
	padding-right: 5px;
}
.sellos p {
	font-size: 70%;
	text-align:center
}
.sellos a {
	float: left
}
.icos {
    float: left;
    font-size: 70%;
    font-weight: bold;
    height: 45px;
    padding-left: 17px;
    vertical-align: bottom;
    width: 346px;
}
.icos img {
	padding-right: 3px;
}
			*html .icos img {
				padding-right: 2px;
			}



/*  ESTILOS DEL MENU SUPERIOR  */

.menusup {
	float: left;
}
.menusup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;

}
.menusup li ul {
    margin-top: 7px;
    width: 322px;
	filter:alpha(opacity=80);
	opacity:0.8;
	padding-bottom: 10px;
	display: none;
}
.menusup li:hover ul {
	display: block !important;
}

.menusup li li {
	background-image: url("../images/flecha_submenusup.gif");
    background-position: 20px 13px;
    background-repeat: no-repeat;
    font-size: 90%;
    font-weight: normal;
    height: 14px;
    padding: 7px 29px;
    text-align: left;
    width: 276px;
}
*html .menusup li li {
    width: 272px;
}
.menusup li {
	background-image: url("../images/boton_menu_sup.jpg");
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	height: 48px;
	margin: 0 4px 0 0;
	padding-top: 8px;
	text-align: center;
	width: 324px;
}
.menusup li a {
	text-decoration: none;
}
.last {
	margin-right: 0 !important;
}
.migapan {
	border-top: none;
	padding: 5px 5px 0 20px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 2.1;
}
.migapan span {
	font-weight: normal;
}
.migapan a {
	text-decoration: none;
	}
.migapan a:hover {
	text-decoration: underline;
}
.altatram {
	float: left;
	width: 980px;
	height: auto;
	margin-bottom:10px;
}
.altatram h3, .bloquedetalle h3 {
	font-size: 140%;
	padding-bottom: 10px;
}
.altatram h3 {
	padding-bottom: 0px;
}
.bloquedetalleperfil h3 {
	font-size: 140%;
	padding-top: 12px;
	padding-bottom: 10px;
}
.pasos {
	float: left;
    height: 168px;
    width: 980px;
}
.pasos ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.pasos li {
	width: 227px;
	padding: 4px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	display: block;
	float: left;
    background-image: url("../images/bg_paso.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 168px;
}
* html .pasos li {
	margin: 0 4px;
}
.pasoimg {
	float: left;
	height: 77px;
	width: 221px;
	padding: 3px;
	padding-bottom:2px;
	padding-top:14px;
	padding-left:0px
}
.pasos li p {
    float: left;
	margin: 0;
	line-height: 15px;
}
.pasos li p a {
    display: block;
    float: left;
    font-size: 90%;
    font-weight: bold;
    padding: 3px 60px;
    text-align: center !important;
    text-decoration: none;
    width: 107px;
	margin: 0;
	line-height: 15px;
}

.pasos li p {
    display: block;
    float: left;
    font-size: 90%;
    font-weight: bold;
    padding: 3px 34px;
    text-align: center;
    text-decoration: none;
    width: 140px;
}
.pasos li p a:hover {
    text-decoration: underline;
}
.pasos li.activo {
    background-image: url("../images/bg_paso_activo.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 168px;
}
.pasos li.resuelto {
    background-image: url("../images/bg_paso_resuelto.gif");
    background-repeat: no-repeat;
}
.conteform {
	width: 980px;
	background-image:url(../images/bg_interior.gif);
	background-repeat:repeat-x;
	float: left;
}
.bloqueform {
	float: left;
	margin: 0px 0;
}
.bloqueform h4 {
	height: 29px;
	width: 968px;
	margin: 0px;
	margin-top:20px;
	padding-top: 10px;
	padding-left: 14px;
	font-size: 105%;
	background-image:url(../images/bullet_cabmenu.gif);
	background-repeat:no-repeat;
	background-position:left 12px;
}
.campo {
    padding: 7px 0;
    width: 724px;
}
.campodesde {
    padding: 12px 0;
    width: 724px;
}
.campochico {
    padding: 12px 0;
    width: 724px;
}


.sinborde {
	border: none;
}
.campo label {
/* 	background-image: url("../images/bullet_flecha_form.gif"); */
    background-position: 10px center;
    background-repeat: no-repeat;
    float: left;
    font-size: 80%;
    padding-left: 20px;
    width: 200px;
}

.campochico label {
/* 	background-image: url("../images/bullet_flecha_form.gif"); */
    background-position: 10px center;
    background-repeat: no-repeat;
    float: left;
    font-size: 80%;
    padding-left: 20px;
    width: 266px;
}

.campodesde label {

    font-size: 80%;
    padding-left: 20px;
    width: 50px;
}


.campo input {
    width: 259px;
	padding: 2px;
}

.campochico input {
    padding: 2px;
    width: 50px;
}


.campo textarea {
    width: 576px;
	height: 80px;
	padding: 8px;
}
.campo select {
    font-size: 75%;
    width: 190px;
}
.bloqueform p {
    font-size: 80%;
    margin: 0;
	float:left;
	width: 930px;
    padding: 0 30px 0 15px;
    text-align: justify;
}
span.legal {
	background-image: url("../images/bullet_flecha_form.gif");
    background-position: 10px 5px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding: 0 0 15px 20px;
	margin-top:10px;
	font-size: 80%;
}
.check {
	float: left;
    padding: 10px;
}
.check input {
	float: left;
}
.check p {
	float: left;
    font-size: 80%;
    padding: 2px 0 0 5px;
}
.cierre {
    padding: 12px 0;
    width: 980px;
}
.volver{
   padding-top: 15px;
   width:500px;
}
.cierre input.boton, .cierre a.boton {
    font-size: 80%;
	font-weight:bold;
	font-family:"roboto_slabregular",serif;
	float: right !important;
}
.cierre input.botonverde {
	background-image: url("../images/bg_submitbuscador_verde.jpg");
    background-repeat: repeat-x;
    font-size: 80%;
	float: right;
	margin-left: 10px;
}
.bloqueform table {
    border-collapse: collapse;
    width: 980px;
}
.bloqueform table th {
    background-image: url("../images/bg_deg_th.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    font-size: 95%;
    font-weight: normal;
    padding: 8px 0 8px 10px;
    text-align: left;
}
.bloqueform table td {
	padding: 11px;
}
.bloqueform .descripcion {
	width: 540px;
}
.bloqueform table td a {
	background-image: url("../images/bullet_flecha_form.gif");
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 80%;
    padding-left: 20px;
	float: left;
	text-decoration: none;
}
.bloqueform table td a:hover {
	text-decoration: underline;
}
.bloqueform table td a.adjunto {
	background-image: url("../images/bullet_adjuntos.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    padding-left: 30px;
}
.contefirma {
    height: 235px;
    margin: 10px 0 30px;
    width: 962px;
}
.firma {
    background-image: url("../images/pic_firma.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 192px;
    padding: 63px 0 0 0px;
    width: 100%;
}
.firma h5 {
    font-size: 105%;
    margin: 0;
    padding: 0 15px 0 430px;
}
.firma p {
	margin: 7px 0;
    padding: 5px 15px 0 430px;
	font-size: 80%;
	width: 50%;
	text-align: left;
}
.firma img {

}
.firmainputs {
    float: left;
    padding: 12px 0 0 209px;
    width: 260px;
	margin-top: 8px;
	margin-left:430px
}
.firma input.boton, .firma a.boton {
    font-size: 80%;
	font-weight:bold;
	font-family:"roboto_slabregular",serif;
	float: right;
}
.firma input.botonverde, .firma a.botonverde {
	background-image: url("../images/bg_submitbuscador_verde.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    float: right;
    font-size: 80%;
    margin-left: 10px;
}
.firma .destacado {
	font-weight: bold;
	padding-right: 8px;
}
.bloquedetalle {
    float: left;
    margin: 0;
    padding: 5px 0 20px 30px;
    width: 785px;
}
.bloquedetalleperfil {
    float: left;
    margin: 0;
/*     padding: 5px 0 20px 30px; */
	padding: 5px 0 20px;
    width: 700px;
}
.bloquedetalle h4 {
	margin: 10px 0;
	padding-bottom:5px
}
.bloquedetalleperfil h4 {
	margin: 10px 0;
	padding-bottom:5px
}
.accesibilidad h4 {
    margin: 10px 0;
	background-image:url(../images/bg_h4.gif);
	background-repeat:repeat-x;
    padding: 4px 8px;
}
.accesibilidad p a {
	text-decoration: none;
}
.accesibilidad p a:hover {
	text-decoration: underline;
}
.bloquedetalle h5 {
/* 	background-image: url(../images/bullet_tramite.gif); */
    background-position: left 17px;
    background-repeat: no-repeat;
    font-size: 95%;
    margin: 0px 0 0;
    padding: 4px 0 5px;

}
.bloquedetalle h5 a {
	text-decoration: none;
}
.bloquedetalle h5 a:hover {
	text-decoration: underline;
}
.bloquedetalle h6 {
    font-size: 80%;
    margin: 8px 0;
}
.bloquedetalle p {
    font-size: 85%;
    margin: 0 0 20px;
    padding: 3px 15px 0 0;
    text-align: left;
}
.bloquedetalle ul {
    font-size: 80%;
    list-style-type: none;
    margin: 5px 0;
    padding: 15px 15px 15px 10px;
	background-image:url(../images/bg_caja_tramite.gif);
	background-repeat:repeat-x
}
.bloquedetalle li {
    background-image: url("../images/flecha_gris.gif");
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 0 0 3px 10px;
}
.bloquedetalle li span {
	font-weight: bold;
	padding-right: 5px;
	display: block;
}
.bloquedetalle li a {
	text-decoration: underline;
}
.bloquedetalle li a:hover {
	text-decoration: none;
}
.bloquedetalle table.docs {
	margin-bottom: 20px;
}
.bloquedetalle ul.req {
    font-size: 80%;
    list-style-type: none;
    margin: 5px 0 20px 0;
    padding: 15px 15px 15px 10px;
}
.bloquedetalle ul.req li {
	background-image: url("../images/bullet_pie.gif");
    background-position: left 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 0 0 10px 12px;
}
.bloquedetalle ul.req li span {
	font-weight: bold;
	padding-right: 5px;
	display: block;
}
.bloquedetalle ul.req li a {
	text-decoration: underline;
}
.bloquedetalle ul.req li a:hover {
	text-decoration: none;
}
.bloquedetalle ul.req ul {
    font-size: 100%;
	margin: 15px 0 15px 0;
    padding: 15px 15px 0px 20px;
	border: 1px dashed #d9d7d7
}
.bloquedetalle ul.req ul li {
    font-weight: normal;
	background-image: url("../images/bullet_flecha_form_gris.gif");
    background-position: left 5px;
    background-repeat: no-repeat;
	padding: 0 0 8px 9px;
}


.bloquedetalleperfil h5 {
	background-image: url(../images/bullet_tramite.gif);
    background-position: left 17px;
    background-repeat: no-repeat;
    font-size: 95%;
    margin: 0px 0 0;
    padding: 13px 0 0 16px;
}
.bloquedetalleperfil h5 a {
	text-decoration: none;
}
.bloquedetalleperfil h5 a:hover {
	text-decoration: underline;
}
.bloquedetalleperfil h6 {
    font-size: 80%;
    margin: 8px 0;
}
.bloquedetalleperfil p {
    font-size: 80%;
    margin: 0 0 20px;
    padding: 5px 15px 0 17px;
    text-align: left;
}
.bloquedetalleperfil ul {
    font-size: 80%;
    list-style-type: none;
    margin: 5px 0;
    padding: 15px 15px 15px 20px;
	background-image:url(../images/bg_caja_tramite.gif);
	background-repeat:repeat-x
}
.bloquedetalleperfil li {
	background-image: url("../images/bullet_flecha_form_gris.gif");
    background-position: left 5px;
    background-repeat: no-repeat;
    padding: 0 0 18px 9px;
}
.bloquedetalleperfil li span {
	font-weight: bold;
	padding-right: 5px;
	display: block;
}
.bloquedetalleperfil li a {
	text-decoration: underline;
}
.bloquedetalleperfil li a:hover {
	text-decoration: none;
}
.bloquedetalleperfil table.docs {
	margin-bottom: 20px;
}
.bloquedetalleperfil ul.req {
    font-size: 80%;
    list-style-type: none;
    margin: 5px 0 20px 0;
    padding: 15px 15px 15px 10px;
}
.bloquedetalleperfil ul.req li {
	background-image: url("../images/bullet_pie.gif");
    background-position: left 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 0 0 10px 12px;
}
.bloquedetalleperfil ul.req li span {
	font-weight: bold;
	padding-right: 5px;
	display: block;
}
.bloquedetalleperfil ul.req li a {
	text-decoration: underline;
}
.bloquedetalleperfil ul.req li a:hover {
	text-decoration: none;
}
.bloquedetalleperfil ul.req ul {
    font-size: 100%;
	margin: 15px 0 15px 0;
    padding: 15px 15px 0px 20px;
	border: 1px dashed #d9d7d7
}
.bloquedetalleperfil ul.req ul li {
    font-weight: normal;
	background-image: url("../images/bullet_flecha_form_gris.gif");
    background-position: left 5px;
    background-repeat: no-repeat;
	padding: 0 0 8px 9px;
}

.botonera {
    margin-bottom: 12px;
    padding: 10px 0 18px;
    width: 100%;
}
.boton, .botonverde {
    font-size: 80%;
    padding: 4px;
	font-weight:bold;
	font-family: "asapregular","Helvetica",sans-serif;
}
a.boton, a.botonverde {
	text-decoration: none;
	font-weight: bold
}
.tramite {
    background-image: url("../images/pic_tramite.jpg");
    background-position: 600px 0px;
    background-repeat: no-repeat;
}
.certificado {
    background-image: url("../images/pic_acceso.jpg");
    background-position: 519px 0px;
    background-repeat: no-repeat;
}
.mistramites {
    background-image: url("../images/pic_mistramites.jpg");
    background-position: 700px 0px;
    background-repeat: no-repeat;
}
.mistramitesborrador {
    background-image: url("../images/pic_mistramitesborrador.jpg");
    background-position: 710px 0px;
    background-repeat: no-repeat;
}
.misdocumentos {
    background-image: url("../images/pic_misdocumentos.jpg");
    background-position: 700px 0px;
    background-repeat: no-repeat;
}
.normativa {
    background-image: url("../images/pic_normativa.jpg");
    background-position: 699px 0px;
    background-repeat: no-repeat;
}
.accesibilidad {
    background-image: url("../images/pic_accesibilidad.jpg");
    background-position: 659px 0px;
    background-repeat: no-repeat;
}
.bloquedetalle table {
    border-collapse: collapse;
    width: 638px;
}
.bloquedetalle table th {
    background-image: url("../images/fondo_th.gif");
    background-position: left top;
    background-repeat: repeat-x;
    font-size: 95%;
    font-weight: normal;
    padding: 5px 0 8px 20px;
    text-align: left;
}
.bloquedetalle table td {
	padding: 11px;
	font-size: 80%;
}
.bloquedetalle .descripcion {
	width: 540px;
}
.bloquedetalle table td a {
	background-image: url("../images/bullet_flecha_form.gif");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 20px;
	float: left;
	text-decoration: none;
}
.bloquedetalle table td a:hover {
	text-decoration: underline;
}
.bloquedetalle table td a.adjunto {
	background-image: url("../images/bullet_adjuntos.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    padding-left: 30px;
}
.bloquedetalle table td img {
	padding-right: 6px;
}
.bloquedetalle form {
	padding: 0 0 10px;
}
.bloquedetalle label {
    display: block;
    font-size: 75%;
    font-weight: bold;
    padding-bottom: 3px;
}
.bloquedetalle select {
    font-size: 75%;
    width: 190px;
}

.bloquedetalleperfil table {
    border-collapse: collapse;
    width: 638px;
}
.bloquedetalleperfil table th {
    background-image: url("../images/fondo_th.gif");
    background-position: left top;
    background-repeat: repeat-x;
    font-size: 95%;
    font-weight: normal;
    padding: 5px 0 8px 20px;
    text-align: left;
}
.bloquedetalleperfil table td {
	padding: 11px;
	font-size: 80%;
}
.bloquedetalleperfil .descripcion {
	width: 540px;
}
.bloquedetalleperfil table td a {
	background-image: url("../images/bullet_flecha_form.gif");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 20px;
	float: left;
	text-decoration: none;
}
.bloquedetalleperfil table td a:hover {
	text-decoration: underline;
}
.bloquedetalleperfil table td a.adjunto {
	background-image: url("../images/bullet_adjuntos.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    padding-left: 30px;
}
.bloquedetalleperfil table td img {
	padding-right: 6px;
}
.bloquedetalleperfil form {
	padding: 0 0 10px;
}
.bloquedetalleperfil label {
    display: block;
    font-size: 75%;
    font-weight: bold;
    padding-bottom: 3px;
}
.bloquedetalleperfil select {
    font-size: 75%;
    width: 190px;
}


#numRegistros {
    background-image: url("../images/lupa_resultados.gif");
    background-position: 13px 13px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 20px;
    padding: 10px 10px 10px 40px;
    width: 590px;
	display: block;
	clear: both;
}
#numRegistros p {
    margin: 0px;
}

/* #paginacion { */
/*     float: left; */
/*     text-align: center; */
/* } */

/* #listaPaginacipon li {   */
/* display: inline;   */
/* } */

/* #paginacion a { */
/*     float: left; */
/*     font-weight: bold; */
/*     margin: 0; */
/*     padding: 20px 79px; */
/*     text-align: center; */
/*     width: 480px; */
/* 	background-image: url("../images/bgpag_on.gif"); */
/*     background-position: center center; */
/*     background-repeat: no-repeat; */
/*     display: inline-block; */
/*     padding: 3px 10px; */
/* 	float: left; */
/* } */

/* #paginacion ul { */
/*     float: left; */
/*     font-weight: bold; */
/*     margin: 0; */
/*     padding: 20px 79px; */
/*     text-align: center; */
/*     width: 480px; */
/* } */
/* #paginacion li { */
/* 	background-image: url("../images/bgpag_on.gif"); */
/*     background-position: center center; */
/*     background-repeat: no-repeat; */
/*     display: inline-block; */
/*     padding: 3px 10px; */
/* 	float: left; */
/* } */
/* #paginacion li.activo { */
/* 	background-image: url("../images/bgpag_off.gif"); */
/*     background-position: center center; */
/*     background-repeat: no-repeat; */
/* } */
/* #paginacion li.primera { */
/* 	background-image: url("../images/fpag_primera.gif"); */
/*     background-position: left center; */
/*     background-repeat: no-repeat; */
/* 	padding: 3px 14px; */
/* } */
/* #paginacion li.anterior { */
/* 	background-image: url("../images/fpag_anterior.gif"); */
/*     background-position: left center; */
/*     background-repeat: no-repeat; */
/* 	padding: 3px 11px; */
/* } */
/* #paginacion li.siguiente { */
/* 	background-image: url("../images/fpag_siguiente.gif"); */
/*     background-position: right center; */
/*     background-repeat: no-repeat; */
/* 	padding: 3px 11px; */
/* } */
/* #paginacion li.ultima { */
/* 	background-image: url("../images/fpag_ultima.gif"); */
/*     background-position: right center; */
/*     background-repeat: no-repeat; */
/* 	padding: 3px 14px; */
/* } */
/* #paginacion li a { */
/* 	text-decoration: none; */
/* } */

/**** */


/* .paginacion p { */
/*     color: #5B5B5B; */
/* } */

/* .paginacion p { */
/*     border-color: #CFC7C0; */
/*     border-style: dotted; */
/*     border-width: 1px; */
/*     font-size: 75%; */
/*     margin: 0 0 20px; */
/*     padding: 3px 15px 0 0; */
/*     text-align: left; */
/* } */

div#paginacion
{
	float: left;
	width:99.7%;
	text-align:center;
	height: 60px;
}


#paginacion a {
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 20px 79px;
    text-align: center;
/*     width: 480px; */
	background-image: url("../images/bgpag_on.gif");
    background-position: center center;
    background-repeat: no-repeat;
    /*display: inline-block;*/
    padding: 3px 10px;
/* 	float: left; */
}



/* #paginacion p { */
/*     border-color: #CFC7C0; */
/*     border-width: 1px; */
/*     font-size: 75%; */
/*     margin: 0 0 20px; */
/*     padding: 7px 15px 0 0; */
/*     text-align: center; */
/* } */
#paginacion p {
    float: left;
    font-weight: bold;
    font-size: 75%;
    margin: 0;
    padding: 20px 79px;
    text-align: center;
    width: 752px;
}
#paginacion a {
	background-image: url("../images/bgpag_on.gif");
    background-position: center center;
    background-repeat: no-repeat;
    /*display: inline-block;*/
    padding: 8px 10px;
	float: center;
}
#paginacion a.activo {
	background-image: url("../images/bgpag_off.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
#paginacion a.primera {
	background-image: url("../images/fpag_primera.gif");
    background-position: left center;
    background-repeat: no-repeat;
	padding: 3px 14px;
}
#paginacion a.anterior {
	background-image: url("../images/fpag_anterior.gif");
    background-position: left center;
    background-repeat: no-repeat;
	padding: 3px 11px;
}
#paginacion a.siguiente {
	background-image: url("../images/fpag_siguiente.gif");
    background-position: right center;
    background-repeat: no-repeat;
	padding: 3px 11px;
}
#paginacion a.ultima {
	background-image: url("../images/fpag_ultima.gif");
    background-position: right center;
    background-repeat: no-repeat;
	padding: 3px 14px;
}
#paginacion p a {
	text-decoration: none;
}



/* */



.archivados {
	float: left;
    padding: 10px 0 0;
	width: 640px;
}
.archivados label {
	float: left;
}
.archivados input {

}
.borradorinputs {
    float: left;
    margin-top: 8px;
    padding: 10px 0;
    text-align: right;
    width: 637px;
}
.fechacreacion {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}
.descripcion350 {
	width: 350px;
}
.cierre640 {
    padding: 12px 0;
    width: 640px;
	text-align: right;
}
.bloquedetalle ul.pdf {
    font-size: 80%;
    list-style-type: none;
    margin: 5px 0;
    padding: 15px 15px 15px 20px;
}
.bloquedetalle .pdf li {
	background-image: url("../images/pdf_ico.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 0 6px 23px;
}
.bloquedetalle .pdf li a {
	text-decoration: underline;
}
.bloquedetalle .pdf li a:hover {
	text-decoration: none;
}

.iframeTramite
{
	overflow-x: hidden;
	margin: 12px;
	width: 100%;
	height: 700px;
}

.verticalScrollFrame{
	overflow-x:hidden;
}

.negrita2
{
	font-size: 90% !important;
}

.firma a.boton, .firma a.botonverde {
	padding: 1px 10px 1px 10px;
}

.categoriatablonTodos {
    margin: opx 0 0 !important;
    padding: 0 0 14px 38px;
    *width: 350px;
}

.bloqueform .accion {
	width: 90px;
}

.img{
	width:28%;
	float:left;
}

.texto{
	width:72%;
	float:left;
}

.anuncios{
    background-image: url("../images/bg_tablon.jpg");
    background-position: 692px 8px;
    background-repeat: no-repeat;
}

.bloqueanuncios h3 {
	font-size: 140%;
	padding-top: 12px;
	padding-bottom: 10px;
}
.bloqueanuncios {
    float: left;
    margin: 10px 0;
    padding: 15px 310px 20px 30px;
    width: 640px;
}
.bloqueanuncios h4 {
	margin: 10px 0;
}

.bloqueanuncios p {
    font-size: 80%;
    margin: 0 0 20px;
    padding: 3px 15px 0 0;
    text-align: left;
}
.bloqueanuncios ul {
    font-size: 80%;
    list-style-type: none;
    margin: 5px 0;
    padding: 15px 15px 15px 20px;
}
.bloqueanuncios li {
	background-image: url("../images/bullet_flecha_form_gris.gif");
    background-position: left 5px;
    background-repeat: no-repeat;
    padding: 0 0 18px 9px;
}
.bloqueanuncios li span {
	font-weight: bold;
	padding-right: 5px;
	display: block;
}
.bloqueanuncios li a {
	text-decoration: underline;
}
.bloqueanuncios li a:hover {
	text-decoration: none;
}

.mistramites label {
    display:inline;
    font-size: 75%;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 10px;
}

.bloqueformFrame {
	float: left;
	margin: 10px 0;
}
.bloqueformFrame h4 {
	background-image: url(../images/bg_deg_h4.jpg);
	background-repeat: repeat-x;
	height: 29px;
	width: 968px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 115%;

}
.bloqueformFrame p {
    font-size: 70%;
    margin: 0;
    padding: 0 30px 0 15px;
    text-align: justify;
}
.bloqueformFrame table {
    border-collapse: collapse;
    width: 980px;
}
.bloqueformFrame table th {
    background-image: url("../images/bg_deg_th.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    font-size: 95%;
    font-weight: normal;
    padding: 8px 0 8px 10px;
    text-align: left;
}
.bloqueformFrame table td {
	padding-left: 31px;
	padding-top:11px;
	padding-bottom:11pX;
}
.bloqueformFrame .descripcion {
	width: 540px;
}
.bloqueformFrame table td a {
	background-image: url("../images/bullet_flecha_form.gif");
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 80%;
    padding-left: 20px;
	float: left;
	text-decoration: none;
}
.bloqueformFrame table td a:hover {
	text-decoration: underline;
}
.bloqueformFrame table td a.adjunto {
	background-image: url("../images/bullet_adjuntos.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    padding-left: 30px;
}
.bloqueformFrame .accion {
	width: 90px;
}

.misdatos{
    background-image: url("../images/bg_tablon2.jpg");
    background-position: 692px 8px;
    background-repeat: no-repeat;
}
.compartir {
    float: left;
    padding-right: 10px;
    padding-top: 14px;
}
.sombra {
	height: 22px;
	width: 202px;
	background-image: url(../images/sombra_menu_colizq.jpg);
	background-repeat: no-repeat
}

.mensaje_login{
	margin:11.2px;
	padding:5px 0;
	font-size:90%;
	text-overflow: ellipsis;
	/*font-family: "roboto_slabregular",serif;*/
	color:#2A4465;
	}

.login_field{
	width:200px;
	align:left;
	/*font-family: "roboto_slabregular",serif;*/
	float:left;
	color:#2A4465;
	padding: 5px;
	font-size:11.2px;
}
.login_text{
	width:110px;
	text-align:left;
	/*font-family: "roboto_slabregular",serif;*/
	float:left;
	color:#2A4465;
	padding: 5px;
	font-size:11.2px;
}

.login_text_linea{
	width:600px;
	text-align:left;
	/*font-family: "roboto_slabregular",serif;*/
	float:left;
	color:#2A4465;
	padding: 5px;
	font-size:90%;
}



.login_text_action{
	width:400px;
	text-align:left;
	/*font-family: "roboto_slabregular",serif;*/
	float:left;
	color:#2A4465;
	padding: 5px;
	font-size:90%;
}

.login_here{
	width:100px;
	/*font-family: "roboto_slabregular",serif;*/
	color:#2A4465;
	font-size:90%;
	text-decoration: none;
	font-weight:bold;
}

.login_td{
	vertical-align: super;
	padding-left: 10px;
}


.boton_login{
	width:130px;
	/*font-family: "asapregular","Helvetica",sans-serif;*/
	float:left;
	padding: 5px;
	font-size:80%;
    text-align: center;
    background-color:#4977AF;
	color: #FFFFFF;
	cursor:pointer;
	border: 1px solid;

}


.boton_login_out{
	margin:0;
	padding:3px 0;
	/*font-family: "roboto_slabregular",serif;*/
	font-size:9px;
	color:#333;
	border:1px solid #7f9db9;
	background-color:#4977AF;
	text-decoration: none;
	width:130px;
	vertical-align: super;
}

.fila {
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 15px;
}