/***************************************************************************************** sticky footer ***********************************************************************************************************/
* 
{
	font-family: "Arial", "Lucida Sans Unicode";
	font-size:11px;
	color: #444444;
}

html, body 
{
	width:100%;
	margin:0px;
	padding: 0;
	height:100%;
	background-repeat: repeat-x;
	-webkit-font-smoothing: antialiased;
}
 body.body_index{
 	background-image: url("../imagenes/fondo_body2.png");
 }
 
 body.body_infomercantil{
 	background-image: url("../imagenes/fondo_body.png");
 }
 body.body_general{
 	background-image: url("../imagenes/fondo_body3.png");
 }

a{
	/*color:#8A2855;*/
	text-decoration:none;
}


div#container
{
	
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    background-repeat: repeat-x;
	/*background: url("../imagenes/container.png");*/
	background-repeat: repeat-x;
    
}


* html div#container 
{
	height:100%;
}

.cierre
{
	height:432px;
	margin:0 0 0 0;
	clear:both;
	display:block;
	visibility:hidden;
}
p{
	margin:0;
	padding:0px 0;
}


/*************************************************************************************** cabecera ****************************************************************************************/
div#header
{
	 background-position: right top;
    background-repeat: repeat-x;
    clear: both;
 	 height: 275px;
    margin: auto;
    position: relative;
    width: 990px;
    
	
}
body.body_general  div#header{
	height: 175px;
}


/***************************************************************************************************************/


div#footer
{
	
    background-position: center top;
    background-repeat: repeat-x;
  
    height: 432px;
    margin: -432px auto 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin:auto;
    z-index: 752!important;
    background-image: url('../imagenes/fondo_footer2.png');
    background-repeat: repeat;
    margin-top:-432px!important;
   
   
    
}
.contenidoSobreFooter{
	height: 370px;
	width: 980px;
	margin-left: auto;
    margin-right: auto;
}

.contenidoFooter{
	
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    width: 980px;
    padding-top: 10px;
     position:relative;
  /*  background:#212121;*/
}
.contenidoFooter .bloqueLogoFooter{
	width:16%;
	float:left;
	margin-right: 20px;
}



/**********************************************************************************************************************************************************************************************************************************/	
div#contenidos
{

	margin: 0px auto auto;
    width: 980px;
    z-index: 0 !important;
    margin: 0 auto 25px;
    margin-top:0px;
    *margin-top:10px;
  
	
}


/************************************************************************* tipografia y estilos **********************************************************************************/
h1{
	
 	font-size: 20px;
    font-family: "pt_bold",;
     font-weight:normal !important;
}

@font-face{
	font-family:'pt';
	src: url('../fuentes/PTS55F.eot');
	
	
}
@font-face{
	font-family:'pt_bold';
	src: url('../fuentes/PTS75F.eot');
	
}

@font-face {  
 	font-family: "pt";  
 	/*src: url('../fuentes/ptText22L002.otf') format("truetype");  */
 	src: url('../fuentes/PTS55F.ttf') format("truetype");  
}
@font-face {  
 	font-family: "pt_bold";  
 	/*src: url('../fuentes/ptText22L003.otf') format("truetype"); */ 
 	src: url('../fuentes/PTS75F.ttf') format("truetype")
}
#cookieMessageWrapper{
	width: 100%;
	border-top: 1px solid #aaaaaa;
	background-color:rgba(24, 36, 58, 0.9);
	position: fixed;
	left: 0;
	bottom: 0px;
	text-align: center;
	padding: px 0;
	z-index: 999;
	display:none;
}
#cookieMessage{
	 
	 padding: 5px 10px;
	margin: 0 auto;
	position: relative;
	color:#fff;
}
#cookieMessage:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p{
	margin: 5px 0 0;
	color:#ccc;
}
#cookieClose{
	  background: none repeat scroll 0 0 #ED631E;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    margin: 5px auto 3px;
    width: auto;
}
#bloqueBannerRegistro{
	background: url("../imagenes/fondo_registro.png") no-repeat scroll 0 0 transparent;
    height: 85px;
    padding: 16px 5px 5px 10px;
    position: absolute;
    right: 0;
    top: 64px;
    width: 342px;
    z-index: 99;
}
#bloqueBannerRegistro label{
	color:#fff;
	font-family: "pt_bold","Arial","Lucida Sans Unicode" !important;
	font-size: 16px;
}

#bloqueBannerRegistro ul{
	
	 list-style-type: none;
    margin: 5px 0 0;
    padding: 0 20px 0 0;
}
#bloqueBannerRegistro ul li{
	 background-image: url("../imagenes/success.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    list-style-type: none;
    margin: 14px 0 0 10px;
    padding: 0 0 0 30px;
}
.contacto_footer{
	
   position: absolute;
    top: 245px;
    width: 980px;
    z-index: 720;
}
.contacto_footer h2{
	  border-bottom: 1px solid #7A7A7A;
    color: #FFFFFF;
    font-family: "pt_bold","Arial","Lucida Sans Unicode";
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
   
}
.contacto_footer .forma_contacto{
	 float: left;
    height: 85px;
    margin-right: 20px;
    width: 270px;
}

.contacto_footer p {
    color: #FFFFFF;
    font-size: 12px;
      margin-bottom: 10px;
      
}

#liveweb{
	  
	       padding-left: 5px;
}

.contacto_footer a.form_contacto {
    background-image: url("../imagenes/comentario2.png");
    background-repeat: no-repeat;
   
    display: block;
    font-size: 12px !important;
    font-weight: normal !important;
    height: 24px;
    line-height: 24px;
    margin: 10px 0;
    padding-left: 30px;
    color:#fff!important;
    

}
.contenido_empresas{
	top: 18px;
	position:absolute;
	width: 980px;
}
.contenido_empresas p{
	color:#939393;
	  text-align: justify;
}
.contenido_empresas a{
	color:#939393!important;
}
.contenido_empresas a:hover{
	text-decoration: underline;
}
.contenido_empresas h2{
	
    font-family: "pt_bold","Arial","Lucida Sans Unicode";
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 0;
   
       
}

h1.titulo_pagina{
	  border-top: 1px solid #DDDDDD;
    color: #939393;
    font-family: "titillium","Arial","Lucida Sans Unicode" !important;
    font-size: 20px;
    font-weight: normal;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 54px;
    width: 100%;
}
h1.titulo_pagina strong{
	
    font-size: 20px;
    font-weight: normal;
   
}
#ficha_empresa{
	position:relative;
	width:70%;
	float:left;
}

#bloque_lateral{
	position:relative;
	width:27%;
	float:right;
	
	
	
}

#bloque_empresa{
	
	overflow: auto;
	
}
#bloque_empresa h1{
	font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 18px;
    text-align: left;
    position: relative;
}

#bloque_anuncios{
	

}

#ficha_empresa h2,#bloque_lateral h2{
	font-size: 16px;
	font-family: "pt_bold","Arial", "Lucida Sans Unicode";
	background: url("../imagenes/fondo_bloque.png") repeat scroll 0 0 transparent;
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	color:#fff;
	position:relative;
	border-radius: 4px 4px 0 0;
	clear: both;
	z-index: 999;
	font-weight: normal;
}
.final_bloque{
	background: url("../imagenes/flecha_bloque.png") no-repeat scroll 0 0 transparent;
    height: 62px;
    position: absolute;
   right: 5px;
    width: 52px;
    top:0;
    
}
#bloque_empresa dl{
	
	
}
#bloque_empresa dl dt{
	
	border-bottom:1px solid #ddd;
	display:block;
	
	padding:5px 0;
}
#bloque_empresa dl dd{
	padding:5px 0;
	margin-left:5px;
}

div.anuncio{
	
	
	
	margin-bottom:10px;
	border-radius:4px;
	padding-bottom: 1px;
	 margin-top: 20px;
    padding-bottom: 1px;
    overflow: auto;
}
div.anuncio p, div.anuncio dl{
	padding:0 10px;
}

div.anuncio .fecha{
	 border-bottom: 1px solid #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background-image:url("../imagenes/date.png");
    background-repeat: no-repeat;
    padding-left:30px;
    background-position: left center;
    font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    *margin-bottom:10px;
	
}

div.anuncio .provincia_anuncio{
	 font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 14px;
}
div.bloque_subanuncio {
	
	border: 3px solid #CED4E5;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 5px;
    clear: both;
}
p.tipo_subanuncio{
 	background: none repeat scroll 0 0 #CED4E5;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    display: block !important;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 10px !important;
    margin: 5px 0 10px;
	
}
#buscador_empresas{
	top:175px;
    position: absolute;
    width:590px;
    
}
#buscador_empresas p{
	 font-size: 14px;
    margin-bottom: 10px;
	
}

#logo_infomercantil{	
	background-image: url("../imagenes/infomercantil.png");
    background-repeat: no-repeat;
    height: 65px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 350px;
    z-index: 999;
}
.input_empresa{
	font-size: 16px;
    font-weight: bold;
    height: 30px;
    width: 400px;
     float: left;
     display:block;
}
.buscar_empresa{
	background: url(../imagenes/fondo_boton_claro.png);
	background-repeat: repeat-x;
    border: medium none navy;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin-left: 20px;
    width: 150px;
    cursor:pointer;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
   
    
}
.buscar_empresa:hover{
	background: url(../imagenes/fondo_boton.png);
}
ul.opciones_footer{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:15px;
	float: left;
}
ul.opciones_footer li{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #fff;
}
ul.opciones_footer li.ultima{
	border-right: none!important;
}
ul.opciones_footer li a{
	display:block;
	float:left;
	color:#fff;
	font-size:12px;
	
}
#bloque_resumen_servicio{
	
	width:100%;	
	height: 278px;
}

#bloque_resumen_servicio .servicio{
 color: #FFFFFF;
    float: left;
    height: 200px;
    margin-right: 10px;
    margin-top: 0;
    padding: 10px;
    width: 430px;
}
 
 #bloque_resumen_servicio .servicio h2{
	color: #FFFFFF;
    font-family: "pt","Arial","Lucida Sans Unicode";
    font-size: 28px;
    font-weight: normal;
    margin-top: 5px;
     border-bottom: 1px dotted #494949;
     text-align:center;
}
#bloque_resumen_servicio .servicio p{
	color:#fff;
	font-size:16px;
}
#bloque_resumen_servicio .servicio p strong{
	color:#C44715;
	font-size:14px;
	font-weight: bold;
}
#ultimas_noticias h2{
	font-size:18px;
	 font-family: "pt","Arial","Lucida Sans Unicode";
    font-size: 20px;
}
.ultima_noticia{
	overflow:auto;
	border-bottom: 1px solid #ddd;
}
 .par{
	 background: none repeat scroll 0 0 #EAEAEA;
}
.ultima_noticia .fecha{
	 background-image: url("../imagenes/date.png");
    background-repeat: no-repeat;
    float: left;
    min-height: 25px;
    padding-left: 30px;
    padding-top: 5px;
    background-position: left center;
}
.ultima_noticia .empresa{
	 float: left;
     min-height: 25px;
     padding-top: 5px;
     margin-left:20px;
     margin-right:20px;
     font-weight: bold;
}
.ultima_noticia .contenido{
	 float: right;
    min-height: 25px;
    padding-right: 20px;
    padding-top: 5px;
}
.opciones_social{
	margin: 8px 0 0;
	padding:0;
	list-style-type: none;	
	float:right;
}
.opciones_social li{
	margin:0;
	padding:0;
	list-style-type: none;	
	float:left;
}
.opciones_social li a{
	display:block;
	float:left;
}
.opciones_social li a.facebook{
	background-image: url("../imagenes/facebook.png");
	background-repeat: no-repeat;
	height: 32px;
    width: 32px;
    margin-right: 10px;
}
.opciones_social li a.twitter{
	background-image: url("../imagenes/twitter.png");
	background-repeat: no-repeat;
	height: 32px;
    width: 32px;
}
p.label_social{
	position: absolute;
	top:30px;
	right:90px;
	color:#ffffff;
}
p.sin_informacion{
	   background-image: url("../imagenes/comentario2.png");
    background-repeat: no-repeat;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    padding-left: 35px;
}
p.no_relaciones{
	   background-image: url("../imagenes/comentario2.png");
    background-repeat: no-repeat;
    border-bottom: 1px dotted #DDDDDD;
    font-size: 12px;
    margin-top: 20px;
    min-height: 20px;
    padding: 5px 5px 5px 30px;
}
p.sin_informacion strong{
	font-size:14px;
	
	
}
#bloque_empresas_listado{
	 float: left;
    position: relative;
    width: 80%;
}
#bloque_lateral_listado{
	  float: right;
    position: relative;
   width: 17%;
}
#bloque_lateral_listado h2{
	  font-family: "pt","Arial", "Lucida Sans Unicode";
	  font-size: 16px;
}
#bloque_lateral_listado p{
	margin:10px 0;
	 font-size: 12px;
}
.empresa_listado{
	
	border-bottom: 1px solid #ddd;
	
	padding:10px 0;
}
table.listado_empresas tr td a{
	display:block;
	color:#323F64;
	font-size: 14px;
}
table.listado_empresas tr td a:hover{
	color:#0468BF;
}

table.listado_empresas{
	width:100%;
	margin-bottom: 30px;
}
table.listado_empresas tr th{
	background: url("../imagenes/fondo_th.png");
	background-repeat: repeat;
	height: 40px;
	color:#fff;
	font-size: 14px;

	padding: 0 15px;
	
}
table.listado_empresas  .esquina_izq{
	border-radius: 4px 0 0 0px;
}
table.listado_empresas .esquina_dcha{
	border-radius: 0px 4px 0px 0px;
}
table.listado_empresas tr td{
	height: 40px;
	
	border-bottom: 1px solid #ddd;
	padding:0 10px;
	padding-top:5px;
	padding-bottom:5px;
}
table.listado_empresas td .flecha{
	 background-image: url("../imagenes/flecha_dcha.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

#filaResumen{
	display:block;
	margin-bottom: 20px;
}
.info_resumen{
	    background-image: url("../imagenes/comentario2.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 14px;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 35px;
}
.num_por_pagina{
	float:right;
	display:block;
	height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size:14px;
}
#numPorPagina{
	border:1px solid #ddd;
	
}
ul.lista_empresas_relacionadas{
	margin:0;
	padding:0;
	list-style-type: none;
	margin-top:20px;

	
}
ul.lista_empresas_relacionadas li{

	 border-bottom: 1px dotted #DDDDDD;
    padding: 5px;
}
ul.lista_empresas_relacionadas li a{
	  background-image: url("../imagenes/contacto.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #323F64;
    display: block;
    min-height: 24px;
    padding-left: 35px;
    padding-top: 5px;
}
ul.lista_empresas_relacionadas li a.fecha{
	 background-image: url("../imagenes/date.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 14px;
   
    
    padding-left: 30px;
    text-align: left;
}

ul.lista_anuncios_relacionados{
	margin:0;
	padding:0;
	list-style-type: none;
	margin-top:20px;

	
}

ul.lista_anuncios_relacionados li{

	  background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    display: block !important;
    font-weight: bold;
    padding: 5px 10px !important;
    margin-bottom: 10px;
}
ul.lista_anuncios_relacionados li a{
	  background-image: url("../imagenes/contacto.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #323F64;
    display: block;
    min-height: 24px;
    padding-left: 35px;
    padding-top: 5px;
}
ul.lista_anuncios_relacionados li a.fecha{
	 background-image: url("../imagenes/date.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 30px;
    text-align: left;
    font-weight: normal;
}

ul.lista_empresas_relacionadas li a:hover{
	color:#0468bf;
	
}
dl.dl_empresa{
	
}
div.espacio_mapa{
	
	float:right;
	height: 200px;
	width:420px;
}
dl.dl_empresa dt{
  	background: none repeat scroll 0 0 #DDDDDD;
   
     border-radius: 4px 4px 4px 4px;
    display: block !important;
    font-weight: bold;
    padding: 5px 10px !important;
    border:1px solid #ccc!important;
    
    
}
dl.dl_empresa dd {
    margin-left: 5px;
    padding: 5px 0;
}
ul.cambio_cargo{
	margin:0;
	padding:0;
	list-style-type: none;
	margin-left:10px;
	
}
ul.cambio_cargo li{
	margin:0;
	padding:0;
	list-style-type: none;
	background-image:url("../imagenes/cambio_cargo.png");
	background-repeat: no-repeat;
	padding-left:25px;
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom:1px dotted #ddd;
}
.bloque_dcha_anuncio{
	 float: left;
    width: 44%;
}
a.enlace_borme{
	    background-image: url("../imagenes/link.png");
    background-repeat: no-repeat;
    border-bottom: 1px dotted #DDDDDD;
    color: #323F64;
    display: block;
    padding: 5px 0 5px 25px;
}
a.enlace_borme:hover{
	color:#0468bf;
}

div.paginacion {
    clear: both;
    height: 35px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
}
table.rb_paginacion {
    float: right;
    margin: 5px 0;
}

table.rb_paginacion td {
       border: 1px solid #BFBFBF;
    border-radius: 5px 5px 5px 5px;
  
    text-align: center;
    width: 15px;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    
}
table.rb_paginacion td a{
	 color: #333333;
    display: block;
    font-size: 14px;
    height: 15px;
    padding: 8px;
    width: 18px;
}
table.rb_paginacion td a:hover{
	background:#FF7A1A;
	 border-radius: 5px 5px 5px 5px;
}
table.rb_paginacion td.rb_pag_actual {
    color: #FF7A1A;
    border: 2px solid #FF7A1A;
    border-radius: 5px 5px 5px 5px;
  
    text-align: center;
    width: 15px;
}
table.rb_paginacion td.rb_pag_actual span{
	 height: 13px;
    padding: 8px;
    width: 16px;
    display:block;
}
table.rb_paginacion td.rb_pag_actual span strong{
	color: #FF7A1A;
	font-size: 14px;
	
}
div.recuadro{
	border:3px solid #FF7A1A;
	width:200px;
	padding:10px;
	margin:auto;
	border-radius:5px;
}
div.recuadro p{
	margin:5px 0;
	text-align: center;
}
.aviso_legal p{
	margin:10px 0;
}
.aviso_legal h2{
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	cursor:pointer;
	
}
.aviso_legal h2.current{
	color:#FF7A1A;
}
.aviso_legal h3{
	color:#323F64;
	font-size: 12px;
}
.aviso_legal h4{
	color:#0468BF;
	
}
.aviso_legal .pane{
	margin-left: 10px;
}
.question {
    float: left;
    width: 50%;
}
h3.pregunta {
     background-image: url("../imagenes/pregunta.png");
    background-repeat: no-repeat;
    border-top: 1px dotted #CCCCCC;
    color: #444444 !important;
    font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 20px;
    font-weight: normal;
    min-height: 35px;
    padding-left: 50px;
    padding-top: 10px;
}
.question p {
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 50px;
    margin-top: 5px;
}
.question p a{
	font-size: 12px;
}
div.bloque_total {
    clear: both;
}

.datosFormulario label {
    clear: both;
    color: #444444;
    display: block;
    font-weight: bold;
    line-height: 30px;
}
.opcionesRegistro{
	width:410px;
	margin-top:20px;
}
.obligatorio_campo {
    color: #323F64;
    font-size: 11px;
}
.avisoErrorContacto{
	clear:both;
	background-image: url("../imagenes/alerts/error.png");
	background-repeat: no-repeat;
	display:block;
	height: 35px;
	line-height: 35px;
	padding-left:40px;
	display:none;
}
.avisoErrorContacto p{
	font-weight: bold;
	font-size: 14px;
}
.marco_borme{
	position:relative;
	display: block;
}
a.mostrar_borme {
    background-image: url("../imagenes/mas.png");
    background-repeat: no-repeat;
    border-bottom: 1px dotted #DDDDDD;
    color: #323F64;
    display: block;
    padding: 5px 0 5px 25px;
}
a.ocultar_borme{
	position:absolute;
	right:5px;
	top:0;
	background-image: url("../imagenes/borrar_2.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.bloque_empresa{
	clear:both;
	overflow: auto;
	margin-bottom: 20px;
}
.bloque_empresa .fecha{
	
    background-image: url("../imagenes/date.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    text-align: left;

}
.bloque_filtros{
	width:23%;
	float:left;
	
}
.bloque_filtros label{
	display:block;
	margin-top: 20px;
}
.bloque_listados{
	 float: right;
    width: 75%;
	
}
a.marcar_favorito{
	
	 background-image: url("../imagenes/star_gris.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
}
span.marcada{
	  color: #666666;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
span.no_marcada,span.marcar_no_seguimiento{
	color: #666;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    display:block;
    margin-bottom:10px;
}
span.es_favorito{
	
	 background-image: url("../imagenes/star_favorita.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
}
a.es_favorito{
	
	 background-image: url("../imagenes/star_favorita.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
}
a.es_favorito:hover{
	background-image: url("../imagenes/star_gris.png");
}
a.marcar_favorito:hover{
	background-image: url("../imagenes/star.png");
}

ul.modo_vista{
	clear: both;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
  
}
ul.modo_vista li{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-right: 10px;
}
ul.modo_vista li a.current{
	   border-bottom: 3px solid #3C5074;
    color: #3C5074;
    font-weight: bold;
    background-color: #dbe1f1!important;
}
ul.modo_vista li.modo_lista a{
	background: url("../imagenes/modo_lista.png");
    background-position: 10px center;
    background-repeat: no-repeat;
  
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 10px;
      
}
#resumen_encontrados_mapa{
	display:block;
	clear:both;
	width: 100%;
}

ul.modo_vista li.modo_mapa a{
	background: url("../imagenes/modo_mapa.png");
    background-position: 10px center;
    background-repeat: no-repeat;
  
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 10px;
  
}
ul.pestanias{
	
      border-bottom: 1px solid #ddd;
    clear: both;
    height: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius:4px;
}
ul.pestanias li{

  	width:180px;
  	float:left;
  	display:block;
  	margin-right: 5px;
}
ul.pestanias li a{
	
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   	background:url("../imagenes/fondo_th.png");
   	background-repeat:repeat-x;
  
    border-radius: 4px 4px 0 0;
  	border-right:1px solid #ddd;
  	border-left:1px solid #ddd;
  	border-top:1px solid #ddd;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height:40px;
    margin-right: 2px;
    outline: 0 none;
    position: relative;
    text-decoration: none;
  	text-align: center;
  	width:180px;
  	font-size: 14px;
  	
}
ul.pestanias li a.current{
	
    background-color: #fff;
    color: #777777;
    display: block;
  
   width:180px;
   font-weight: bold;
   background:#fff;
	  
}
#listado_nuevas_empresas{
	
	
	border-left: 1px solid #DDDDDD;
  
    padding: 0px 10px 20px 20px;
    min-height: 520px;
}

#listado_empresas_seguimiento{
	
	
	border-left: 1px solid #DDDDDD;
    min-height: 450px;
    padding: 0px 10px 20px 20px;
}

.bloque_filtros{
	border:1px solid #ddd;
	padding-bottom: 20px;
	 border-radius: 4px 4px 4px 4px;
	 box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	
}
.bloque_filtros p{
	padding:10px 10px;
}
.bloque_filtros label{
	background: url("../imagenes/fondo_boton_claro.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.bloque_filtros select{
	border:1px solid #ccc;
	width: 160px;
	padding:5px;
	font-size: 12px;
	margin:0 10px;
	width: 200px;
}
.tabla_empresa_nueva{
	 background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    width:100%;
	
}
.tabla_empresa_nueva td{
	padding:5px;
}
.tabla_empresa_nueva td.titulo{
	    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    display: block !important;
    font-weight: bold;
    padding: 5px 10px !important;
}
.titulo_nueva_empresa{
	width: 155px;
	*width:190px;
}
.contenido_nueva_empresa{
	width:550px;
}


.seguimiento_row{
	width:70px;
	text-align:center;
	border-left:1px solid #ccc;
}
.borrar_seguimiento{
	 background-image: url("../imagenes/borrar_2.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
}

.nueva_nota {
    background-image: url("../imagenes/mas.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
}
.tabla_empresa_seguimiento{

    border-left: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #DDDDDD;
    clear: both;
    width: 100%;
	
}
.tabla_empresa_seguimiento th{
	   background: url("../imagenes/fondo_th.png") repeat scroll 0 0 transparent;
    border-left: 1px solid #DDDDDD;
  
    border-top: 1px solid #DDDDDD;
    clear: both;
    color: #FFFFFF;
    height: 30px;
    padding: 5px 10px;
    width: 100%;
     font-size: 12px;
	
}
.tabla_empresa_seguimiento .inicio{
	  border-radius: 5px 0px 0px 0px;
}
.tabla_empresa_seguimiento .fin{
	  border-radius: 0px 5px 0px 0px;
}
.tabla_empresa_seguimiento td{
	padding:5px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #ddd;
}
.tabla_empresa_seguimiento td.titulo{
	background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    display: block !important;
    font-weight: bold;
    padding: 5px 10px !important;
}
.tabla_empresa_seguimiento td span{
	text-align: center;
	display:block;
}

#empresas_seguimiento_listado,#empresas_seguimiento_mapa{
	clear: both;
 
}
label.etiqueta_empresa{
	   background: url("../imagenes/star.png") no-repeat scroll 5px 0 #FF7A1A;
    border-left: 1px solid #CCCCCC;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 0;
    text-align: center;
    width: 30px;
}
label.etiqueta_empresa_num{
	   background: none repeat scroll 0 0 #808080;
    border-left: 1px solid #CCCCCC;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    
    padding-right: 0;
    text-align: center;
    width: 30px;
}



.editar_nota{
	    background-image: url("../imagenes/pencil.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

.guardar_nota{
	 background-image: url("../imagenes/guardar.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 50px;
    margin-left: 10px;
    width: 20px;
}

.ficha_empresa{
	   background-image: url("../imagenes/empresa.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: auto;
    width: 20px;
}

span.no_creacion{
	background: none repeat scroll 0 0 #CED4E5;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    font-style: italic;
    padding: 3px 5px;
     width: 380px;
	
}
.campo_nota{
	background: #E8E8E8;
	
}
span.con_nota{
	background: none repeat scroll 0 0 #323F64;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    font-style: normal;
    padding: 3px 5px;
     width: 380px;
     color:#fff;
}
.comentario_nota{
	float:left;
	display:block;
	width: 385px;
}
.comentario_nota2 {
    display: block;
    float: left;
    width: 98%;
    height: 50px !important;
}
#empresas_seguimiento_mapa{
	
	padding-top: 20px;
}
label.nota_mapa{
	border:1px dotted #FF7A1A;
	display:block;
	clear:both;
	padding:10px;
	margin-top:20px;
}
p.parrafo_en_filtro{
	
    background: url("../imagenes/success.png") repeat scroll 0 0 #CED4E5;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    margin: 20px 10px 10px;
    padding-left: 30px;
}
.tabla_empresa_nueva a{
	color:#323F64;
	text-decoration:underline;
}
#bloque_formulario{
	width:55%;
	float:left;
}
#bloque_ayuda{
	width:44%;
	float:right;
}
#bloque_formulario input{
	width:250px;
}
div.opcionesRegistro {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: auto;
    
}
.opcionesRegistro p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size:12px;
}
.opcionesRegistro p a{
	color:#323F64;
	font-size:12px;
	text-decoration: underline!important;
}
.opcionesRegistro p a:hover{
	color:#0468BF;
}

.boton_general_enlace{
	
    background: url("../imagenes/fondo_boton_claro.png") repeat-x scroll 0 0 transparent;
    border: medium none navy;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF!important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    width: 150px;
    border:1px solid #ccc;
    
}
.boton_general_enlace:hover{
	
    background: url("../imagenes/fondo_boton.png") repeat-x scroll 0 0 transparent;
    
}
.boton_general_enlace span{
	  color: #FFFFFF!important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
	
}
input.check_box{
	width:10px!important;
}
#avisoLegal a{
	font-size: 14px;
}
#bloque_ayuda .concepto{
	
 	background: none repeat scroll 0 0 #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    float: none;
    margin-bottom: 0;
    margin-right: 10px;
    min-height: 10px;
    padding: 10px;
    width: auto;
	
}
#bloque_ayuda .concepto p,#bloque_ayuda .concepto p strong{
	font-size:12px;
	margin:5px 0;
}
#bloque_ayuda .concepto .pregunta{
      background-image: url("../imagenes/pregunta2.png");
    background-repeat: no-repeat;
    font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 18px;
    min-height: 46px;
    padding-left: 50px;
    padding-top: 5px;
}
#bloque_ayuda .separacion_ayuda{
  background: url("../imagenes/flecha_abajo.png") no-repeat scroll center center transparent;
    display: block;
    height: 71px;
    margin: -10px auto -5px;
   
    width: 150px;
}
#bloque_ayuda .concepto ul.pasos{
	list-style-type: none;
	margin:0;
	padding:0;
}
#bloque_ayuda .concepto ul.pasos li{
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 12px;
	margin-bottom:10px;
	
}
#bloque_ayuda .concepto ul.pasos li span.num{
    border: 2px solid #FF7A1A;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    clear: both;
    color: #FF7A1A;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    width: 20px;
    width: 20px;
	
}
#avisoError {
    background: url("../imagenes/fondoMenuOportunidad.png") repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
#avisoError p {
    background: url("../imagenes/alerts/error.png") no-repeat scroll 0 5px transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 15px;
    padding: 0 0 0 45px;
}
.bloqueBotonInicio{
	margin-top:20px;
}
.{
	background-image: url("../imagenes/alerts/success.png");
    background-repeat: no-repeat;
    margin-top: 30px;
    min-height: 50px;
    padding-left: 50px;
}
. p{
	font-size:14px;
	margin-bottom: 10px;
}

.boton_probar_enlace {
 	background: none repeat scroll 0 0 #ED631E;
    border: 1px solid #B5B5B5;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin: auto !important;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    
}
.boton_probar_enlace span {
       color: #FFFFFF;
    display: block;
    font-family: pt_bold,"Arial", "Lucida Sans Unicode";
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    text-transform: lowercase;
}
.espacio_boton_prueba{
	
	margin: 50px auto auto;
   
     width: 295px;
}
p.telefono{
    background-image: url("../imagenes/telefono.png");
    background-position: 0 0;
    background-repeat: no-repeat;
   
    font-size: 18px !important;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
	
}
#bloque_resumen_servicio .servicio p  a{
   background-image: url("../imagenes/comentario2.png");
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 24px;
    line-height: 24px;
    margin: 10px 0;
    padding-left: 30px;
    text-decoration: underline;
}
.lista_configuracion {
      background: url("../imagenes/fondo_bloque.png") repeat-x scroll 0 0 transparent;
    height: 44px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 990px;
    border-radius: 4px 4px 4px 4px;
}
.lista_configuracion li {
    display: block;
    float: left;
    height: 44px;
   width: 250px;
}
.lista_configuracion li.p1 a.current{
	border-radius:4px 0 0 0;
}
.lista_configuracion li a {
    /*border-right: 1px solid #DDDDDD;*/
    color: #FFFFFF;
    display: block;
    font-family: "pt","Arial", "Lucida Sans Unicode";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    text-transform: lowercase;
    font-weight:normal;
}
.lista_configuracion li a.current{
	background:#C44715;
	font-weight:normal;
	font-family: "pt_bold","Arial", "Lucida Sans Unicode";
}
div.bloque_tarifas{
	
}
div.bloque_tarifas table{
	   border-top: 1px solid #CCCCCC;
	    border-left: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: auto;
    width: 700px;
}
div.bloque_tarifas table th{
	 background: none repeat scroll 0 0 #ED631E;
	 color:#fff;
	 padding:8px;
	 font-size:18px;
	 font-family: "pt_bold","Arial", "Lucida Sans Unicode";
	 font-weight: normal;
	 
}
div.bloque_tarifas table th.inicio{
	 border-radius: 4px 0 0 0;
    border-right: 1px solid #DDDDDD;
}
div.bloque_tarifas table th.fin{
	border-radius: 0px 4px 0 0;
}
div.bloque_tarifas table td{
	padding:10px;
	border-bottom: 1px solid #ccc;
	font-size:12px;
	border-right:1px solid #ddd;
}
div.bloque_tarifas table td.concepto{
	
	 background-image: url("../imagenes/success.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    width: 250px;
}
div.bloque_tarifas table td.importe{
	
	font-size:16px;
	 font-family: "pt_bold","Arial", "Lucida Sans Unicode";
	 width: 180px;
	
	
}
div.bloque_tarifas table td strong{
	font-size:14px;
	font-weight:bold;
}
.avisoErrorUsuario{
	background: url("../imagenes/fondoMenuOportunidad.png") repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    clear:both;
}
.avisoErrorUsuario p {
    background: url("../imagenes/alerts/error.png") no-repeat scroll 0 5px transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 15px;
    padding: 0 0 0 45px;
}
a.infoconcurso{
	 background: url("../imagenes/logo_infoconcurso.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 150px;
    margin: 0 auto;
    width: 150px;
}
a.infoevento{
	 background: url("../imagenes/logo_infoevento.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 150px;
    margin: 0 auto;
    width: 150px;
}

.informacion_servicio{
	margin:20px 0 20px 0;
}

.lista_opciones_informacion {
    height: 30px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 990px;
}
.lista_opciones_informacion li {
    display: block;
    float: left;
    height: 30px;
    width: auto;
}
.lista_opciones_informacion li.borde{
	border-right: 1px solid #ccc;
	
}
.lista_opciones_informacion li.borde a{
	margin-left:0px;
}

.lista_opciones_informacion li a.current {
 
     font-family: "pt_bold","Arial", "Lucida Sans Unicode";
}

.lista_opciones_informacion li a {
    color: #444;
    display: block;
    font-family: "pt","Arial", "Lucida Sans Unicode";
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  	margin-right:10px;
  	margin-left:10px;
    text-transform: lowercase;
    text-decoration: underline;
}
.espacio_raya2{
	   border-bottom: 1px solid #DDDDDD;
    clear: both;
    height: 30px;
    margin-bottom: 1px;
    margin-top: 26px !important;
    width: 100%;
}
#formularioLogin{
	margin-left:20px;
}
/*#marcar_seguimiento_empresa{
    display: block;
    float: right;
   
    margin-bottom: 10px;
    
      width: 270px;
}*/
div.bloque_social{
	float:left;
	margin-top:10px;
	margin-bottom: 9px;
	*margin-top:0;
	*margin-bottom:0;
	
}

.nota_en_tabla{
	margin-left: 10px;
    min-height: 20px;
    padding-left: 25px;
}
a.expandir{
 background: url("../imagenes/expandir.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #444444!important;
    display: block;
    font-weight: bold;
}
a.contraer{
	 background: url("../imagenes/contraer.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #444444!important;
    display: block;
    font-weight: bold;
}
a.sin_nota{
	background:none;
	display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #444444!important;
    display: block;
    font-weight: bold;
}

.bloque_opcion_registro{
	background: #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    *padding-bottom:10px;
    clear:both;

	
}

.bloque_opcion_registro_alerta{
	    background: url("../imagenes/alerta.png") no-repeat scroll 10px center #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    padding-left: 80px;
    clear: both;
     margin: 20px 0;
	
}
.bloque_opcion_registro p, .bloque_opcion_registro_alerta p{
	
	font-size:12px;
	margin-bottom:10px;
	padding:0 10px;
}
.bloque_opcion_registro a, .bloque_opcion_registro_alerta a{
	font-size:12px;
	font-weight: bold;
}
.bloque_opcion_registro p strong, .bloque_opcion_registro_alerta p strong {
	
	font-size:12px;
	font-weight: bold;
}
.bloque_opcion_registro h2, .bloque_opcion_registro_alerta h2{
	padding:0 10px;
	font-size:14px;
	 font-family: "pt_bold","Arial", "Lucida Sans Unicode";
	  font-weight: normal;
}
.bloque_opcion_registro .enlace_mas, .bloque_opcion_registro_alerta .enlace_mas{
	
	 background: none repeat scroll 0 0 #505E83;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin: auto !important;
    padding: 0 10px;
    width: 130px;
}

.bloque_opcion_registro ul, .bloque_opcion_registro_alerta ul{
	
	 list-style-type: none;
    margin: 5px 0 0;
    padding: 0 20px 0 0;
}
.bloque_opcion_registro ul li, .bloque_opcion_registro_alerta ul li{
	  background-image: url("../imagenes/success.png");
    background-position: left center;
    background-repeat: no-repeat;
 
    font-size: 12px;
    min-height: 24px;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    
}
.separador{
	
      height: 40px;
    line-height: 40px;
    margin-bottom: 20px !important;
}
.banner_publi{
	background:#e8e8e8;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	padding:10px;
	border-radius:5px;
}

.informacion_servicio p{
	font-size: 12px;
	margin-bottom: 20px;
}
.informacion_servicio p strong{
	font-size: 12px;
	font-weight: bold;
}

.informacion_servicio .pregunta{
	    background-image: url("../imagenes/pregunta2.png");
    background-repeat: no-repeat;
    font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 18px;
    min-height: 46px;
    padding-left: 50px;
    padding-top: 5px;
    margin-top:0px;
}
.informacion_servicio  ul{
	 list-style-type: none;
    margin: 5px 0 0;
    padding: 0 20px 0 0;
}
.informacion_servicio  ul li{
	  background-image: url("../imagenes/success.png");
    background-position: left center;
    background-repeat: no-repeat;
 
    font-size: 14px;
    min-height: 24px;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}
.informacion_servicio  ul li a{
	 font-size: 16px;
	 font-weight: bold;
	
}
.informacion_servicio  ul li strong{
	 font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 16px;
    font-weight: normal;
}
p.camposObligatorios{
	margin-top: 10px;
}
div.concepto{
	    background: none repeat scroll 0 0 #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    min-height: 230px;
    padding: 10px;
    width: 45%;
}
.bloque_titulo{
	clear:both;
	overflow:auto;
	margin-bottom:-5px;
}
.bloque_titulo .titulo{
	width:70%;
	float:left;
}
.ayuda_p1{
	height: 580px;
	*height:600px;
}
.ayuda_p2{
	height: 1420px;
	*height:1470px;
}
.opciones_marcos{
	border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  
    overflow: auto;
    position: relative;
    width: 100%;
}
.opciones_marcos ul.opciones_nuevas_empresas, .opciones_marcos ul.opciones_exportar{
	list-style-type: none;
	margin:0;
	padding:0;	
	border-right: 1px solid #ccc;
	
}
.opciones_marcos ul.opciones_nuevas_empresas li{
	float: left;
    list-style-type: none;
    margin: 0 1px 0 0;
    padding: 0;
    background: url("../imagenes/fondo_botones_muro.png")repeat scroll 0 0px transparent;
    background-repeat: repeat;
   border-right: 1px solid #ccc;
}
.opciones_marcos ul.opciones_exportar li{
	float: right !important;
	list-style-type: none;
    margin: 0 1px 0 0;
    padding: 0;
    background: url("../imagenes/fondo_botones_muro.png") repeat scroll 0 -1px transparent;
    background-repeat: repeat;
}
.opciones_marcos ul.opciones_nuevas_empresas li a, .opciones_marcos ul.opciones_exportar li a{
	/* background: none repeat scroll 0 0 #DDDDDD;*/
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 10px;
    font-size:12px;
    
}
.opciones_marcos ul.opciones_exportar li a.excel{
	background-image: url("../imagenes/excel.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    float:right;
}
.opciones_marcos ul.opciones_exportar li a.labels{
	background-image: url("../imagenes/labels.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    float:right;
}
.opciones_marcos ul.opciones_nuevas_empresas li  a.mes_anterior{
	background-image: url("../imagenes/left_24.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #444444;
    display: block;
    font-weight: bold;
    padding-left: 30px
	
}
.opciones_marcos ul.opciones_nuevas_empresas li a.mes_siguiente{
	background-image: url("../imagenes/right_24.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #444444;
    display: block;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 30px;
}
div.confirmacion_obligatoria{
	background: url("../imagenes/comentario2.png") no-repeat scroll 10px 50% #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 20px;
    padding-left: 50px;
    padding-right: 10px;
	
}
div.paso_servicio{
	float:left;
	margin-right: 10px;
	width:310px;
	text-align:center;
	
}
div.paso_servicio p{
	font-size:14px;
	 min-height: 35px;
}
ul.listado_servicio{
	 background: none repeat scroll 0 0 #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    padding-top:20px;
    margin-bottom:20px;
    margin-top:-20px;
}
.banner_registro_1{
	    background-image: url("../imagenes/banner_registro_1.png");
    background-repeat: no-repeat;
    color: #444444 !important;
    display: block;
    font-family: "pt_bold","Arial","Lucida Sans Unicode";
    font-size: 22px;
    height: 110px;
    padding-left: 35px;
    padding-top: 50px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 165px;
     top: 15px;
     
}

div.banner_registro_info_empresa{
	width:225px;
	padding:20px;
	background:#ED631E;

    background: -moz-linear-gradient(center top , #ED631E, #E56E32);
    background: -webkit-gradient(linear, left top, left bottom, from(#ED631E), to(#E56E32));
    
    border-color: #ED631E;
    
	border-radius:5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin-top: 14px;
}
div.banner_registro_info_empresa p,.banner_registro_info_empresa_gris p{
	font-size: 20px;
	font-family: "pt_bold","Arial","Lucida Sans Unicode";
	
}
div.banner_registro_info_empresa p strong, .banner_registro_info_empresa_gris p strong{
	
	font-size: 18px;
	font-weight: bold;
}
div.banner_registro_info_empresa p a{

    
    float: none;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 200px;
    margin:20px auto auto auto;
}

div.banner_registro_info_empresa_gris{
	width:225px;
	padding:20px;
	background:#dddddd;
	margin-top:20px;
	overflow:auto;
	border-radius:5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#marcar_seguimiento_empresa a{
	 background: url("../imagenes/star_gris.png") no-repeat scroll 10px center #3E5175;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 5px 0 5px 30px;
}
.es_empresa_favorita{
	   background: url("../imagenes/star_gris.png") no-repeat scroll center top #DDDDDD;
    padding-top: 30px;
  
   
   
}
#marcar_seguimiento_empresa a:hover{
	background:url("../imagenes/star.png") no-repeat scroll 10px center #DDDDDD;
	background-repeat: no-repeat;
	color:#C44715;
}
#marcar_seguimiento_empresa span{
	background: url("../imagenes/star.png") no-repeat scroll 20px center #DDDDDD;
    color: #C44715;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 50px;
}
.alerta_empresa{
	background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #323F64 !important;
    margin: 20px 0 0;
    padding: 0 !important;
    text-align: center;
    text-decoration: underline !important;
}
.tabla_seguimiento{
	 background: none repeat scroll 0 0 #CCCCCC;
    margin-top: 20px !important;
    width: 700px !important;
    margin-bottom:20px!important;
}
ul.listado_faq{
	list-style-type: none;
    margin: 10px 0 0 40px;
    padding: 0;
}
ul.listado_faq li{
  	background-image: url("../imagenes/success.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 12px;
    list-style-type: none;
    margin: 0 0 10px 10px;
    min-height: 24px;
    padding: 0 0 0 30px;
}
#ultimas_noticias{
	width:450px;
	float:left;
	
}
.bloqueTextoRegistro{
	 background-image: url("../imagenes/alerts/success.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 50px;
      min-height: 30px;
}
.bloqueTextoRegistroMal{
	 background-image: url("../imagenes/alerts/error.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 50px;
    min-height: 30px;
}
.bloqueTextoRegistro p,.bloqueTextoRegistroMal p{
	font-size:14px;
}
.pasos{
	 height: 270px;
}
a.recordar_contrasenia{
	 display: block;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: right;
    text-decoration: underline !important;
}
a.enviar_datos{
	float: none;
    margin: 20px auto auto;
}
p.border{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:20px!important;
}
div.bloque_alerta_naranja{
	background:#364869;
	background: -moz-linear-gradient(center top , #3B4F73, #364869) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B4F73), to(#364869));
    border-color: #3B4F73;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding:10px;

	
}
div.bloque_alerta_naranja span{
	color: #FFFFFF !important;
    display: block;
    font-family: "arial";
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
    background-image: url("../imagenes/success.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
}

div.bloque_alerta_naranja span strong{
	
	font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 18px;
    color:#FA8225;
    font-weight: normal;
}
ul.precio li strong{
	font-size: 16px;
	font-family: "pt_bold","Arial", "Lucida Sans Unicode";
	
}

#texto_contratar span{
	  display: block;
    font-family: "arial";
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
    background-image: url("../imagenes/success.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
}
#texto_contratar .bloque_suscribir{
	margin-top:40px;
}
#texto_contratar .bloque_suscribir span{
	  background-image: none;
   
    display: block;
    font-family: "arial";
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-left: 0;
}
#texto_contratar .bloque_suscribir span strong{
	 font-size: 14px;
	 color:#444;
}
#texto_contratar span strong{
	
	   color: #FA8225;
    font-family: "pt_bold","Arial","Lucida Sans Unicode";
    font-size: 16px;
    font-weight: normal;
}
div.bloque_suscribir{
	
	
	background:#ED631E;
	background: -moz-linear-gradient(center top , #ED631E, #E56E32) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED631E), to(#E56E32));
    border-color: #E56E32;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding:10px;
    margin-top: 10px;
}
div.bloque_suscribir a{
 background-image: url("../imagenes/alert.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 45px;
}
div.bloque_suscribir a span{
	font-family: "pt","Arial", "Lucida Sans Unicode";
    font-size: 18px;
}
div.bloque_suscribir a span strong{
	font-family: "pt_bold","Arial", "Lucida Sans Unicode";
    font-size: 18px;
    font-weight: normal;
}
p.descarga_excel{
	background-image:url("../imagenes/excel.png");
}
p.seleccion_empresa{
	background-image:url("../imagenes/star.png");
}
#excel_explicacion span{
	font-size:14px;
	 font-family:"Arial","Lucida Sans Unicode";
}
#excel_explicacion span strong{
	font-size:14px;
}
#no_acceso_explicacion span{
	font-size:14px;
	 font-family:"Arial","Lucida Sans Unicode";
}
#no_acceso_explicacion span strong{
	font-size:14px;
}
div.ficha_izq{
	float: left;
    width: 35%;
}
#etiquetas_explicacion p{
	font-size:14px;
	margin:5px 0;
}
#etiquetas_explicacion p.paso {
	border-bottom:1px solid #ddd;
	border-bottom: 1px solid #DDDDDD;
    min-height: 30px;
}
#etiquetas_explicacion p.paso span {
	background: none repeat scroll 0 0 #FF7A1A;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    margin-right:5px;
}
#opciones_etiquetas {
   	border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 7px 10px 0;
    padding: 5px;
    width: 200px;
}
#generar_etiquetas {
    background: url("../imagenes/fondo_boton_claro.png") repeat-x scroll 0 0 transparent;
    border: medium none navy;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin-left: 20px;
    width: 150px;
}
.selector_etiquetas{
	border: 1px solid #DDDDDD;
    margin-left: 30px;
    margin-top: 20px;
    padding: 15px 20px 30px;
    width: 390px;
	
}
span.nuevo_servicio{
	background: none repeat scroll 0 0 #EF7B00;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px; 
}

.bloque_anuncio_inicio{
	width:480px;
	float:right;
	margin-top:40px;
}
.marco_anuncio_buscador{
	position: absolute;
    right: 120px;
    top: 190px;
}
/*

Uniform Theme: Aristo
Version: 1.0
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url(../imagenes/sprite-aristo.png);
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}


/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 18px!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  /*background: url('../imagenes/bg-input-focus.png') repeat-x 0px 0px #FFFFFF;
  background: url('../imagenes/bg-input.png') repeat-x 0px 0px #FFFFFF;*/
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  height: 30px;
  margin-left:5px;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../imagenes/bg-input-focus.png') repeat-x 0px 0px #FFFFFF;
}


/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -160px;
  line-height: 32px;
	height: 32px;
}

div.selector span {
  background-position: right 0px;
  height: 32px;
	line-height: 32px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -192px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -32px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -224px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -64px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -256px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -96px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -483px -288px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -128px;
}

/* Checkbox */

div.checker {
  width: 23px;
  height: 23px;
}

div.checker input {
  width: 23px;
  height: 23px;
}

div.checker span {
  background-position: 0px -320px;
  height: 23px;
  width: 23px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -23px -320px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -46px -320px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -69px -320px;
}

div.checker span.checked {
	background-position: -92px -320px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -115px -320px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -138px -320px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -161px -320px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -184px -320px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -207px -320px;
}

/* radio */

div.radio {
  width: 23px;
  height: 23px;
}

div.radio input {
  width: 23px;
  height: 23px;
}

div.radio span {
  height: 23px;
  width: 23px;
  background-position: 0px -343px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -23px -343px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -46px -343px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -69px -343px;
}

div.radio span.checked {
	background-position: -92px -343px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -115px -343px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -138px -343px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -161px -343px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -184px -343px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -207px -343px;
}

/* uploader */

div.uploader {
  background-position: 0px -366px;
  height: 32px;
}

div.uploader span.action {
  background-position: right -494px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 4px 0px 4px 4px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -430px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -526px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -558px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -590px;
}

div.uploader.disabled {
  background-position: 0px -398px;
}

 div.uploader.disabled span.action {
  background-position: right -462px;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 20px;
  width: 160px;
  font-weight: bold;
  color: #464545;
  font-size: 14px;
}

div.selector select {
  width: 160px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: solid 1px #fff;
	height: 30px;
	cursor:pointer;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 128px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* checker */
div.checker {
  margin-right: 10px;
}

/* radio */
div.radio {
  margin-right: 10px;
}

/* uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 83px;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  background-color: #fff;
  font-weight: bold;
  color: #1c4257;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #567c91;
  font-size: 90%;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

 div.uploader.disabled span.action {
  color: #aaa;
}

 div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

 div.selector {
	position: relative;
	padding-left: 10px;
}

 div.selector span {
	display: block;
	float: left;
}

 div.selector select {
	position: absolute;
	opacity: 0;
}

/* checker */

 div.checker {
	position: relative;
	float: left;
}

 div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
}

/* radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

 div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
}

/* uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 4px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: 1px solid #FFFFFF;
	color: #444444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	 border-radius: 4px;
}

#popup_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	 background: none repeat scroll 0 0 #CED4E5;
    border-color: #FFFFFF #FFFFFF #DDDDDD;
	border: solid 1px #FFF;
	border-bottom: solid 1px #ddd;
	cursor: default;
	padding: 0em;
	margin: 0em;
	  font-family: "pt_bold",Verdana,Geneva,sans-serif;
}

#popup_message{
	margin-bottom: 20px;
	font-size: 14px;
}
#popup_content {
	background: 16px 16px no-repeat url(../imagenes/alerts/info.png);
	margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 20px 10px 30px 80px;
}

#popup_panel input{
	
	  background: none repeat scroll 0 0 #323F64;
	border: 0 solid #CCCCCC;
	height: 30px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	 border-radius:4px;
   
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin-right:10px;
    cursor:pointer;
}

#popup_content.info 
{
   
	background-image: url(../imagenes/alerts/warning.png);
}

#popup_content.success 
{
   
	background-image: url(../imagenes/alerts/success.png);
}

#popup_content.warning
{
   
	background-image: url(../imagenes/alerts/warning.png);
}

#popup_content.error 
{
  
	background-image: url(../imagenes/alerts/error.png);
}

#popup_content.confirm 
{        
	background-image: url(../imagenes/alerts/warning.png);
}

#popup_content.prompt 
{ 
	background-image: url(../imagenes/alerts/warning.png);
}

#popup_message {
	/*padding-left: 48px;*/
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action
 {
  background-image: url("../imagenes/form/sprite.png");
	background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  
   
         
  
}

div.button,
div.button span {
/*  background-image: url(../imagenes/form/sprite.png);*/
	background-image: url("../imagenes/fondoBotonEstilo1.jpg");
  background-repeat: repeat-x;
  -webkit-font-smoothing: antialiased;
  
    height: 30px;
    line-height: 30px;
   -moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px; 
	border-radius:4px;
/*	behavior: url(../fuentes/PIE.htc);*/
     color: #FFFFFF;
         
  
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #444444;
  background: url('../imagenes/form/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../imagenes/form/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
		-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius:3px; 
	border-radius:3px;
	/*behavior: url(../fuentes/PIE.htc);*/
  outline: 0;
  height: 30px;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../imagenes/form/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
 /* background-position: 0px -523px;*/
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
 /* background-position: 0px -553px;*/
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  /*background-position: right -673px;*/ 
}

div.button.active,
div.button:active {
  /*background-position: 0px -583px;*/
}

div.button.active span,
div.button:active span {
 /* background-position: right -703px;
  color: #555;*/
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
  border: 1px solid #DDDDDD;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 5px;
  font-weight: normal;
  font-family: 'ITCAvantGardeGothicStdDemi','Century Gothic',Arial,Tahoma,Helvetica,sans-serif;
  font-size: 16px;
 
  text-transform: lowercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
 /* width: 190px;*/
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
 /* width: 190px;*/
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 80px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
 position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
  cursor: pointer;
   padding: 0;
   margin: 0;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  /*  background-color: #FFFFFF !important;*/
    display: inline-block;
    padding: 0 !important;
    text-align: center;
    width: 20px !important;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.hover{
	 cursor: pointer!important;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
#uniform-numPorPagina{
	width:60px;
}
#uniform-numPorPagina span{
	width:20px;
}
#numPorPagina{
	width: 60px!important;
}
#bloqueLogin{
	
	margin:0;
	padding:0;
	background:#444;
	
}


#bloqueUsuarioLogueado{
	/*display:none;
	width: 350px;
	   height: 70px;
   
	float:right;
	
	 
	 box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
      
    border-color: -moz-use-text-color #DDDDDD #DDDDDD;
    border-color:#dddddd;
    
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-top: 4px;*/
    background: url("../imagenes/login.png") no-repeat scroll 0 0px transparent;
    display: none;
    float: right;
    height: 50px;
    margin-top: 2px;
    width: 360px;
}

#bloqueUsuarioSinLogin{
	
 	float: right;
    height: 50px;
    margin-top: 2px;
    width: 360px;
    background: url("../imagenes/login.png") no-repeat scroll 0 0 transparent;
	
}

span.usuarioRegistrado{
       background-image: url("../imagenes/user.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    font-size: 11px;
    height: 20px;
    left: 310px;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 30px;
    padding-top: 5px;
    position: absolute;
    top: -5px;
    width: 280px;
}
span.usuarioRegistrado strong{
	font-weight: bold;
	
}

a:link, a:visited ,a:hover{
	color:#C44715;
	text-decoration:none;
}

a img {
	border-width:0;
}
#topnav {
	  float: left;
    font-size: 11px;
    line-height: 36px;
   
    text-align: right;
}
/*#topnav a.signin {
    
    background: none repeat scroll 0 0 #BFDDE9;
    font-weight: bold;
    padding: 10px 10px 5px;
    text-decoration: none;
    
    -moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	-khtml-border-radius:8px; 
	border-radius:8px;
	behavior: url("../fuentes/PIE.htc");
}*/
#topnav a.signin:hover {
	background:#BFDDE9;
	*background:transparent url("../imagenes/login/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	/*margin-left:3px;*/
}
a.signin span {
	/* background-image: url("../imagenes/login/toggle_down_light.png");*/
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #003C54;;
    font-family: 'ITCAvantGardeGothicStdDemi','Century Gothic',Arial,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
     padding: 4px 20px 6px 12px;
}
.sinLogin{
	  padding: 0 !important;
    /*width: 121px !important;*/
}
a.menu-open {
	/* background: #BFDDE9!important;*/
	height: 30px;
	 
	color:#666!important;
	outline:none;
	display: block;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	/*background-image:url("../imagenes/login/toggle_up_dark.png");*/
	color: #024D66;
}

#signin_menu {
	
      background: url("../imagenes/fondo_login.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: none;
    font-size: 11px;
    height: 362px;
    margin-right: 0;
    margin-top: 2px;
    padding: 12px;
    position: absolute;
    right: -3px;
    text-align: left;
    top: 1px;
    width: 340px;
    z-index: 44444444;
}
}
#formularioLogin{
	margin-left:10px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #595959;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	 display: block;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	 clear: both;
    margin: 30px 0 10px;
}
#signin_menu p a {
	  color: #003C54 !important;
    font-family: 'ITCAvantGardeGothicStdDemi','Century Gothic',Arial,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#signin_submit {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px; 
	border-radius:4px;
	/*behavior: url(../fuentes/PIE.htc);*/
	background:#39d url('../imagenes/login/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-khtml-border-radius:4px; 
	border-radius:4px;
	/*behavior: url(../fuentes/PIE.htc);*/
	/*behavior: url(../fuentes/PIE.htc);*/
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../imagenes/login/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../imagenes/login/tipsy-south.gif);
	background-position:bottom center;
	margin: 5px 0 0 180px;
}
.tipsy-east {
	background-image:url(../imagenes/login/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../imagenes/login/tipsy-west.gif);
	background-position:left center;
}
#inicioFacebook{
	  float: left;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-left: 10px;
    margin-top: 8px;
    text-align: right;
		
}
#inicioFacebook label{
	 display: block;
    float: left;
    font-size: 11px;
    padding: 3px 10px;
	
}
ul.sesionIniciada{
   
  list-style-type: none;
margin: 12px 0 0 45px;
    overflow: auto;
    padding: 0;
    
 	
}
ul.sesionIniciada li{
	
   /* background: none repeat scroll 0 0 #FFFFFF;*/
    
   
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    
}  
ul.menuLogin{
   
  	list-style-type: none;
     margin: 12px 0 0 45px;
   
    padding: 0;
    
 	
}
ul.menuLogin2{
   
  	list-style-type: none;
      margin: -1px 0 0 34px;
  
    padding: 0;
    
 	
}
ul.menuLogin li{
	
   /* background: none repeat scroll 0 0 #FFFFFF;*/
    
   
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
	
}
li.conBorde{
	border-right: 1px solid #CCCCCC;
	margin-right: 20px;
}

ul.menuLogin li a.inicioSesion{
	  background-image: url("../imagenes/sesion.png");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
   
}
ul.menuLogin li a.inicioSesion span{
	padding-left:30px;
	color:#595959;
	
	font-size: 14px;
	font-family: "pt_bold";
	font-weight: normal;
}

ul.menuLogin li a.resgistrar{
	background-image: url("../imagenes/user.png");
	 background-repeat: no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}
ul.menuLogin li a.resgistrar span{
	padding-left:30px;
	color:#595959;
	font-weight: normal;
	font-size: 14px;
	font-family: "pt_bold";
}

ul.sesionIniciada li.bordeDerecho{
	 border-right: none!important
}
a.configuracion{
	background-image: url("../imagenes/configuracion.png");
 
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
	
}
a.configuracion span{
	padding-left:30px;
	color:#595959;
	
	font-size: 14px;
	font-family: "pt_bold";
	font-weight:normal;
}
a.cerrarSesion{
	background-image: url("../imagenes/cerrarSesion.png");
   background-repeat: no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    
	
}
a.cerrarSesion span{
	padding-left:30px;
	color:#595959;
	
	font-size: 14px;
	font-family: "pt_bold";
	font-weight:normal;
}
a.sesion{
	background-image: url("../imagenes/sesion.png");
     background-repeat: no-repeat;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
}
a.sesion span{
	padding-left:40px;
	color:#595959;
	
	font-size: 16px;
	font-family: "pt_bold";
}
#botonInicioSesion{
	  background: url("../imagenes/fondo_botones_muro.png") repeat-x scroll 0 0 transparent;
    border-bottom: medium none;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    min-width: 100px;
    padding: 0 10px;
    cursor:pointer;
}
#resend_password_link{
	   clear: both;
    color: #F54897 !important;
    display: block;
    font-weight: normal;
    margin-left: 5px;
   margin-top: 35px
    text-align: left;
    text-decoration: underline;
    margin-top: 40px !important;
}

#forgot_username_link{
	 clear: both;
    color: #F54897 !important;
    display: block;
    font-weight: normal;
    margin-left: 155px;
    margin-top: 5px;
    text-align: left;
    text-decoration: underline;
}
a.conectar_facebook {
    background: url("../imagenes/conectar_facebook.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 31px;
    line-height: 27px;
    margin: auto;
    width: 216px;
}
a.conectar_facebook span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 35px;
}
.bloqueLoginFacebook{
	margin:20px 0;
}
#bloqueOpcionesMenu{
	   position: absolute;
    left: 0;
   top: 111px;
}
#bloqueOpcionesMenu p{
  display: block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-right: 20px;
    padding-left: 5px;
}
#bloqueOpcionesMenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
}
#bloqueOpcionesMenu ul li{
	   display: block;
    float: left;
    margin-right: 5px;
    
}

#bloqueOpcionesMenu li a {
    background: url("../imagenes/pestania_pasiva.png") repeat scroll 0 0 transparent;
    color: #828282;
    display: block;
    float: left;
    font-family: "pt";
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    line-height: 20px;
    margin-right: 2px;
    outline: 0 none;
    padding: 10px 5px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    width: 130px;
    
  
}
#bloqueOpcionesMenu li a:hover,#bloqueOpcionesMenu li a.actual{
	background: url("../imagenes/pestania.png");
	color:#444!important;
	
	
}
#bloque_estado_suscripcion{
	 height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: justify;
    top: 75px;
    width: 390px;
}
#bloque_estado_suscripcion p{
	
	background-image: url("../imagenes/comentario2.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    font-size: 12px;
    min-height: 20px;
    padding-left: 30px;
     text-align: left;
}
#bloque_estado_suscripcion a{
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
}
label.inicio_sesion{
	background:#E1E1E1;
	background-repeat: repeat-x;
	border-radius:4px;
	padding:5px;
}
/* the overlayed element */
.overlay {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	/*background-color:#333;*/
	
	width:950px;	
	height:550px;
	border:1px solid #666;
	background-image:url(../imagenes/fondoOverlay.png)!important;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	background:#fff;
	padding:0px;
	position:relative;
	border-radius:10px;
	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(../imagenes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.overlay h1{
  	color: #222222;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    color:#444;
}

.overlay h3{
	/*margin-top: 20px;
	color: #222222;
	font-size: 11px;
    font-weight: bold;*/
}
.overlay .avisoErrorUsuario p{
	line-height: normal !important;
    min-height: 40px;
    padding-top: 5px !important;
   	color:#fff!important;
}
.overlay p{
	color: #222222 !important;
	font-size: 12px;
}

.overlay .mitad_i{
	width: 48%;
	float:left;
}
.overlay .mitad_i p{
 	color: #5E5E5E !important;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 45px;
}
.overlay .mitad_d{
	width: 48%;
	float:right;
	margin-top: 30px;
}
.overlay .mitad_d p{
	color: #5E5E5E;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 45px;
}
.overlay p strong{
	font-size:16px;
}
.overlay .bloque_formulario{
	 background: none repeat scroll 0 0 #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  
    margin: 10px auto auto;
   padding: 7px;
    width: 280px;
    overflow: auto;
}
.overlay .bloque_formulario label{
	display:block;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
}

div.pie_overlay{
	  background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    box-shadow: 4px 4px 6px 7px rgba(0, 0, 0, 0.2);
    height: 75px;
    position: absolute;
    width: 100%;
	
}
div.pie_overlay p{
	  color: #6D6D6D !important;
    float: left;
    height: 75px;
    line-height: 75px;
    margin-left: 20px;
    margin-right: 20px;
}
div.pie_overlay .logo_infoconcurso{
	 background-image: url("../imagenes/logo_infoconcurso2.png");
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    margin-right: 20px;
    margin-top: 18px;
    width: 159px;
	
}
div.pie_overlay .logo_infomercantil{
	background-image: url("../imagenes/logo_infomercantil2.png");
	background-repeat: no-repeat;
	width:159px;
	height: 40px;
	float:left;
	 margin-top: 18px;
}

input.text, input.email, input.password, textarea.uniform,input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus{
	background:#fff!important;
}
.tituloModal{
	 background: url("../imagenes/fondo_bloque.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}
.contenidoModal{
	overflow-x:hidden;
	overflow-y:auto;
	padding:15px;
	color:#222222;
}
.contenidoModal2{
	padding:15px;
	color: #222222;
}

.bloque{
	border-bottom:1px solid #CCCCCC;
	padding:0px 0px 5px 0;
}
ul.accionesUsuario2{
	bottom: 5px;
    float: left;
    left: 80px;
    padding: 0;
    position: absolute;
}
ul.accionesUsuario2 li{
	float:right;
	
	list-style-type:none;
	padding: 0 12px;
	float:right;
}
/*ul.accionesUsuario2 li input,#buscador ul .accionesUsuario li a{
	
	background:none repeat scroll 0 0 transparent;
	
	border: medium none;
	color: #fff;
	cursor: pointer;
	display:block;
	font-size:11px;
	height:25px;
	line-height:25px;
	padding:  0 0;
	
}*/
ul.accionesUsuario2 li a{
	font-weight: normal;
	text-decoration: none;
	color:#fff;
}
/*#ventana {
		background-image:url(http://static.flowplayer.org/img/overlay/petrol.png);
		color:#fff;
	}*/
	
	/*******************************overlay_peq*************************/
	
.overlay_peq {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#333;*/
	
	width:340px;	
	height:252px;
	border:1px solid #666;
	background-image:url(../imagenes/fondoOverlay.png);
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	background-color:#fff;	
	padding:0px;

	border-radius:10px;
}

/* close button positioned on upper right corner */
.overlay_peq .close {
	background-image:url(../imagenes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay_med {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#333;*/
	
	width:520px;	
	height:385px;
	border:1px solid #666;
	background-image:url(../imagenes/fondoOverlay.png);
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	padding:0px;
	  -moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px;
	
		background-image:url(../imagenes/fondoOverlay.png)!important;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	background:#ffffff;
	padding:0px;
	position:relative;
	border-radius:10px;
}

/* close button positioned on upper right corner */
.overlay_med .close {
	background-image:url(../imagenes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.overlay .boton_azul{
	
}
.ancho_campos_overlay{
	width: 52%;
	padding:10px;
	float:left;
}
.ancho_ayuda_overlay{
	width: 39%;
	padding:10px;
	float:right;
}
.ancho_ayuda_overlay p{
	margin:5px 0;
}

.contenidoModal {
    /*height: 540px !important;*/
}
.jScrollPaneDrag {
  
    /*background: none repeat scroll 0 0 #F54897 !important;*/

}
a.jScrollArrowUp {
    background: url("../imagenes/basic_arrow_up.png") repeat-x scroll 0 0 transparent!important;
}
a.jScrollArrowDown {
    background: url("../imagenes/basic_arrow_down.png") repeat-x scroll 0 0 transparent!important;
}
.overlay .close {
    background-image: url("../imagenes/close.png");
      right: -10px;
    top: -10px;
    z-index: 9999;
}

.enviar_modal{
	bottom: -15px;
    float: right;
    padding: 0;
    position: absolute;
    right: -3px;
    width: 150px;
    *bottom:-5px;
}
