@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "CoreHumanistSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("/fuentes/CoreHumanistSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fuentes/CoreHumanistSans-Regular-webfont.woff") format("woff"), url("/fuentes/CoreHumanistSans-Regular-webfont.ttf") format("truetype"), url("/fuentes/CoreHumanistSans-Regular-webfont.svg#CoreHumanistSansRegular") format("svg");
}

/* para resetear todas las propiedades*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	line-height: 1;
	/*text-align: left; */ 
	vertical-align: baseline;
}  
a img, :link img, :visited img {  
	border: 0;  
}  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}  
ol, ul { 
	list-style: none;  
}  
q:before, q:after,  
blockquote:before, blockquote:after {  
	content: "";  
} 
/*fin del reseteo*/

body {
	text-align: left;
	font-family: 'Muli', sans-serif;
	padding: 0;
	margin: 0;
	background: #F2F2F2;
	text-align: left;
}
html,body{
/*height:100%;*/
}
#total {
	margin: 15% auto auto auto;
	width:420px;
}
#contenedor {
	width: 975px;
	margin:0 auto;
}
#contenidos-pie {
	width: 975px;
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	float:left;
	background: none;
	min-height: 200px;
	}
	
#contenidos {
	width:963px;
	float: left;
    height: auto;
    margin: 0;
    padding: 0 6px;
    top: 0;
	background: transparent url(../img/bg-sombra.png) left top repeat-y;
	}


#cabecera {
	background-color: #FFFFFF;
    margin: 1em;
	/*min-height: 82px;
    max-height: 160px;*/
    padding: 0;	
	display: table;
    height: auto;
    margin: 1% 2%;
    width: 96%;
}

#logo {
	display: inline;
    float: left;
    width: 35%;
    margin: 0 0 1em;
    max-height: 160px;
}

#logo h1 {
	display: none;
}

#movie_up1{
	position:relative;	
	z-index:1;
	
}
#movie_up2{
	z-index:2;
	position: absolute;
}
#areaprivada {
	width: 100%;
	height: auto;
	float: right;
	font-size:90%;
	background: url(../img/linea-puntos.png) repeat-x bottom;
}

#cuerpo {
	height: auto;
	min-height: 150px; /*para los navegadores buenos*/
	border-top: 0;
	border-bottom: 0;
	z-index: 10;
	background-color:#fff;
	display: block;
	margin: 1em;
}

#pie {
	 background-image: url("../img/fondo-pie.png");
    background-repeat: no-repeat;
    float: left;
    height: 75px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 975px;
    z-index: 150;
}


#pie #direcciones{
	padding: 20px 0px 0px 0px;
	float: left;
	width: auto;
	color: #3c3c3c;
	text-align: left;
	margin: 0 0 0 20px;
}

#pie #direcciones p {
	font-weight: bold;
	font-size: 80%;
	margin: 0 0 5px 0;
	line-height:110%;
	color: #fff;
}
#pie #direcciones #direccion1 {
	height: auto;
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
}
#pie #direcciones #direccion1 p{
	font-size: 75%;
	font-weight:normal;
	line-height:130%;
	margin: 0;
	padding: 0;
	color: #3c3c3c;
}


#pie #direcciones dl{
	font-size: 75%;
	font-weight:normal;
	line-height:130%;
	margin: 0;
	padding:0;
	
}
#pie #direcciones dt{
	float: left;
	margin: 0 3px 0 0;
}
#pie #direcciones dd{
	margin: 0 3px 0 0;
}
#pie #submenu {
	color: #FFFFFF;
    float: right;
    font-size: 75%;
    margin: 0 20px 0 0;
    padding: 20px 20px 0 0;
    text-align: left;
    width: auto;
}
#pie #submenu strong{
		font-weight: bold;
	}
#areaprivada h2{
	height: 18px;
	width: auto;
	float: right;
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	padding: 0px 25px 15px 0px;
}

/** MENU **/
#menu {
	width: 580px;
	height: 102px;
	color: #000;
	float: right;
	font-size:86%;
	text-transform: uppercase;
	
}

/**html #menu {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg_topr.png");
}
*/

#menu ul{
	list-style-type: none;
	display: inline;
	float: right;
	list-style: none;
}


#menu li{
	display: inline;
	list-style-type: none;
	padding: 7px 0px;
	margin: 30px 0px 20px 0px;
	width: 90px;
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #F2F2F2;
}

#menu li.salir{
	color: #bc160e;
	font-weight: bold;
	text-transform:uppercase;
	border-left: 0;
	margin: 15px 0 0 0;
}

#menu li a{
	text-decoration: none;
	color: #3c3c3c;
	}
	
	
#menu li a:hover{
	color: #000000;
	}
/** FIN MENÙ**/

.ayuda {
	height: 27px;
	width: auto;
	float: left;
	padding: 98px 0px 0px 20px;
}


 .espacio {
	width: 900px;
	float: left;
	height: 15px;
	padding: 0;
	margin: 0;
}
.titular {
	float: right;
	width: 860px;
	height: 30px;
	background-image: url(../img/f_tit.gif);
	background-repeat: repeat-x;
	margin: 0px 20px 20px 20px;
	_margin: 0px 20px 20px 40px;
	font-size: 140%;
	line-height:30px;
	text-align: right;
	font-family: 'Muli', sans-serif;
	color: #7a4206;
	background-position: bottom;
}

.menu {
	width: 860px;
	height: 25px;
	position: relative;
	font-size:100%;
	z-index: 100;
	float: right;
	padding: 5px 20px 10px 20px;
	margin-bottom: 20px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	color: #3c3c3c;
	height: 25px;
}

.menu ul li {
	float:right;
	position:relative;
	font-weight: bold;
	border-right: 2px solid #FFFFFF;
	padding: 0 15px;
	height: 25px;
	color: #3c3c3c;
	line-height:3em;
	
}

.menu ul li a {
	display:block;
	color: #3c3c3c;
	border: 0px;
	display:inline;
	text-decoration:none;
	

	
}
.menu ul li a:hover{
	background-color:#000;
	color: #bc160e;
	display:block;
	text-decoration:none;
	border: 0px;
	float: right;
}

* html .menu ul li a {
	display: block;
	text-decoration: none;
}


.menu ul li.salir{
	font-weight: bold;
	color: #bc160e;
	height: 25px;
}
/* .menu ul li a, .menu ul li a:visited { */
.menu ul li.salir a {
	display:inline;
	text-decoration:none;
	color: #FF0000;
	border: 0px;
}
/* * html .menu ul li a, .menu ul li a:visited {*/
* html .menu ul li.salir a {
	display: inline;
	/*line-height: 30px;*/
	text-decoration: none;
}
.menu ul li.salir a:hover {
	display:inline;
	text-decoration:none;
	color: #bc160e;
	border: 0px;
}
/* * html .menu ul li a, .menu ul li a:visited {*/
* html .menu ul li.salir a:hover {
	display: inline;
	/*line-height: 30px;*/
	text-decoration: none;
}

.submenu {
	width:873px;
	font-size:90%;
	float: left;
	color: #fff;
	padding:0px;
	margin:0px 40px 20px 40px;
}

.submenu ul {
	list-style-type: none;
	min-height: 150px;
	width: 100%;
	float: left;
	height: auto;
}

.submenu ul li {
	float:left;
	font-weight: bold;
	padding:0 0 10px 25px;
	*padding:0 0 10px 15px;
	width: 187px;
	height: auto;
	border: 0;
	min-height: 150px;
}

.submenu ul li a{
	text-decoration: none;
}

.submenu ul li a:hover{
	opacity: 0.8;
}

.submenu ul li a span{
	display: block;
	padding: 1%;
	background: #AF8D05;
	color: #fff;
	text-align:center;
	text-decoration: none;
	}
.submenu ul li a:hover span{
	display: block;
	padding: 1%;
	background: #000000;
	color: #fff;
	text-align:center;
	text-decoration: none;
	}
	
.submenu ul li.aviso {
	padding:0 0 0 25px;
	width: 187px;
	border: 0;
	font-size: 80%;
	color: #FF0000;
	text-align: center;
}


/***formularios***/
/*input{
	width: 170px;
	color: #000;
	border: #445171 1px solid;
	font-size: 90%;
	padding: 2px;
	font-weight: bold;
	}*/
input.pq{
	width:auto;
	line-height: 22px;
	padding-left: 5px;
	border: none;
	background: none;

}
input checkbox{
	width:25px;
	line-height: 22px;
	padding-left: 5px;
	border: none;
	background: none;

}

textarea{
	width: 75%;
	color: #000;
	border: #445171 1px solid;
	margin: 0 0 1% 0px;
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	background-color: #fff;
	}
	
	
	/***fin formularios***/
/*#contenidos {
	color: #ffffff;
	margin: 0px;
	float: left;
	width: 760px;
	padding: 20px;

}*/
.contrasena {
	width: 400px;
	height: auto;
	top: 0px;
	margin:0 auto 0 auto;
	background-color: #c3c4c5;
}



/** LOGIN INTRANET **/

#area-privada {
	margin: 1em 0 0 0;
}

form#area-privada .tabla {
	margin:0;
	background-image: url(../lib/seguridad/images/bg_lock.png);
	background-repeat:no-repeat;
	width: 420px;
	height: 200px;
    padding: 95px 0 0;
	float: left;
}

form#area-privada .tabla h2{
	font-size: 100%;
	font-weight:bold;
	padding: 5px 0px;
	text-align:center;
	color:#FF0000;
	margin: 10px 0 0 0;
	float: left;
	width: 420px;
}

form#area-privada .tablabis{
	width: 420px;
	margin: auto;
	position: relative;
	height: 265px;
	background-image: url(../img/bg_contrasena.png);
	background-repeat:no-repeat;
}
.tabla h1.noseve {display: none;}
.tablabis h1.noseve {display: none;}
.cabecera_tabla {
	width: 420px;
	height: 40px;
	float: left;
	margin-top: 5px;
	}
.cabecera_bis {
	width: 420px;
	height: 90px;
	float: left;
	margin-top: 15px;
	}
.cabecera_tabla img{float:left;}
form#area-privada .acceso_tabla{
	width: 70%;
	padding: 0 15%;
	float: left;
	}
	
form#area-privada .acceso_tabla ul, form#f_add ul{
	list-style: none;
	display: inline;
	float:right;
	margin: 0 0 0 30px;
	}
form#area-privada .acceso_tabla ul li, form#f_add ul li{
	list-style: none;
	display: inline;
	float: left;
	margin: 0 10px 0 0px;
	text-align:right;
	}
form#area-privada .acceso_tabla label, form#area-privada label{
	width: 100%;
	padding: 0 0 1em 0;
	display: inline;
	float: left;
	}
	
form#area-privada .acceso_tabla label.separar{
	width: 420px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	padding-top: 10px;
	border-top: 1px solid #fff;
	}
form#area-privada .acceso_tabla span, form#area-privada span{
	font-size: 85%;
	text-align: right;
	width: 25%;
	float: left;
	color: #333333;
	margin: 0.3em 0 0;
	}
	
form#area-privada .acceso_tabla span.botones{
	font-size: 85%;
	text-align: right;
	width: auto;
	float: left;
	margin-left: 200px;
	color: #FFFFFF;
	}
form#area-privada .acceso_tabla span.botones a{
	padding: 0 25px;
	}	
form#area-privada .acceso_tabla p{
	font-size: 85%;
	text-align: center;
	width: 420px;
	float: left;
	margin: 3px 0 10px 0;
	color: #333;
		}
	
	
form#area-privada .acceso_tabla p.msgerror{
	color: #ff0000;
	text-align: left;
		}
		
form#area-privada .acceso_tabla input#usuario, form#area-privada .acceso_tabla input#contrasena, form#area-privada .acceso_tabla input#password_viejo,  form#area-privada .acceso_tabla input#password1, form#area-privada .acceso_tabla input#password2, form#area-privada input#email{
	width: 70%;
	margin: 0 0 0 1%;
	color: #333333;
	border: #333 1px solid;	
	float: left;
	font-size: 85%;
	background-color: #fff;
	position:relative;
	z-index:100;
	font-weight: normal;
	}
	
/*recuperar contraseña*/	

form#area-privada input#email{
	width: 65%;
	margin: 0 0 0 1%;
	color: #333333;
	border: #333 1px solid;	
	float: left;
	font-size: 85%;
	background-color: #fff;
	position:relative;
	z-index:100;
	font-weight: normal;
	}
	
form#area-privada input.boton {
    border: 0 none;
    float: right;
    margin: 0 10% 0 0;
    padding: 0;
    width: auto;
}

/*fin recuperar contraseña*/
	
	
form#area-privada .acceso_tabla input#boton_intranet{
	width: auto;
	float: right;
	border: 0;
	
	}
.error_tabla {
	color: #FF0000;
    float: left;
    font-size: 90%;
    height: 18px;
    margin: 5px 3%;
    text-align: center;
    width: 94%;
}

.error_tabla-bis {
	width: 380px;
	height: 18px;
	float: left;
	color: #FF0000;
	font-size: 100%;
	margin: 0px 25px 15px 15px;
	text-align:center;
}

p.leyenda {
	width: 420px;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 0px;
}

#cuerpo #caja_izda form#registro p.leyenda strong{
	color:#e31119;
	}
	
h1.noseve {display: none;}
h2.noseve {display: none;}	

.no_script p{background-color: #fff; z-index: 100; margin: 10px 0px;padding: 5px; float: left;}


/**** INTRANET ******/


.contenidos_admin {
	padding: 0;
	min-height: 200px;
	height: auto;
	margin: 0.5em 0;
	background: #fff;
	width: 100%;
}

.contenidos_admin table {
	font-size: 95%;
	color: #333333;
	float: left;
	width: 98%;
	margin: 1%;
}

.contenidos_admin table thead{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
}

.textopeque{
	font-size: 85%;
	color: #666666;
	text-decoration:none;
	}
a.textopeque{
	font-size: 85%;
	color: #666666;
	text-decoration:none;
	}
.contenidos_admin table strong a.textonormal{
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}
.contenidos_admin table a{
	color: #000000;
	text-decoration:none;
	font-size: 100%;
	}
.contenidos_admin table a:hover{
	color: #e50004;
	text-decoration:none;
	}
.aviso {
	color:#e50004;
}

.textonormal {
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	vertical-align: top;

}
.normal {
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
	vertical-align: top;

}

.textonormaloscuro {
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	font-weight:400;
}


.textopequeoscuro {
	font-family: 'Muli', sans-serif;
	font-size: 85%;
	color: #333333;
	text-decoration: none;
	font-weight:400;
}

input#bloqueado {
	font-family: 'Muli', sans-serif;
	color: #666666;
	/*background-color: #BC160E;*/
	width: 25px;
}

.cajaspequeñas {

	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 50px;
}
.cajasgrandes {


	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 200px;
}
.cajasmasgrandes {

	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 300px;
}

.cajasnormal {
	font-family: 'Muli', sans-serif;
	color: #000000;
	background: #fff;
	width: 150px;
}
.cabecerapeque {
	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #DEE3E5;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;

}
.paginacion {
	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #DEE3E5;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;

}
.fondogris {
	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #DEE3E5;
	font-size: 85%;

}
.bordetabla {
	background-color: #CCCCCC;

}
.mensaje {
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	width: 96%;
	color: #AF8D05;
    float: left;
    padding: 2%;
	margin: 0 0 1.5em 0;
	border: 1px solid #AF8D05;
}
.mensajeerror {
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	width: 96%;
	color: #ff0000;
    float: left;
    padding: 2%;
	margin: 0 0 1.5em 0;
	border: 1px solid #ff0000;
}

.textofondoazul {
	font-family: 'Muli', sans-serif;
	font-size: 95%;
	color: #666666;
	text-decoration: none;
	background-color: #E4E4E4;
}
.cajafile {


	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.enlacenormal {
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
}
.enlacenormal:hover {
	text-decoration: none;
}
.enlacenormal:link {
	text-decoration: none;
}
.cajasmuygrandes {
	font-family: 'Muli', sans-serif;
	color: #000000;
	background: #fff;
	width: 450px;
}
.enlace_sin_over {
	color: #000000;
	text-decoration: none;
}
.enlace_sin_over:hover {
	text-decoration: none;
}
.enlace_sin_over:link {
	text-decoration: none;
}

.link_rojo {
	color: #C20001;
	text-decoration: none;
}
.cajasnormal_filtros {
	font-family: 'Muli', sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 180px;
}

td.mensaje strong{
	font-size: 155%;
}

td.mensaje p{
	font-size: 100%;
	padding: 10px 0;
}

td.mensaje p strong{
	font-size: 120%;
	margin-top: 25px;
}
td a.link_rojo {
	color: #C20001;
	text-decoration: none;
}
td.mensaje ul li{
	background: url(../img/listas.gif) no-repeat left top;
	padding:0px 0px 0px 18px;
	line-height:150%;
}
td.mensaje ul li.enlace{
	font-size: 100%;
}
td ul li{
	background: url(../img/listas.gif) no-repeat left top;
	padding:0px 0px 0px 18px;
	margin: 10px 0 0 0;
	font-size: 80%;
	height: 25px;
}
table tr td ul li p{
	font-size: 100%;
	}
table tr.gris{
	background-color: #EDEBE7;
	}
td.mensaje ul li a{
	font-size: 95%;
}
td.mensaje ul li a:hover{
	font-size: 95%;
	color: #770000;
}
table tr td input#button {
	background-color: #E2001A;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	padding: 2px 5px;
	margin: 10px 20px;

}
table tr td{
	height: auto;
    min-height: 20px;
    padding: 0.5em;
	vertical-align:middle;
}
table tr td.mensaje{
	height: auto;
	padding: .5em;
}
table tr th{
	height: auto;
    min-height: 20px;
	padding: .5em;
	vertical-align:middle;
}

td a.textonormal img{border:2px solid #CCCCCC;}
input.boton{
	width: auto;
	border: 0;
	padding:0;
	margin:0;
	position: relative;
	bottom:0;
	}
.nota {
	font-size: 85%;
	color: #333333;
	margin-bottom: 20px;
}
table caption {
	background-color: #666666;
	color: #fff;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
 tr.gris_claro {
 	background-color: #F9F9F9;
 }

table tr td p {
	font-size: 85%;
	margin: 10px 0px 0px  0px;
	width: 100%;
}

table tr td a.enlace {
	color: #770000;
	font-weight:bold;
	text-decoration:underline;
}
table tr td a:hover.enlace {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}	
table tr.separador td{
	padding:0;
	margin:0;
	height:5px;
	background-color:#FFFFFF;
}
h1 {display: none;}



ul.listicondeco{
	margin: 18px 0;
	list-style:none;
	display:inline;
	text-align: left;
	float:left;
	}
	
ul.listicondeco li{
	padding:18px 8px 18px 0px;
	margin: 18px 0;
	font-size: 85%;
	background: none;
	float:left;
	width: 24%;
	}
ul.listicondeco li img{
	padding-right: 3px;
	border: 0;
	}
p.listicondeco{
	font-size: 90%;
	font-weight:bold;
	float: left;
	padding:0;
	margin:0;
	}
	
#abajo {
	clear: both;
	float: left;
	height: 43px;
	width: 961px;
	background: #bc160e;
	margin:0 3px 0 6px;
	
}
h3.modulo-gestion-gral {
	background-color: #666666;
	width: auto;
	padding: 8px;
	float: left;
	margin: 0 0 0px 0;
	font-size: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
}
#modulo-gestion-gral {
	background-color: #666666;
	width: 848px;
	padding: 10px 25px 0 0;
	float: left;
	margin: 0 0 15px 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
}

h3.modulo-gestion-web {
	background-color: #999999;
	width: auto;
	padding: 8px;
	float: left;
	margin: 0 0 0px 0;
	font-size: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
}

#modulo-gestion-web {
	background-color: #999999;
	width: 848px;
	padding: 10px 25px 0 0;
	float: left;
	margin: 0 0 15px 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
}

h3.modulo-despachos {
	background-color: #CCCCCC;
	width: auto;
	padding: 8px;
	float: left;
	margin: 0 0 0px 0;
	font-size: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
}
#modulo-despachos {
	background-color: #CCCCCC;
	width: 848px;
	margin: 0 0 15px 0;
	padding: 10px 25px 0 0;
	float: left;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
}


form#area-privada .acceso_tabla p.olvidado{
	min-width: 250px;
	width: auto;
	margin: 3px 75px 3px 20px;
	float: left;
	font-size:80%;	
	text-align:left;
}
form#area-privada .acceso_tabla p.olvidado a{
	color: #fff;
	background:#999999;
	padding: 2px 4px;
}
form#area-privada .acceso_tabla p.olvidado :hover{
	color: #000;
	background:#999999;
	padding: 2px 4px;
}

.direccion{
	padding: 0px;
	height: auto;
	float: left;
	width: auto;
	color: #3c3c3c;
	text-align: left;
	margin: 0 20px 0 20px;
}

.direccion p {
	font-size: 75%;
	margin: 0 0 5px 0;
	line-height:110%;
}
.msgerror {
	color: #FF0000;
}
span.titulo {
	width: 100%;
	float: left;
	margin: 5px 0 15px 0;
}
span.ancho {
	width: auto;
	float: left;
	margin: 5px 0;
}
form#filtros {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.right {
	float: right;
}

span.botones {

	padding: 4px 8px;
	font-size: 100%;
	color: #fff;
	background-color:#666;
	margin: 25px 0 25px 25px;
}
span.botones a{
	color: #fff;
	text-decoration: none;
}
span.botones a:hover{
	color: #000;
	text-decoration: none;
}
.espacio-buzon {
    background-color: #E4E4E4;
    border: 1px solid #000000;
    height: 25px;
    width: 100%;
}
.espacio-consumido {
    background-color: #FF0000;
    border: 0 none;
    float: left;
    height: 25px;
    width: 25%;
}
td ul.leyendas-buzon li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 85%;
    line-height: 25px;
    list-style: none outside none;
    margin: 0 40px 0 0;
    padding: 0 0 0 30px;
}
td ul.leyendas-buzon li.buzon-contratado {
    background: url("../img/buzon-contratado.png") no-repeat scroll left top transparent;
}
td ul.leyendas-buzon li.buzon-consumido {
    background: url("../img/buzon-consumido.png") no-repeat scroll left top transparent;
}
td ul.leyendas-buzon li.buzon-libre {
    background: url("../img/buzon-libre.png") no-repeat scroll left top transparent;
}

form#area-privada .tabla .cabecera_tabla p.cookies {
    color: #333333;
    float: left;
    font-size: 77%;
    font-weight: bold;
    line-height: 110%;
    margin: 0px 6% 3px 6%;
    padding: 0;
    text-align: justify;
    width: 88%;
}

#menu-rwd {
	display: none;
	}
	
/*FILTROS*/

p.filtros {
    display: none;
}

h2.filtros {
	font-size: 120%;
	color: #000000;
    margin: 1.5em 0 1.5em 0;
    width: 100%;
	}
	
form#admin-filtros label {
	display: block;
	color: #000000;
	margin: 0px;
	padding: 0px 2% .5em 0px;
	width: 31%;
	float: left;
}

form#admin-filtros span {
	width: 25%;
	float: left;
}


form#admin-filtros input#titulo, form#admin-filtros input#cliente, form#admin-filtros input#codigo, form#admin-filtros input#email, form#admin-filtros select#ano, form#admin-filtros select#gestor, form#admin-filtros select#estado{
	width: 70%;
	margin: 0 0 1% 0px;
	color: #3C3C3C;
	border: #445171 1px solid;
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	padding: 2px;
	font-weight: bold;
	}

form#admin-filtros textarea{
	width: 70%;
	margin: 0 0 1% 0px;
	color: #3C3C3C;
	border: #445171 1px solid;
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	background-color: #fff;
	}
	
form#area-privada p, form#admin-filtros p {
    font-size: 85%;
    line-height: 1.5em;
    margin: 0 0 1em;
}
	
/*formularios*/

form#f_add {
	float: left;
	margin: 0 0 2em 0;
	}	
	
form#f_add p {
    font-size: 85%;
    line-height: 1.5em;
    margin: 0 0 1em;
}

.adjuntar {
	background: #F3EEDA;
	padding: 1% 2%;
	float: left;
	width: 90%;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	margin: 0 0 .5em 0;
		}
.adjuntar p {
	width: 70%;
	display: block;
	float: left;
	}
	
p.archivo, p.archivo a{
		color: #000000;
		font-size: 90%;
		font-weight: bold;
		}

form#f_add p.archivo, form#f_add p.archivo a {
    color: #000000;
    font-size: 90%;
    font-weight: bold;
	width: 70%;
	display: block;
	float: left;
}
form#f_add label {
	display: block;
	color: #000000;
	margin: 0px;
	padding: 0px 2% .5em 0px;
	width: 98%;
	float: left;
}

form#f_add label.mitad{
		display: block;
		width: 45%;
		margin: 0 0 .5em 0;
	}
	
form#f_add label.mitad span{
		width: 30%;
	}

form#f_add .contrasena label {
	display: block;
	color: #000000;
	margin: 0px;
	padding: 0px 0 .5em 0px;
	width: 100%;
	float: left;
}
form#f_add span {
	width: 25%;
	float: left;
	font-size: 97%;
}
form#f_add span.mce-txt {
	width: 100%;
}


form#f_add input#titulo, form#f_add input#cliente, form#f_add select#gestor, form#f_add input#fecha, form#f_add input#estado, form#f_add input#comentarios, form#f_add select#estado,  form#f_add select#estado_facturacion, form#f_add input#comentarios_facturacion, form#f_add textarea#comentarios_facturacion, form#f_add textarea#comentarios, form#f_add input#archivo1, form#f_add input#archivo2, form#f_add input#usuario, form#f_add select#perfil, form#f_add input#nombre, form#f_add input#comentario, form#f_add input#email, form#f_add textarea#comentario, form#f_add #emailCliente, form#f_add input#movil{
	width: 70%;
	margin: 0 0 1% 0px;
	color: #3C3C3C;
	border: #445171 1px solid;
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	padding: 2px;
	font-weight: bold;
	}
	
form#f_add input#contrasena {
	width: 74%;
	margin: 0 0 1% 0px;
	color: #3C3C3C;
	border: #445171 1px solid;
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	padding: 2px;
	font-weight: bold;
	}

	
form#f_add div.contrasena {
		background:#F2F2F2;
		border-radius: .5em;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		padding: .5em;	
		clear: both;
		width: 92%;
		float: left;
		margin: 0 0 1em 0;
	} 
	
form#f_add div.contrasena p{
		widht: 70%;
		float: left;
		min-height: 43px;
		margin: 0;
		line-height: 43px;
	}
	
.nuevoCliente {
	width: 90%;
	float: left;
	background-color: #F1F3F8;
	border-radius: 0.5em;
	padding: .5em 2%;
	margin: 0 0 1em 0;
	vertical-align: middle;
	}
	
.nuevoCliente legend {
	width: 30%;
	margin: 0 .5em 0 0;
	float: left;
	font-weight: bold;
	}
	
form#f_add label.tercio{
		display: block;
		width: 32%;
		margin: 0;
		padding: 0;
	}
	

form#f_add .nuevoCliente span {
    float: left;
    width: auto;
	text-align: right;
}

#programas {
	font-size:95%;
	width: 90%;
	float: left;
	border:.2em solid #F1F3F8;
	border-radius: 0.5em;
	padding: .5em 2%;
	margin: 0 0 1em 0;
	vertical-align: middle;
	}
	
form#f_add label.margenIzda{
		display: block;
		width: 75%;
		margin: 0 0 .5em 25%;
		padding: 0;
	}
	
form#f_add #programas span {
    float: left;
    width: 25%;
}

form#f_add #programas span.diamacon {
    color: #00247d;
	font-weight: bold;
}

form#f_add #programas span.diamages {
    color: #8faf33;
	font-weight: bold;
}

form#f_add #programas span.diamalab {
    color: #838383;
	font-weight: bold;
}

form#f_add #programas span.diamaweb {
    color: #ef9f3b;
	font-weight: bold;
}


form#f_add #programas span.diamapro {
    color: #af8d05;
	font-weight: bold;
}

.tipoDiamages {
	border: .2em solid #8faf33;
	width: 70%;
	margin: 0 0 1.5em 25%;
	padding: .4em;
	float: left;
	}
	
form#f_add #programas .tipoDiamages span{
	width: 34%;
	margin: 0 .5em 0 0;
	float: left;
	font-weight: bold;
	}

.tipoDiamagescambiodetramo {
	border: .2em solid #8faf33;
	width: 70%;
	margin: 0 0 1.5em 25%;
	padding: .4em;
	float: left;
	}	
	
form#f_add #programas .tipoDiamages label span{
	font-weight: normal;
	}

form#f_add #programas .tipoDiamagescambiodetramo span{
	width: 34%;
	margin: 0 .5em 0 0;
	float: left;
	font-weight: bold;
	}
	
form#f_add #programas .tipoDiamagescambiodetramo label span{
	font-weight: normal;
	}
	
.numEmpleadosDiamalab {
	border: 0.2em solid #838383;
    float: left;
    margin: 0 0 1.5em 25%;
    padding: 0.4em;
    width: 70%;
}

.diamaconcliextra, .daextra {
	border: 0.2em solid #00247d;
    float: left;
    margin: 0 0 1.5em 25%;
    padding: 0.4em;
    width: 70%;
}

.diamagescliextra {
	border: 0.2em solid #8faf33;
    float: left;
    margin: 0 0 1.5em 25%;
    padding: 0.4em;
    width: 70%;
}

form#f_add #programas .numEmpleadosDiamalab span{
	width: 100%;
	margin: 0.3em .5em .2em 0.1em ;
	float: left;
	font-weight: bold;
	}

form#f_add #programas .diamaconcliextra span, form#f_add #programas .daextra span{
	width: 80%;
	margin: 0 .5em .5em 0 ;
	float: right;
	font-weight: bold;
	}

	form#f_add #programas .diamagescliextra span, form#f_add #programas .daextra span{
		width: 80%;
		margin: 0 .5em .5em 0 ;
		float: right;
		font-weight: bold;
		}	
	
form#f_add label.cuarto {
    display: block;
    margin: 0;
    padding: 0;
    width: 25%;
}
	
form#f_add #programas .numEmpleadosDiamalab label.cuarto span, form#f_add #programas .numEmpleadosDiamalab label.cuarto span{
	float: left;
    text-align: right;
    width: 75%;	
	font-weight: normal;
	}	


.tipoDiamaweb {
	border: 0.2em solid #ef9f3b;
    float: left;
    margin: 0 0 1.5em 25%;
    padding: 0.4em;
    width: 70%;
}

form#f_add #programas .tipoDiamaweb span{
	width: 20%;
	margin: 0 .5em 0 0;
	float: left;
	font-weight: bold;
	}
	
form#f_add #programas .tipoDiamaweb label.cuarto span, form#f_add #programas .tipoDiamaweb label.cuarto span{
	float: left;
    text-align: right;
    width: 75%;	
	font-weight: normal;
	}	
	
form#f_add #programas .tipoDiamaweb span.todo{
	width: 100%;
	margin: 1em .5em .5em 0;
	float: left;
	font-weight: bold;
	}
	
form#f_add  .tipoDiamaweb label {
    color: #000000;
    display: block;
    float: left;
    margin: 0;
    padding: 0 2% 0.5em 0;
  	margin: 0 0 0 33%;
    padding: 0.4em;
    width: 65%;
}

form#f_add #programas .tipoDiamaweb label span{
    font-weight: normal;
	width: 34%;
}

form#f_add .tipoDiamaweb label.cuarto {
    display: block;
    margin: 0;
    padding: 0;
    width: 26%;
}

.previsualizar a{	
	color: #8d8b8a;
	background: #CCC url(../img/ver-hover.png) right no-repeat;padding: .3em 40px .3em .6em; 
	border-radius: .5em;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	}
	
.previsualizar a:hover{
	background: #CCC url(../img/ver.png) right no-repeat;
	color: #000000;
	}

th {
	color: black;
	background: #CCC;
}
.decliente{
	background-color:#cbcbcb;
}

.tipoDiamages2 {
	border: .2em solid #8faf33;
	width: 70%;
	margin: 0 0 1.5em 25%;
	padding: .4em;
	float: left;
	}
	
form#f_add #programas .tipoDiamages2 span{
	width: 34%;
	margin: 0 .5em 0 0;
	float: left;
	font-weight: bold;
	}
	
form#f_add #programas .tipoDiamages2 label span{
	font-weight: normal;
	}