@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #87888A;
	font-size:11px;
	background-color: #007BBC;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat:  repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: 0px 2px;	
}
.textoGrande {
	font-size: 14px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #007BBC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#cabecera {
	background-color: #FFFFFF;
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera #logo_superior {
	float: left;
	width: 148px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 30px;
}
#cabecera #menu_principal {
	float: right;
	width: 428px;
	margin-right: 30px;
	text-align:right;
	margin-top: 40px;
	clear: right;
}
#cabecera #menu_principal ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cabecera #menu_principal li {
	float: right;
	text-align: center;
	padding-left:10px;
}
#menu_principal .btnVer {
	background-image: url(../imagenes/fondo_boton_azul.gif);
	background-repeat: no-repeat;
	display:block;
	height:28px;
	width:204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	background-position: 0px 0px;
}
#cabecera #login {
	float: right;
	margin-right: 30px;
	font-size: 12px;
	margin-top: 15px;
	width:400px;
	text-align: right;
}

#menu_principal .btnVer:hover {
	background-position: 0px -37px;
}
#menu_principal .btnSolicitar {
	background-image: url(../imagenes/fondo_boton_oro.gif);
	background-repeat: no-repeat;
	display:block;
	height:28px;
	width:204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	background-position: 0px 0px;
}

#menu_principal .btnSolicitar:hover {
	background-position: 0px -37px;
}


.cierre {
clear:both;	
}
#contenido {
	background-color: #FFFFFF;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contenido #caja_izquierda_2cols {
	float: left;
	width: 620px;
	margin-top: 15px;
}
#caja_derecha_2cols {
	float: right;
	width: 300px;
	margin-top: 15px;
}

#contenido #caja_ayuda {
	background-image: url(../imagenes/caja_inicial.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 935px;
}
#caja_ayuda .itemCajaAyuda {
	width: 180px;
	float: left;
	height: 153px;
	margin-top: 15px;
	background-image: url(../imagenes/linea_caja_ayuda.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.itemNumero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagenes/circulo_numeros.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	width: 29px;
	padding-top: 5px;
}


#caja_ayuda #claim {
	text-align: right;
	float: left;
	width: 290px;
	margin-top: 25px;
	padding-right: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #87888A;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.itemDescr {
	float: right;
	text-align: left;
	font-size: 10px;
	width: 150px;
}
#caja_izquierda_2cols .itemViaje {
	background-color: #F4F4F4;
	list-style-type: circle;
	margin:0px;
	padding:0px;
	width:620px;
}
#caja_izquierda_2cols .itemViajeW {
	background-color:#FFFFFF;
	list-style-type: circle;
	margin:0px;
	padding:0px;
	width:620px;
}
.itemViaje .fecha {
	width: 50px;
}
.itemViajeW .fecha {
	width: 50px;
}
.itemViaje .titulo {
	width: 340px;
	font-weight: bold;
}
.itemViajeW .titulo {
	width: 340px;
	font-weight: bold;
}
#caja_izquierda_2cols #titulo_caja_izquierda {
	margin-bottom: 10px;
}

.itemViaje .salida  {
	width: 100px;
}
.itemViajeW .salida  {
	width: 100px;
}



#caja_izquierda_2cols .itemViaje li  {
	float:left;
	margin: 0px;
	padding: 10px;
	list-style: none;
}
#caja_izquierda_2cols .itemViajeW li  {
	float:left;
	margin: 0px;
	padding: 10px;
	list-style: none;
}
.Titulo_300X250 {
	width: 296px;
	font-size: 9px;
	clear: both;
	background-color: #F2F2F2;
	padding: 2px;
}
.publicidad_300X250 {
	width: 300px;
}
.enlaceFinal {
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
}

#banner_agentes {
	width: 300px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.tituloPerfil {
	width: 100%;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.textoPerfiles ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	list-style-image: none;
	list-style-type: square;
}
.textoPerfiles {
	font-size: 11px;
	margin-top: 4px;
	line-height: 20px;
}
#pie{
	width:935px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
}

#menu_pie{
width:650px;
}
#pie #logo_pie {
	float: right;
	width: 180px;
	margin-top: 10px;
}

#pie .logofb{
	margin-right:10px;	
}

#menu_pie ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}


#menu_pie li {
	margin: 0px;
	padding-right: 10px;
	list-style-type: none;
	float:left;
}
.textoPerfiles li {
	float:left;
	display:inline;
}
.blanco {color: #FFFFFF}
img {
	margin: 0px;
	padding: 0px;
	border:0px;
}
#overlay {
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-repeat:repeat;
	background-image: url(../imagenes/1px_black_70.png);
}
form {
	margin: 0px;
	padding: 0px;
}
#cajaMensajes {
	display:none;
	color: #333333;
	background-color:#FFFFFF;
	z-index: 1000;
	text-align: left;
	background-color: white;
	border: 1px solid #999999;
	padding:20px;
	width:400px;
	position:fixed;
}
#mensaje #mensaje_titulo {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#mensaje #mensaje_texto {
	padding-top: 10px;
}

#cajaMensajes #imagen {
	width: 80px;
	float: left;
}

#cajaMensajes #mensaje {
	text-align: left;
	float: right;
	width: 300px;
}

.inputSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D6D6D6;
	padding: 0px;
}
.buttonSmall {
	background-image:url(../imagenes/fondoBotonPeq.jpg);
	width:62px;
	height:17px;
	text-align: center;
	float: right;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	display:block;
	cursor:pointer;
}
.tituloInputSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: italic;
}


.buttonSmall:hover {
	background-image:url(../imagenes/fondoBotonPeq.jpg);
	text-decoration:none;
	background-position: 0px -17px;	
}
.btn {
	cursor:pointer;
}
#contenido #caja_titulo {
	width: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#caja_titulo #rastro_miga {
	float: left;
	width: 600px;
}
.titulo_general {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 500px;
	text-align: right;
}
#contenido #caja_principal_content {
	width: 935px;
	margin-bottom: 15px;
	font-size:12px;
}
#caja_principal_2cols {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 770px;
	border: 1px solid #CCCCCC;
	background-image: url(../imagenes/fondo_cajas_titulo.jpg);
	background-repeat: repeat-x;
}
#caja_principal_1cols {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 920px;
}

#caja_derecha_registro {
	width: 485px;
	float: left;
	margin-left: 15px;
}
.h2backgroundgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	width: 520px;
	float: left;
}
.btn_nuevo {
	float: right;
	width: 200px;
	margin-top: 7px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding-right: 5px;
}
.btn_orden {
	float: right;
	width: 200px;
	margin-top: 7px;
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}

.lineaPresupuesto {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 760px;
	clear: both;
}
.lineaPresupuesto1Col {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 920px;
	clear: both;
}
#form_solicitud_presupuesto label {
	font-size: 11px;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #999;
	font-weight: normal;
}
.input_fsp {
	font-size: 11px;
	display: block;
	border: 1px solid #CCC;
	padding: 2px;
	color: #333;
	margin-top: 3px;
}

.lineaPresupuestoNoline {
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 750px;
	clear: both;
}

.msj_error {
	background-color: #FFFFB9;
	width: 435px;
	border: 1px solid #CCCCCC;
	background-image: url(../imagenes/warning_60px.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 64px;
	background-position: 10px 5px;
	color: #333333;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.linea_campo {
	width: 485px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btnBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 300px;
	color: #000000;
	float:left;
}

.titulo_campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	float: left;
	width: 120px;
	padding-right: 10px;
	font-weight: bold;
}
.input_campo {
	float: right;
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
}
.tituloInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 150px;
	padding-right: 10px;
}
.lineaFormulario .input_registro {
	float: left;
	width: 310px;
}
.form_registro {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 15px;
	float: right;
	width: 650px;
}
.smallError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}






#caja_izquierda_registro {
	float: left;
	width: 310px;
	margin-left: 40px;
	background-image: url(../imagenes/fondo_cajas_titulo.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px dotted #CCCCCC;
}
.inputRegistro {
	width: 300px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.enlaceBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8D8D8D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.inputRegistro600 {
	width: 300px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.inputRegistro100 {
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.inputRegistro150 {
	width: 150px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-right:10px;
}


#bocadillo {
	text-align: left;
	float: left;
	width: 220px;
}
.lineaFormulario {
	float: left;
	width: 600px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.bold {
	font-weight: bold;
}
.lineaFormulario .input_registro_only {
	float: left;
	width: 400px;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	padding-left: 160px;
}
.lineaFormulario .input_registro_onleft {
	float: left;
	width: 400px;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom:5px;
}
.input_registro_onright {
	font-size: 12px;
	text-align: right;
	padding:15px;
	float:right;
	clear:both;
	text-align:right;
}



.blue {
	color: #40C4E3;
	font-weight: bold;
}
#cont_comp {
	float: left;
}
#caja_menu_left {
	margin: 0px;
	float: left;
	width: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#caja_menu_left li {
	background-image: url(../imagenes/bullet.gif);
	margin: 0px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 2px;
}

#caja_menu_left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.fechaPresupuesto {
	float: left;
	width: 60px;
	padding-left: 5px;
	padding-right: 5px;
}
.tituloPresupuesto {
	float: left;
	width: 280px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.tituloPresupuestoBig {
	float: left;
	width: 440px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.valoracionPresupuesto {
	float: left;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	font-size:10px;
}
.estadoPresupuesto {
	float: left;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.estadoPresupuesto2 {
	float: left;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.botonesPresupuesto {
	float: right;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 120%;
}
.btn_eliminar {
	display: block;
	width: 80px;
	padding-left: 18px;
	background-image: url(../imagenes/eliminar_presupuesto.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	cursor: pointer;
}
.btn_editar {
	display: block;
	width: 80px;
	padding-left: 18px;
	background-image: url(../imagenes/editar_presupuesto.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 3px;
}
.tabla_formulario2cols {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.titularViaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.itemPresupuesto {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.contador {
	clear: both;
	width: 760px;
	font-size: 11px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#caja_busqueda_superior label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	padding-right:5px;
	padding-left: 15px;
	font-style: italic;
	font-weight: bold;
}
.selectMin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border:1px solid #999;
}
#caja_busqueda_superior {
	width: 935px;
	padding-bottom: 15px;
	background-image: url(../imagenes/fondo_tituloseccion.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	text-align: center;
	min-height: 20px;
}

#paginacion {
	clear: both;
	width: 760px;
	font-size: 12px;
	color: #666;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
}
.tituloFiltro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-right: 5px;
}
#contenido #caja_tituloNoBottom {
	width: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#registro_profesionales {
	width: 600px;
}
.mensaje_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #6C6;
	text-align: center;
	padding: 5px;
	width: 350px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
}
.lineaTituloDetalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 600px;
	float:left;
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#CCC;
}
.lineaTituloDetalle .tituloDetalle {
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	float: left;
	width: 200px;
}
.columna_presupuesto {
	float: left;
	width: 220px;
}
#caja_derecha_detalle {
	float: right;
	width: 620px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#caja_izquierda_detalle {
	float: left;
	width: 250px;
	margin-left: 10px;
}
.linea_estadistica {
	width: 260px;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.linea_estadistica2 {
	width: 260px;
	height: 60px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.titulo_estadistica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	float: left;
	padding: 5px;
}
.valor_estadistica {
	padding: 5px;
	float: right;
	width: 80px;
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
#boton_detalle{
	width: 80%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
		
	
}
.lineaTituloDetalle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 230px;
	float:left;
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#CCC;
}
.lineaTituloDetalle2 .tituloDetalle {
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	width: 200px;
}
#caja_derecha_envio {
	float: right;
	width: 650px;
}
.titulo_envio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.texto_envio {
	width: 640px;
	margin-bottom: 15px;
}

.explicacion {
	font-size: 11px;
	font-weight: normal;
}
#centrado {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.retirado {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.pendiente {
	font-size: 11px;
	font-weight: normal;
	color: #36C;
}
.leido {
	font-size: 11px;
	font-weight: normal;
	color:#630;
}
.pre-seleccionado {
	font-size: 11px;
	font-weight: normal;
	color:#090;
}
.descartado {
	font-size: 11px;
	font-weight: normal;
	color:#F00;
}
.detalle_presupuesto {
clear:both;
margin:0;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
padding-right:5px;
width:760px;
}
.linea_datos {
	width: 500px;
	padding-left: 10px;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
}
.linea_detalle {
	width: 500px;
	padding-left: 10px;
	clear:both;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}

.linea_datos2 {
	width: 500px;
	padding-left: 10px;
	clear:both;
	padding-top:3px;
}

#caja_datos_izquierda {
	float: left;
	width: 515px;
	margin-top: 15px;
}
#datos_contacto {
	clear: both;
	float: left;
	width: 500px;
	padding-left: 12px;
	padding-bottom:15px;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCC;
}
#datos_presupuesto {
	clear: both;
	float: left;
	width: 500px;
	padding-left: 0px;
	padding-bottom:15px;
	
}
#caja_valoracion {
	float: right;
	width: 240px;
	margin-right:5px;
	margin-top:15px;
	background-image: url(../imagenes/fondo_valoracion.jpg);
	background-repeat: no-repeat;
	height: 155px;
	display:block;
	margin-top:20px;
}
#titulo_valoracion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #09C;
	width: 220px;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 5px;
	text-align: center;
}
.item_valoracion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: 5px;
	width:220px;
	display:block;
	margin-top:12px;
}
.itemv_titulo{
	float:left;
	width:120px;
	padding-left:10px;
}


.itemv_valor select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.itemv_valor {
	float: right;
		padding-right:10px;

}
#status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	width:300px;
	background-color:#0CF;
	color:white;
	
}
#guardando {
	display:inline;
	color:#F60;
}
.titulo_valoracion {
	width: 50px;
	display:block;
	float:left;
	clear:left;
}
.linea_valoracion {
	clear: both;
	padding-bottom:5px;
}
.linea_valoracion img {
	margin-top: 4px;
}
#caja_buscador_mp {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 760px;
	clear: both;
}
#caja_buscador_mp input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-right:3px;
}
#caja_central1col {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEE;
	border: 1px dashed #CCC;
	padding:15px;
}
.recargar_img{
	float:left;
	padding-bottom:5px;
}
.recargar{
	float:left;
	padding-left:5px;
	cursor:pointer;
	margin-top:10px;
}
#txt_cap{
	clear:both;	
}
#texto1col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.linea_pregunta {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	margin-bottom:10px;
}
.titulo_pregunta a {
	cursor:pointer;
	font-weight:bold;
}
.respuesta_pregunta{
	display:none;

}
#titulo_ayuda_agencias{
	padding-top:20px;
	clear:both;

}
.titulo_alerta{
	padding:10px;
	clear:both;
	font-size:15px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
.alertas{
	margin:0px;
	list-style-image: none;
	list-style-type: none;
	clear:both;
	float: right;
	width: 650px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.item_alerta{
	padding-right:10px;
	padding-bottom:15px;
	padding-top:15px;
	margin:0px;
	list-style-image: none;
	list-style-type: none;
	float:left;
	
}
#caja_banner{
	margin-top:5px;
	width:936px;
	clear:both;
	border: 1px solid #999;	
	
}
