.alertas{
    background: #dff0d8;
    color: #3c763d;
}

.select_segmentacion{
	background: #FFF;
	border: solid 1px #DADADA;	
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #000000;
    width:300px;
    -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    -moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
    box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
}




.tooltip {
display: inline;
position: relative;
}
.tooltip:hover:after {
bottom: 26px;
content: attr(title); /* este es el texto que será mostrado */
left: 20%;
position: absolute;
z-index: 98;
/* el formato gráfico */
background: #000000; /* el color de fondo */
border-radius: 5px;
color: #FFF; /* el color del texto */
font-family: Georgia;
font-size: 12px;
padding: 5px 15px;
text-align: center;
text-shadow: 1px 1px 1px #000;
width: 150px;
}
.tooltip:hover:before {
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;
/* el triángulo inferior */
border: solid;
border-color: rgba(255,255,255, 0.2) transparent;
border-width: 6px 6px 0 6px;
}

table{
	border-collapse:collapse;
	empty-cells:show;
}
.textos_entrada{
	width: 800px;
	height: 480px;
	padding: 0px;
    color:#000000;
    font-family:arial;
    font-size:13px;	
	text-align: center;	
}
.titulo_entrada{
	color:#109010;
	font-family:arial;
	font-size:20px;	
	text-align: center;
	font-weight: bold;		
}
.titulo_intro{
	width: 640px;
	padding: 5px;
	color:#ffffff;
	font-family:arial;
	font-size:13px;	
	text-align: center;
	background:#12BC12;	
}
.textos_intro{
	width: 630px;
	padding: 10px;
	color:#000000;
	font-family:arial;
	font-size:14px;	
	text-align: center;
	background: #eeeeee;	
}
.textos_intro_encuesta{
	width: 610px;
	padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
	color:#000000;
	font-family:arial;
	font-size:13px;	
	text-align: justify;
	background: #eeeeee;
}
.p_textos_intro_encuesta{
	margin-bottom:10px;
}
.td_textos_intro_encuesta{
	border: 1px solid #000000;
}

.textos_intro_asenta{
	width: 90%;
	padding: 10px;
	color:#000000;
	font-family: arial;
	font-size: 13px;	
	text-align: left;
	background: #eeeeee;	
}

.general{
	width: 1200px;
}
.cuerpo{
    float:left;
    width: 1200px;
    background:#3C3C3C;
    border-right: 1px solid #000000;
}
.cabecera{
	background-repeat: no-repeat;
	background-image: url(../img/cabecera.jpg);
	width: 1200px;
	height: 70px;
	border: 1px solid #70747d;
}
.cabecera_admin{
	background-repeat: no-repeat;
	background-image: url(../img/cabecera_admin.jpg);
	width: 1200px;
	height: 70px;
	border: 1px solid #70747d;
}
.pie{
	width: 1190px;
    _width:1199px;
	background-color: #333333;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: #ffffff;	
	float: left;
    clear:both;
}

a.menu{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	width: 200px;
}	
a.menu:hover {
    color: #cccccc;
	text-decoration:underline;
}

a.menu_inicio{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
a.menu_inicio:hover {
    color: #ffffff;
	text-decoration:underline;
}

a.salir{
	color:#ffffff;
	text-decoration:none;
}

a.textos{
	color:#3C3C3C;
	text-decoration:none;
}

a.boton_consultas{
	color:#000000;
	text-decoration:none;
}
a.boton_consultas:hover {
    color: #999999;
	text-decoration:underline;
}

.logo_cliente{
	text-align: right;
	padding: 10px;
}
.col_menu{
	width: 250px;
    _width:230px;
    /*
	background-color: #999999;*/
	float: left;
}
.col_centro{
	width: 948px;
	_width:967px;
	margin-left:2px;
	background-color: #eeeeee;
	float: left;
}
.col_centro2{
	width: 948px;
	_width:967px;
	margin-left:2px;
	background-color: #eeeeee;
	float: left;
	overflow-x:auto;
}
.estoy_en{
	width: 927px;
	_width:967px;
	height: 21px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	background-image: url(../img/fondo_estoy.jpg);
	padding: 10px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;	
	float: left;
	clear:both;
}

.icon_estoy{
	width: 20px;
	float: left;
}
.txt_estoy{
	width: 450px;
	float: left;
	padding-left: 20px;
}
.capa_desple{
	width: 300px;
	float: left;
	padding-left: 20px;
}
.idiomas{
	width: 100px;
	float: right;
	padding:0px;
}

.contenido{
	width: 897px;
	_width:997px;
	min-height: 400px;
	background-color: #eeeeee;
	padding-top: 0px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
    /**padding:46px;*/
	font-family: arial;
	font-size: 13px;
	color: #000000;	
	/*margin-top: 20px;*/
	border-right: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	margin-top:0px;
	float: left;
	/*z-index:1;
	//position: relative;*/
}

.menu_negro{
	text-align: center;
	background-color: #3C3C3C;
}

.menu_usuario{
	_width:230px;
	background-image: url(../img/menu_negro.jpg);
	height: 62px;
	padding: 15px;
	padding-top: 25px;
}

.icon_user{
	float: left;
}
.txt_menu_usuario{
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
}
.boton_txiki{
	width: 70px;
	height: 14px;
	background-image: url(../img/boton_txiki.jpg);
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	padding: 2px;
	margin-left: 70px;
}

.boton_menu_azul{
	background-image: url(../img/boton_azul.jpg);
	width: 230px;
	height: 30px;
	text-align: left;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;	
	padding-left: 20px;
	padding-top: 10px;	
}
.boton_menu_naranja{
	background-image: url(../img/boton_naranja.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 30px;
	text-align: left;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;	
	padding-left: 20px;
	padding-top: 10px;	
	
}
.boton_menu_negro{
	background-image: url(../img/boton_negro.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 25px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding-left: 20px;
	padding-top: 10px;
}

.boton_menu_gris{
	background-image: url(../img/boton_gris.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 25px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding-left: 20px;
	padding-top: 10px;
}


.titulo_tabla{
	height: 21px;
	background-image: url(../img/fondo_cabe.jpg);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom:10px;
	/*padding-left: 30px;*/
	text-indent:30px;
	text-align: left;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;	
}

.txt_titu_tabla{
	height: 5px;
	background-image: url(../img/boton_azul_grande.jpg);
	padding: 5px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}
.icon_titu_tabla{
	width: 60px;
	height: 5px;
	background-image: url(../img/fondo_cabe.jpg);
	padding: 10px;
	border-left: 1px solid #eeeeee;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

.txt_cabe_tabla{
	height: 5px;
	background-color: #cccccc;
	padding: 10px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}
.txt_cabe_tabla2{
	height: 5px;
	background-color: #E1E1E1;
	padding: 10px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}
.txt_cabe_tabla3{
	height: 5px;
	background-color: #A5A5A5;
	padding: 10px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}
.txt_cabe_tabla4{
	height: 5px;
	background-color: #3C3C3C;
	padding: 10px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
}

.txt_cabe_tabla1{
	height: 5px;
	background-image: url(../img/boton_azul.jpg);
	padding: 10px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.icon_cabe_tabla{
	width: 40px;
	height: 5px;
	background-color: #cccccc;
	padding: 3px;
	border-left: 1px solid #eeeeee;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}


.txt_conten_tabla{
	height: 10px;
	border-right: 1px solid #999999;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #3C3C3C;			
	padding: 5px;
	border-bottom: 1px solid #999999;
	
}
.icon_conten_tabla{	
	width: 40px;
	height: 10px;
	font-size: 9px;
	border-right: 1px solid #999999;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #999999;
}

.txt_conten_tabla_txiki{
	height: 10px;
	border-right: 1px solid #999999;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #3C3C3C;			
	padding: 1px;
	border-bottom: 1px solid #999999;
}
.icon_conten_tabla_txiki{
	width: 15px;	
	height: 10px;
	border-right: 1px solid #999999;
	text-align: center;
	padding: 1px;
	border-bottom: 1px solid #999999;
}

.txt_navegar{
	width: 50px;	
	font-family: arial;
	font-size: 10px;
	color: #696969;
	text-align: center;
	padding: 1px;
}

.fondo1{
	background-color: #f6f6f6;
}
.fondo2{
	background-color: #ffffff;
}
.fondo3{
	background-color: #E0E0E0;
}
.fondo4{
	background-color: #cccccc;
}
.fondo5{
	background-color: #999999;
}

.capa_consultas{
	width: 700px;		
	padding: 10px;
	text-align: left;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;	
	float: left;
}
.txt_boton_consultas{
	width: 200px;
	height: 18px;
    float: left;
	padding: 5px;
	padding-left: 15px;
	padding-top: 7px;
    *padding-top: 11px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
.icon_boton_consultas{
	margin-left: 30px;
	width: 30px;
	float: left;
	height: 20px;
	float: left;
	padding: 5px;
	padding-left: 15px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


.capa_boton{
	/*width: 800px;*/		
	padding: 0px;
	clear: both;
	text-align: left;
}
.txt_boton{
	background-image: url(../img/fondo_submit.gif);
	width: 100px;
	height: 15px;
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;			
}
.icon_boton{
	background-image: url(../img/fondo_submit.gif);
	width: 20px;
	float: left;
	height: 25px;
	float: left;
	padding: 1px;
	padding-left: 15px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-left:20px;
}
.txt_boton_estoy{
	background-image: url(../img/fondo_submit_naranja.gif);
}

.boton_submit{
	background-image: url(../img/fondo_submit.gif);
	width: 200px;
	height: 30px;
	padding: 5px;
	padding: 7px;
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: #000000;
	margin-top:20px;
}
.boton_submit:active{
    background-image: url(../img/fondo_submit_naranja.gif);
}
.boton_submit_txiki{
	width: 100px;
	height: 20px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.boton_ver{
	background-image: url(../img/fondo_submit.gif);
	width: 75px;
	height: 20px;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: #000000;
}
.boton_ver:active{
    background-image: url(../img/fondo_submit_active.gif);
}

.titulo_intermedio{
    height: 15px;
    padding: 5px;
    text-indent:10px;
    background-color: #f6f6f6;
	background-image: url(../img/fondo_tit_proc.gif);
 }


.titulo_proceso{
	width: 800px;
	height: 30px;
	background-image: url(../img/fondo_cabe_admin.jpg);
	padding-top: 5px;
    padding-right: 20px;
	/*padding-left: 30px;*/
    text-indent:30px;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
} 
.sub_titulo_proceso{
	background-image: url(../img/fondo_tit_proc.gif);
	width: 800px;
	height: 15px;
	padding: 5px;
	padding-left: 15px;
	padding-top: 5px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}


.pd5{
	padding: 5px;
}
.pd10{
	padding: 10px;
}
.pd20{
	padding: 20px;
}
.pd30{
	padding: 30px;
}


.capa_formu{
	width: 700px;
	text-align: left;
}
.textarea{
    padding:5px;
	width: 500px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.textarea_dafo{
    padding:5px;
	width: 160px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.select{
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.select_indi{
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	width: 600px;
}
.caja_text{
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;	
}
.txt_formu{
	text-align: left;
	font-family: arial;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}
.centrar{
	margin-left: 200px;
}
.centrado {
    text-align:center;
}

.proc_tipo{
	background-color: #E2731A;
	color: #ffffff;
}
.proc_tipo_1{
	background-color: #6fafd0;
	color: #999999;
}
.proc_tipo_2{
	background-color: #aad06f;
	color: #ffffff;
}
.proc_tipo_3{
	background-color: #eee594;
	color: #ffffff;
}
.proc_niv2{
	background-color: #dfdfdf;
	color: #ffffff;
}
.proc_niv3{
	background-color: #efefef;
	color: #ffffff;
}
.proc_niv4{
	background-color: #cccccc;
	color: #ffffff;
}
.proc_niv5{
	background-color: #eeeeee;
	color: #ffffff;
}

.w100{
	width: 100px;
}
.w200{
	width: 200px;
}

.font_9px{
     font-size:9px;
}

.ancho_1em {
    padding:10px 2px;
    width:1em;
}

/*************************/
.cuadro_aviso
{
	width: 450px;
	height: 40px;
	margin: 30px auto 30px auto;
	padding: 10px 40px 0 40px;
}

.f_verde
{
	background-color:#c2ddb3;
}

.f_rojo
{
	background-color:#ed9393;
}

.f_azul
{
	background-color:#9bb7d4;
}



/***********ESTRATEGIA**************/
.estra_titu_tabla{
	background-image: url(../img/boton_azul_grande.jpg);
	padding: 5px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;	
}
.estra_titu_tabla_indi{
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	text-align: center;
	font-family: arial;
	font-size: 9px;
	color: #ffffff;	
}
.celda_conten_estra{
	height: 10px;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	color: #5A5A5A;			
	padding: 1px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.txt_conten_estra{
	height: 10px;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #696969;			
	padding: 1px;
}
.estra_verde
{
	background-color:#0EE20E;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #ffffff;			
	padding: 1px;	
}
.estra_rojo
{
	background-color:#FF0000;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #ffffff;			
	padding: 1px;
}
.estra_gris
{
	background-color:#eeeeee;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #000000;			
	padding: 1px;
}


.estra_titu_plan{
	background-image: url(../img/boton_azul_grande.jpg);
	padding: 5px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;	
}
.txt_plan_anual{
	text-align: left;
	font-family: arial;
	font-size: 10px;
	color: #000000;	
	background-color: #eeeeee;
	padding: 2px;
}
.c{
	background-color: #FF7F2A;
}


/*AUTOCOMPLETADO*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.iconos_ayuda{
	float: left;
	background-image: url(../img/fondo_tit_proc.gif);
	width: 800px;
	height: 15px;
	padding: 5px;
	padding-left: 15px;
	padding-top: 5px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #999999;	
	text-align: left;
	font-family: arial;
	font-size: 10px;
	color: #000000;	
}

.txt_procesos{
font-size: 11px;
font-family: Trebuchet Ms, arial;
color: #023363;
text-align: left;
padding: 3px;
font-weight: normal;
}

/* JESUS OBRERO DESPLIEGUE LETRA REDUCIDA*/
.tam_letra_txiki{
	font-size:10px;
}

/*********ENVIO EUSKALIT**********/

.estado
{
    width:800px;
    border-collapse:collapse;
    font-family:arial;
    font-size:13px;
    margin:50px auto 50px 50px;
}

.estado th
{
    color:#fff;
    background-color:#4d4a4a;
    border:1px solid #000;
    padding-left:6px;
    text-align:center;
    height:50px;
}

.estado td
{
    border:1px solid #000;
    height:42px;
    padding-left:6px;
    width:250px;
    padding-top:10px;    
}

.estado .verde
{
    background-color:#88c32a;
    text-align:center;
    font-weight:bold;
}

.estado .rojo
{
    background-color:#d22f19;
    text-align:center;
    font-weight:bold;
}

.estado img
{
    padding-right:8px;
}

.estado a{
    color:#ccc;
}

.estado .visible
{
    text-align:center;
    font-weight:bold;
    border:1px solid #000;
}

.estado .oculto
{
    border:0;
    text-align:center;
}

/**********************************/

/* REVISIONES J_OBRERO */

.txt_titu_tabla_rev{
	height: 5px;
	background-image: url(../img/boton_rojo_grande.jpg);
	padding: 5px;
	border-left: 1px solid #eeeeee;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

.titulo_tabla_rev{
	height: 21px;
	background-image: url(../img/fondo_cabe_rojo.jpg);
	padding-top: 10px;
    padding-right: 20px;
    padding-bottom:10px;
	/*padding-left: 30px;*/
    text-indent:30px;
	text-align: left;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;	
}

.centrado{
	
	text-align:center;
}
/***********************/


/* GENERALES */

.collapse{
	border-collapse:collapse;
}


.bg_red{
	background-color:#e21919;
}
.empty_cells{
	empty-cells:show;
}

.bg_buscador_preguntas{
	background-color:#5f93c0;
}

.letra{
	font-family: arial;
	font-size: 12px;
}

.bold{
	
	font-weight:bold;
}

.div-left{
	float: left;
	
}

.no-border{
	
	border:0;
}


.min-width{
	
	width:100px;
}

.border-bottom-grey{

	border-bottom:1px solid #eee;
}

.select-tipo-min-width{
	
	width:80px;
}

/*********************************/


.width-combo-min{
	
	width:60px;
}

.width-combo-med{
	
	width:120px;
}

.width-combo-max{
	
	width:240px;
}

.width-combo-extra{
	
	width:440px;
}

.lista-preg-mini{
	
	font-size:9px;
}

.car_button{
	
	margin-bottom:25px;
}

.ver_div_preg{
	
	margin-bottom:25px;
}

.comun{
	
	color:#fff;
	background-color:#89bc61;
	font-size:10px;
}

.center{
    
    text-align:center;
}

.left{
    
    text-align:left;
}

.right{
    
    text-align:right;
}

.table-user-perfil{
	
	width: 500px;
	margin: 15px auto 15px auto;
	
}

.table-user-perfil td{
	forn-size:12px;
}

.table-user-perfil-leftcol{
	
	width:200px;
}

.seom_table{
	
	width:700px;
	border-collapse:collapse;
	empty-cells: show;
	margin-top: 20px;
	margin-bottom: 20px;
	border:0;
}

.private{
	color: #cd2929;
}