/* NUEVA CONFIGURACIÓN DE ESTILOS 17/11/2010*/

/*verde: 5EDF45*/
/*azul: 4591DE*/

html,body{
	margin:0px auto;

}

.loading{
	/*background-image:url('/public/ptf_default/default/img/loading.gif');*/
	background-image:url('/acceso/public/ptf_default/default/img/loading.gif');
	background-repeat:no-repeat;
	background-position:left;	

	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;

}

  /* Estilos para la ventana emergente */
        #ventanaEmergente {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            z-index: 1000;
            text-align: center;
        }

        /* Estilos para el logo */
        #logoEmergente {
            max-width: 100px; /* Ajusta el tamaño del logo según tus necesidades */
        }
		
 #contenedor {
  
   position: relative; 
   margin:0px auto;
   text-align:center;
   width:70%;
   
  }
  #concedidas {
  /*  position: absolute; 
   left: 0;
   top: 0;*/
   display: block;
   
   z-index: 3;
  }
  #presentadas {
   /* position: absolute; 
   left: 0;
   top: 0;
 */
   display:none;
   z-index: 2;
  }
  
  #Nopresentadas {
   /* position: absolute; 
   left: 0;
   top: 0;
 */
   display: none;
   z-index: 1;
  }
  
 
  
  
 table.solicitudes {
                        margin: 20px auto;
}
                
 table.solicitudes caption {
                        font: bold 12px Tahoma,"Trebuchet MS",  Arial, sans-serif;
                        color: #000;
                        text-align: center;
                        margin: 10px auto;
}

/* 
table tbody tr{
	border:3px solid white;
} */						

th{
	border-bottom:3px solid white;
	border-top:3px solid white;
}


table tbody tr.principal th {
                        font:  12px Tahoma, "Trebuchet MS", Arial, sans-serif;
                        color: #fff;
						background-color : #5EDF45 ;						
                        text-align: left;
                        padding: 5px;
}


                        
table tbody tr.cabecera th {
                        font:  12px Tahoma,"Trebuchet MS",  Arial, sans-serif;
                        color: #fff;
						background-color:#999999;
                        text-align: left;
                        padding: 5px;
}


                        
/* 
table.solicitudes tbody th {
                        font: bold .9em/1.5em Tahoma,"Trebuchet MS",  Arial, sans-serif;
                        color: #DC4503;
                        text-align: left;
                        padding: 5px;
                        }

                        
 table.solicitudes tbody td {
                        font: .9em/1.5em Tahoma, "Trebuchet MS", Arial, sans-serif;
                        color: #666;
                        background: #fff;
                        text-align: left;
                        padding: 5px;
                        }

	 */		

	 


#wrapper{
	margin:0px auto;
	/*width:70%;*/
	/*min-width: 800px;*/
	width: 1024px;
	/*border:1px solid red;*/
	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;
	
	
}	

#wrapper p{
	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;
}

#wrapper_right{
	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;
	text-align:right;

}
#wrapper_left{
	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;
	text-align:left;
	width: 1024px;

}

.menu_button{
	display:inline-block;
	background-color:#808080;
	color:#FFFFFF;
	padding:5px;
	
	/*ie6 hack*/
	_display:inline;

	/*ie7 hack*/
	*display:inline;

}



.menu_button  a:link, .menu_button a:visited {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

.menu_button a{
	color: #ffffff;
	font-weight: bold;
}

.menu_button a:hover{
	color: #5edf45;
	font-weight: bold;
}

.menu_button a .activo{
	background-color: #5edf45;
	color:white;
	font-weight: bold;
}


.link_visual{
	color: #5EDF45;
	text-decoration: none;
}

.link_visual:hover{
text-decoration: underline;
}

#wrapper input,select {
    border:1px solid #CCCCCC;
    margin-bottom:1em;
} 

#wrapper option {
	/*border:1px solid #999999;*/
} 

#wrapper textarea {
	border:1px solid #999999;
} 

#wrapper select {
	width:260px;
	border:1px solid #999999;
}


#visual{
	margin:0px auto;
	width: 1024px;
	/*border:1px solid red;*/
	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;
	
}	

#visual img{
	border:0px;
}


#wrapper a{
	color: #5EDF45;
	text-decoration: none;
}

#wrapper a:hover{
text-decoration: underline;
}

 
.link_js{
	cursor:pointer;
	_cursor:hand;
	*cursor:hand;
}

 
#wrapper .finput{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	text-align:right;
	padding:5px;
}

 #wrapper .finput input{
	width:125px;
	border-width:0px;
	border-bottom-width:1px;
	border-top-width:1px;
	text-align:right;
 	
	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;

 }
 
 


#wrapper #zona_privada{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding:5px;
}
 
 
 #wrapper table{
 	font-family: Tahoma,"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#808080;
}
 
 
.lbl_error{
	display: inline;
	color: red;
	/*color: #de7845;*/
	/*color:#808080;*/
	font-family: arial;
	font-size: 11px;
	
	/*font-style: italic;*/
	
	
	
}
 
 
 
 
 
 
 
 
 /* CSS visualtis */
 
 
 #jsn-master {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFF none repeat scroll 0 0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5;
	text-align: center;
	font-size: 75%;
}

#jsn-page {
    background-color: #fff;
    color: #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}
#jsn-promo {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color:#595959;
	
	color:#F2F2F2;
}

#jsn-mainmenu {
	position:relative;
    z-index:1;
    float:left;
}

#jsn-promo .flag {
	margin:0;
	text-align:right;
	top:10px;
}

#jsn-pheader {
	float:left;
	width:100%;
}

#jsn-is116 {
	height:225px;
    width:100%;
}

.headerimage {
	margin-top: 75px;
	
	margin-bottom: 15px;
}

.subtitle {
	color:#808080;
	font-weight: bold;
	font-size: 11px;
	letter-spacing:0.2px;
}

.subsubtitle {
    color:#808080;
    font-size: 9px;
    line-height:1.1;
    letter-spacing:0px;
    margin: 4px 0;
    font-weight: normal;
}

.subsubtitle a {
	color:#808080;
	font-size: 9px;
	letter-spacing:0.2px;
	text-decoration: none;
}

.subsubtitle a:hover {
	text-decoration: underline;
}

.subsubtitle a.versionaa {
	color: #5EDF45;
}

#jsn-content {
}

#jsn-maincontent {
	padding-bottom: 20px;
    width: 600px;
}

#jsn-leftsidecontent {
	width: 256px;
}

#jsn-rightsidecontent {
}

#jsn-footer {
    padding: 50px;
    border: 0px;
    float:none;

}

.minicuadroverde-cal {
    width:119px;
    height:119px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    line-height: 1.2;
    font-size: 25px;
    text-align: left;
}


.minicuadroverde {
	width:111px;
    height:106px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 4px;
    padding-left: 13px;
    line-height: 0.8;
    font-size: 25px;
    text-align: left;
}

.minicuadroverde a:hover {
	text-decoration: none;
	cursor:pointer;
	cursor:hand;

}


.minicuadroverde .miniletra {
	font-size: 13px;
	letter-spacing:0px;
	line-height: normal;
}

.subtitulo-area {
	margin-top: 10px;
}

.bocadilloEventos {
    width:111px;
    height:106px;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 13px;
    line-height: 0.8;
    font-size: 9px;
}

.area {
    background:#5edf45 url('../images/area-verde.png');
    color:#FFF;
    text-align: left;
}

.area-cal {
    background-color:#5edf45;
    color:#FFF;
}

.area-margin-left {
	margin-left: 5px;
}

.area a {
	color: #FFF;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}

.area a:hover {
	color: #999999;
}

.seccion {
    background-color:#999999;
    color:#FFF;
    margin-left:5px;
}

.cuadrogris {
	background-color:#999999;
    color:#FFF;
    margin-left:4px;
    width:292px;
    height:119px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 0.9;
	overflow: hidden;
	text-align: left;
}

.cuadrogris .navegacion {
    width:10px;
}

.cuadrogris .navegacion .up {
	margin-top: 0px;
	height: 10px;
	font-size: 7px;
}

.cuadrogris .navegacion .down {
	margin-top: 96px;
	height: 10px;
	z-index: 1000;
	font-size: 7px;
}

.cuadrogris .wrap-secciones {
    width: 275px;
    height: 109px;
}

.cuadrogris .secciones {
    width: 270px;
    height: 109px;
    margin-top: 8px;
}

.cuadrogris .secciones a:link, .cuadrogris .secciones a:visited{

	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

.cuadrogris .secciones .seccion {
    height:38px;
    margin:0 2px;
    width:270px;
    font-size: 11px;
    line-height: normal;
}

.cuadrogris .secciones .secciondoble {
    width: 250px;
}

.cuadrogris .secciones .seccion  a {
    color: #FFF;
}

.cuadrogris .secciones .seccion  a:hover {
    color: #5edf45;
    font-weight: bold;
}

.cuadrogris .secciones .seccion .seccion-nombre {
	width: 255px;
	padding-left:5px;
}

.cuadrogris .secciones .secciondoble .seccion-nombre {
    width: 180px;
}

#content-header {
	margin-bottom: 20px;
}

#maincontent {
	color: #808080;
    font-size: 12px;
    text-align: justify;
}

.maincontent-left {
	/*margin-left:154px;*/
    width:416px;
}

.maincontent-right {
	margin-left:33px;
    width:557px;
}

#maincontent .contenido-seccion .titulo {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #5edf45;
	text-align: left;
}

#maincontent .contenido-seccion {
    width:115px;
    font-size: 10px;
}

#maincontent .contenido .titulo {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #5edf45;
    padding-right: 15px;
    text-align: left;
}

#maincontent .contenido {
    width: 286px;
}

#maincontent .contenido .selectedimg {
    padding-left: 13px;
}

#maincontent .contenido .selectedimg a img{
    vertical-align: top;
    margin-right: 5px;
}

#maincontent .contenido .subseccion-selectedimg {
    width:10px;
}

#maincontent .contenido .subtitulo {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #5edf45;
    width: 358px;
    padding-right: 15px;
}

#maincontent .contenido .color-verde {
	color:#5edf45;
}

#maincontent .contenido .color-gris {
    color:#808080;
}

#maincontent .contenido a {
/*	text-decoration: none;*/
}

#maincontent .contenido .color-verde a {
	color:#5edf45;
}

#maincontent .contenido .color-gris a {
	color:#808080;
}

#maincontent .contenido a:hover div.color-gris {
	/*color:#5edf45;*/
	text-decoration: underline;
}

#maincontent .contenido a:hover div.color-verde {
	/*color:#808080;*/
	text-decoration: underline;
}

#maincontent .contenido div.color-gris a:hover {
	/*color:#5edf45;*/
	text-decoration: underline;
}

#maincontent .contenido div.color-verde a:hover {
	/*color:#808080;*/
	text-decoration: underline;
}

#maincontent .contenido .texto {
	padding-left:31px;
    width:390px;
}

#maincontent .contenido .texto-error {
	width:600px;
}

#maincontent .contenido .subseccion {
	padding-left:50px;
    width:371px;
}

#maincontent .contenido .subsecciontitle {
	padding-left:48px;
    width:373px;
}

.clearbreak {
    clear:both;
}

.destacados-izq, .destacados-der {
	width: 128px;
}

#jsn-leftsidecontent .destacados-izq {
	float: right;
}

#jsn-leftsidecontent .destacados-der {
	float: left;
}

#jsn-rightsidecontent .destacados-izq {
	float: left;
}

#jsn-rightsidecontent .destacados-der {
	float: right;
}

.destacados {
    margin-right:4px;
    margin-bottom: 4px;
    width:98px;
    height:106px;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 10px;
    line-height: 0.9;
}

.destacados a {
	text-decoration: none;
	color:#FFF;
}

.verde {
	background-color:#5edf45;
    color:#FFF;
}

.gris {
    background-color:#999999;
    color:#FFF;
}

.verde a:hover {
    color:#999999;
}

.gris a:hover {
    color:#5edf45;
}

.destacados .titulo {
	font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.destacados-cierre {
    margin-right: 4px;
    margin-left: 0; 
    width:62px;
    height:62px;
    font-weight: bold;
    font-size: 10px;
    line-height: 0.9;
}

.float-left {
	float:left;
}
.float-right {
    float:right;
}
	

.align-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.align-right {
	text-align:center;
	margin-left:auto;
	margin-right:0;
}

.size-right {
    width:706px;
}

.size-left {
    width:990px;
}

.size-center {
    width:1004px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.margin-bottom {
    margin-bottom: 20px;
}




#jsn-maincontent-cross {
	position:relative;
    margin-left: auto;
    margin-right: auto; 
    width: 1024px;
    text-align: center;
}

.cal-links {
	margin:0;
	position:absolute;
	text-align:right;
	top:0px;
	line-height:0.8;
    background-color:#5edf45;
    width:25px;
    margin-left: 85px;
}

.cal-more {
	top:109px;
	line-height: 0.2;
	margin-left: 87px;
}

.seccion-imagen {
    background-color:#FFF;
    color:#FFF;
    margin-bottom:20px;
    overflow: hidden;
    width:124px;
    height:116px;
    font-weight: bold;
    line-height: 0.8;
    font-size: 8px;
    text-align: center;
}

.seccion-imagen {
	padding: 8px 0;
}

.seccion-detalle {
	padding-left: 13px;
}

#maincontent .contenido .texto img {
	float: left;
	margin-right: 15px;
}

#maincontent .contenido .texto .pie a {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0;
    color: #5edf45;
}

#maincontent .contenido .texto .pie img {
	margin-right: 5px;
}

#jsn-maincontent-activities {
	position:relative;
    margin-left: auto;
    margin-right: auto; 
    width: 1024px;
}

.activities-size-center {
    width:1024px;
}

.actividades-margin {
	margin-left: 149px;
}

.actividades-size {
	width: 125px;
}

.actividad-destacado {
	width: 256px;
	float: left;
}

.actividad-destacado .destacados-izq {
	float: right;
}

.actividad-destacado .destacados-der {
	float: left;
}

.area-mini {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(../images/area-verde-mini.png) repeat scroll 0 0;
	color:#5EDF45;
	margin-bottom: 4px;
}

.minicuadroverde-mini {
	font-weight:bold;
	height:56px;
	line-height:0.8;
	padding-left:5px;
	padding-top:7px;
	width:59px;
}

.area-mini a {
	color: #FFF;
	text-decoration: none;
}

.area-mini a:hover {
	color: #999999;
}

.actividades-eventos-margin {
	position: absolute;
	margin-top: 350px;
	margin-left: 346px;
}

.minicuadroverde-cal-big {
    width:186px;
    height:165px;
    font-weight: bold;
    padding-top: 16px;
    padding-left: 16px;
    line-height: 1.2;
    font-size: 25px;
    text-align: left;
    margin-bottom: 4px;
}

.area-cal-big {
    background-color:#5edf45;
    color:#FFF;
}

.cal-links-big {
	margin:0;
	position:absolute;
	text-align:right;
	top:16px;
    background-color:#5edf45;
    width:50px;
    margin-left: 118px;
    z-index: 1000;
    line-height: 0.8;
}

.destacado-time {
	position: absolute;
	height: 100px;
}

.destacado-time div {
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 106px;
}

.texto a {
	color:#5EDF45;
	text-decoration: none;
}

.texto a:hover {
	text-decoration: underline;
}

#intro .pie {
	margin: 10px 20px;
}

#intro .pie a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    color: #5edf45;
}

#intro .texto .pie img {
	margin-right: 5px;
}

#intro .texto a {
	text-decoration: none;
}

.size-center-lateral-left {
	width: 562px;
}

.size-center-lateral-right {
	width: 558px;
}

.wrap-arealeft {
	width: 558px;
	overflow:hidden;
    position:absolute;
    margin-left:6px;
}

.wrap-areacenter {
    margin-left:440px;
    position:absolute;
    z-index:10;
}

.wrap-arearight {
	width: 558px;
	overflow:hidden;
    position:absolute;
    margin-left:440px;
}

.areaclear {
	height: 124px;
}

.group-izq {
	margin-left: 306px;
}

.group-der {
	margin-left: -306px;
}

#areacenter1 {
	margin-left: 4px;
}

#areacenter2 {
	margin-left: 4px;
}

#secciones3 {
	margin-left:-4px;
}

#areacenter3 {
	margin-left: 4px;
	margin-right: 4px;
}

#areacenter4 {
	margin-left: 0px;
}

.minicuadroverde .nosotros-zonaprivada {
	position:absolute;
	font-size: 11px;
	letter-spacing:0px;
	line-height: normal;
	top: 90px;
	width: 100px;
}

.intro-pie {
	margin-right: 140px;
}

.convocatoriawindow {
	clear:both;
	margin:20px;
}

.convocatoriawindow div {
	float:left;
	color:#808080;
}

.convocatoriawindow .titulo {
	color:#5EDF45;
}

.convocatoriawindow .detalle {
	margin-left:10px;
	margin-bottom:15px;
	width:590px;
}

.convocatoriawindow .detalle a {
	color:#5EDF45;
	text-decoration:none;
}

.convocatoriawindow .detalle a:hover {
	text-decoration:underline;
}

div#buscador {
	height: 130px;
	width: 375px;
	background: #5EDF45;
	padding-top: 11px;
	padding-left: 24px;
	margin-left: 30px;
	margin-bottom: 10px;
}

div#buscador.nonstandard {
	height: 150px;
}

div#buscador .filtro {
	clear: left;
}

div#buscador label {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	width: 122px;
	float: left;
}

div#buscador input, div#buscador select, div#buscador textarea, div#buscador checkbox {
	text-align: right;
	border: 0;
	width: 242px;
	font-size: 0.7em;
	color: #808080;
}

div#buscador .boton {
	float: right;
	font-size: 10px;
	margin-top: 4px;
	margin-right: 10px;
}

div#buscador .boton a {
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

div#buscador .boton a:hover {
	text-decoration: underline;
}

div#buscador .boton a img {
	vertical-align: middle;
}

a.externo {
	background: url(../images/externo.gif) no-repeat right top;
	padding-right: 10px;
}

.ck_paged_loop_pager {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	width: 390px;
}

div.ck_paged_loop_pager a {
	border: 0px;
	color: #808080;
	text-decoration: none;
}

div.ck_paged_loop_pager a:hover {
	text-decoration: underline;
}

span.ck_paged_loop_current {
	border: 0px;
	color: #5EDF45;
}

div#buscador.contacto {
	height: 140px;
}

div#buscador .t-error-icon {
	display:none;
}

div.t-error {
	height: 110px;
	width: 383px;
	background: #5EDF45;
	padding: 8px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: none;
	font-size: 11px;
}

div.t-error div {
	background: #FFFFFF;
	color: #808080;
	padding-left: 5px;
}

div.t-error ul {
	background: #5EDF45;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	list-style: none;
	margin-top: 10px;
}

html > body div.t-error li {
	margin-left:-35px;
}

#maincontent .contenido .texto h1.titulo-verde {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 10px;
    background: #5edf45;
    color: #FFF;
    padding: 4px 15px;
    text-align: left;
    margin-left: -16px;
}

#maincontent .contenido .texto h2.titulo-gris {
    background:none repeat scroll 0 0 #808080;
	color:#5EDF45;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:5px;
	margin-top:10px;
	padding:2px;
	text-align:center;
	width:14px;
}

#maincontent .contenido .texto h3.titulo-verde-little {
	background:none repeat scroll 0 0 #5EDF45;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.2;
	padding:2px 4px;
	text-align:left;
	font-size:12px;
}

#maincontent .contenido .texto h4.text-bold {
    font-weight: bold;
    color:#808080;
	font-size:12px;
	text-align:justify;
}

#maincontent .contenido .texto h5.text-underline,
#maincontent .contenido .texto h6.text-underline {
	font-weight: normal;
    text-decoration: underline;
    color:#808080;
	font-size:12px;
	text-align:justify;
}

#maincontent .contenido .texto ul {
	background:none repeat scroll 0 0 #808080;
	color:#000000;
	list-style-type:none;
	margin:10px 0 6px;
	padding:4px;
	text-align:left;
}

#maincontent .contenido .texto ul a {
	color:#000000;
}

.gotofront {
	z-index: 100;
}

.highlight-container {
	float:right;
	width:124px;
}

.highlight {
    width:98px;
    height:106px;
    margin:75px 4px 0 0;
    padding: 18px 13px 0 13px;
    font-weight: bold;
    font-size: 10px;
    line-height: 0.9;
	background-color: #999999;
	color:#5edf45;
	text-align: right;
}

.highlight-time {
	float: left;
	position: absolute;
	height: 100px;
}

.highlight-time div {
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 99px;
	padding-bottom: 10px;
}

.highlight .titulo {
	font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.highlight a {
	text-decoration: none;
	color:#5edf45;
}

.highlight a:hover {
	color:#FFF;
}

.highlight-image {
	float:right;
}

.botonDatos{


}



#wrapper input:invalid {border-bottom: 2px solid #DF4545;}
#wrapper select:invalid { border-bottom: 2px solid #DF4545;}


