@charset "UTF-8";
/* CSS Document */

.contenidoWrap {
	width: 950px;
	min-height: 432px;
	background-color: white;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;	
}

.contenido {
/*	max-width: 677px;*/
	width: 677px;
	min-height: 432px;
/*	background-color: #ccd4a4;*/
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: block;
	float: left;
	position: relative;
}

.contenido h1 {
	font: 20px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #034aaf;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}




.portadilla {
	width: 677px;
	height: 178px;
/*	background-color: yellow;*/
	display: block;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


/* TABLA PEDIDOS --------------------------------------- */


.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
} 

.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #C4C4C4; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	}

.datagrid table td, .datagrid table th { 
	padding: 5px 10px;
 
	}

.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6D3CB4), color-stop(1, #412960) );
	background:-moz-linear-gradient( center top, #6D3CB4 5%, #412960 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D3CB4', endColorstr='#412960');
	background-color:#6D3CB4; 
	color:#FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	} 

.datagrid table thead th:first-child { 
	border: none; 
}

.datagrid table tbody td { 
	color: #00496B; 
	font-size: 12px;
	font-weight: normal;
/*	tamano del las filas tbody */
	vertical-align: middle;
	height: 40px;
	}

.datagrid table tbody .alt td { 
	background: #F0F0F0; 
	color: #474747; 
	}

.datagrid table tbody td:first-child { 
	border-left: none; 
	}

.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
	}

.datagrid table tfoot td div { 
	border-top: 1px solid #C4C4C4;
	background: #F4F4F4;
	} 

.datagrid table tfoot td { 
	padding: 0; 
	font-size: 12px 
	} 

.datagrid table tfoot td div{ 
	padding: 2px; 
	}

.datagrid table tfoot td ul { 
	margin: 0; 
	padding:0; 
	list-style: none; 
	text-align: right; 
	}

.datagrid table tfoot  li { 
	display: inline; 
	}

.datagrid table tfoot li a { 
	text-decoration: none; 
	display: inline-block;  
	padding: 2px 8px; 
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #412960;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6D3CB4), color-stop(1, #412960) );
	background:-moz-linear-gradient( center top, #6D3CB4 5%, #412960 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D3CB4', endColorstr='#412960');
	background-color:#6D3CB4; 
	}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { 
	text-decoration: none;
	border-color: #412960; 
	color: #FFFFFF; 
	background: none; 
	background-color:#412960;
	}

div.dhtmlx_window_active, div.dhx_modal_cover_dv { 
	position: fixed !important; 
	}
	
/* FINAL TABLA PEDIDOS --------------------------------------- */
/* INICIO FACTURAS PENDIENTES --------------------------------------- */

.factu table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
} 

.factu {
	font: normal 11px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #C4C4C4; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	}

.factu table td, .factu table th { 
	padding: 5px 10px;
 
	}

.factu table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6D3CB4), color-stop(1, #412960) );
	background:-moz-linear-gradient( center top, #6D3CB4 5%, #412960 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D3CB4', endColorstr='#412960');
	background-color:#6D3CB4; 
	color:#FFFFFF; 
	font-size: 10px; 
	font-weight: bold; 
	} 

.factu table thead th:first-child { 
	border: none; 
}

.factu table tbody td { 
	color: #00496B; 
	font-size: 11px;
	font-weight: normal;
/*	tamano del las filas tbody */
	vertical-align: middle;
	height: 40px;
	}

.factu table tbody .alt td { 
	background: #F0F0F0; 
	color: #474747; 
	}

.factu table tbody td:first-child { 
	border-left: none; 
	}

.factu table tbody tr:last-child td { 
	border-bottom: none; 
	}

.factu table tfoot td div { 
	border-top: 1px solid #C4C4C4;
	background: #F4F4F4;
	} 

.factu table tfoot td { 
	padding: 0; 
	font-size: 12px 
	} 

.factu table tfoot td div{ 
	padding: 2px; 
	}

.factu table tfoot td ul { 
	margin: 0; 
	padding:0; 
	list-style: none; 
	text-align: right; 
	}

.factu table tfoot  li { 
	display: inline; 
	}

.factu table tfoot li a { 
	text-decoration: none; 
	display: inline-block;  
	padding: 2px 8px; 
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #412960;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6D3CB4), color-stop(1, #412960) );
	background:-moz-linear-gradient( center top, #6D3CB4 5%, #412960 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D3CB4', endColorstr='#412960');
	background-color:#6D3CB4; 
	}

.factu table tfoot ul.active, .factu table tfoot ul a:hover { 
	text-decoration: none;
	border-color: #412960; 
	color: #FFFFFF; 
	background: none; 
	background-color:#412960;
	}

div.dhtmlx_window_active, div.dhx_modal_cover_dv { 
	position: fixed !important; 
	}
	
.estadoRojo {
	width: 9px;
	height: 9px;
	display: block;
	overflow: hidden;
	background: url('../images/estadoRojo.png') no-repeat left top;		
	}

.estadoVerde {
	width: 9px;
	height: 9px;
	display: block;
	overflow: hidden;
	background: url('../images/estadoVerde.png') no-repeat left top;		
	}
		
		
/* FINAL TABLA FACTURAS PENDIENTES --------------------------------------- */
/* INICIO BOTONES --------------------------------------- */	

#botonera {
	min-width: 100px;
	min-height: 30px;
/*	background-color: red;*/
/*	display: block;*/
	margin: 40px 0px 20px 0px;
	padding: 0px 0px;
	text-align: right;
	overflow: visible;
}

.espaciado {
	margin: 2px 0px 0px 10px;
	display: inline-block;	
}

.verde {
	color: rgb(255, 255, 255);
	font-size: 13px;
	padding: 8px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(15, 151, 0);
	background: -moz-linear-gradient(90deg, rgb(15, 151, 0) 30%, rgb(74, 216, 0) 70%);
	background: -webkit-linear-gradient(90deg, rgb(15, 151, 0) 30%, rgb(74, 216, 0) 70%);
	background: -o-linear-gradient(90deg, rgb(15, 151, 0) 30%, rgb(74, 216, 0) 70%);
	background: -ms-linear-gradient(90deg, rgb(15, 151, 0) 30%, rgb(74, 216, 0) 70%);
	background: linear-gradient(0deg, rgb(15, 151, 0) 30%, rgb(74, 216, 0) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);	
	text-decoration: none;	
}



.verde:hover {
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.75);

	text-decoration: none;
	color: #fff;
	}


.morado {
	color: rgb(255, 255, 255);
	font-size: 13px;
	padding: 8px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(128, 30, 215);
	background: -moz-linear-gradient(90deg, rgb(128, 30, 215) 30%, rgb(149, 56, 232) 70%);
	background: -webkit-linear-gradient(90deg, rgb(128, 30, 215) 30%, rgb(149, 56, 232) 70%);
	background: -o-linear-gradient(90deg, rgb(128, 30, 215) 30%, rgb(149, 56, 232) 70%);
	background: -ms-linear-gradient(90deg, rgb(128, 30, 215) 30%, rgb(149, 56, 232) 70%);
	background: linear-gradient(0deg, rgb(128, 30, 215) 30%, rgb(149, 56, 232) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);	
	text-decoration: none;	
}

.morado:hover {
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.75);

	text-decoration: none;
	color: #fff;
	}


.rojo {
	color: rgb(255, 255, 255);
	font-size: 13px;
	padding: 8px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(187, 0, 44);
	background: -moz-linear-gradient(90deg, rgb(187, 0, 44) 30%, rgb(217, 50, 89) 70%);
	background: -webkit-linear-gradient(90deg, rgb(187, 0, 44) 30%, rgb(217, 50, 89) 70%);
	background: -o-linear-gradient(90deg, rgb(187, 0, 44) 30%, rgb(217, 50, 89) 70%);
	background: -ms-linear-gradient(90deg, rgb(187, 0, 44) 30%, rgb(217, 50, 89) 70%);
	background: linear-gradient(0deg, rgb(187, 0, 44) 30%, rgb(217, 50, 89) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);	
	text-decoration: none;	
}

.rojo:hover {
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.75);

	text-decoration: none;
	color: #fff;
	}


.gris {
	color: rgb(255, 255, 255);
	font-size: 13px;
	padding: 8px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(117, 117, 117);
	background: -moz-linear-gradient(90deg, rgb(117, 117, 117) 30%, rgb(140, 140, 140) 70%);
	background: -webkit-linear-gradient(90deg, rgb(117, 117, 117) 30%, rgb(140, 140, 140) 70%);
	background: -o-linear-gradient(90deg, rgb(117, 117, 117) 30%, rgb(140, 140, 140) 70%);
	background: -ms-linear-gradient(90deg, rgb(117, 117, 117) 30%, rgb(140, 140, 140) 70%);
	background: linear-gradient(0deg, rgb(117, 117, 117) 30%, rgb(140, 140, 140) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);	
	text-decoration: none;	
}

.gris:hover {
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.75);

	text-decoration: none;
	color: #fff;
	}
	
	
	


	
	/* FIN BOTONES --------------------------------------- */
	/* INICIO CREAR PEDIDOS --------------------------------------- */
	
#statusCrear {
	height: 57px;
/*	background-color: #e6e6e6;*/
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.introContenido {
	font: 700 13px 'Quattrocento Sans', sans-serif;
	color: #49474a;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	display: block;
}

.crearContent {
	min-height: 300px;
	position: relative;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.crearContent h2 {
	font: 20px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #3c3a3d;
	font-weight: 400;
	letter-spacing: 0px;
/*	text-align: center;*/
	margin: 15px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}

.crearContent h3 {
	font: 15px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #543583;
	font-weight: 700;
	letter-spacing: 0px;
/*	text-align: center;*/
	margin: 20px 0px 10px 20px;
	padding: 3px 0px;
}

.crearContent h4 {
	font: italic bold 13px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0px;
/*	text-align: center;*/
	margin: 0px 0px 0px 30px;
	padding: 3px 0px ;
}

.crearContent ul {
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 40px;
}

.crearContent ul li {
	font: 13px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #444;
	letter-spacing: 0px;
/*	text-align: center;*/
	margin: 0px 0px 0px 0px;
	padding: 3px 0px;
}


#lineaCorte {
	width: 100%;
	height: 5px;
/*	background-color: #eaeaea;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #c7c6c6;
}

#direccion {
	width: 650px;
	min-height: 76px;
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	background-color: #e5e5e5;*/
}

#dirOpcion {
	width: 25px;
	min-height: 70px;
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 0px 5px;
/*	background-color: #cdd1a8;*/
	float: left;
}

.dirFila {
	width: 120px;
/*	min-height: 30px;*/
	display: block;
/*	overflow: hidden;*/
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 7px 0px;
/*	background-color: #c1a8d0;*/
	float: left;
/*	color: #de1717;*/
font: 700 13px 'Quattrocento Sans', sans-serif;
text-transform: capitalize;
color: #5f428b;
letter-spacing: 0px;
text-align: right;

}

.dirFilaDatos {
	width: 420px;
	font: italic 13px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #3c3a3d;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
/*	background-color: red;*/
	display: block;
	float: left;
}

#divisionDirecciones {
	width: 100%;
	height: 5px;
/*	background-color: #eaeaea;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	border-top: 1px solid #fff;
}

.entradaArticulos {
	height: 48px;
	display: block;
	overflow: hidden;
/*	background-color: #dedddd;*/
	margin: 20px 0px 8px 20px;
	padding: 0px 0px 0px 0px;
		
}

.entradaArticulos1 {
	width: 220px;
	height: 28px;
	display: block;
	overflow: hidden;
/*	background-color: #ebb6b6;*/
	margin: 0px 0px 0px 0px;
	padding: 6px 0px;
	float: left;	
}

.entradaArticulos2 {
	width: 160px;
	height: 28px;
	display: block;
	overflow: hidden;
/*	background-color: #ebb6b6;*/
	margin: 0px 0px 0px 0px;
	padding: 6px 0px;
	float: left;	
}



.labelEntrada {
	display: block;
	font: 15px 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	float: left;
/*	background-color: red;*/
	color: #543583;
	margin: 5px 8px 0px 0px;	
}

.campoEntrada {
	width: 100px;
	height: 18px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	font: 14px 'Quattrocento Sans', sans-serif;
}

.campoCantidad {
	width: 30px;
	height: 18px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	font: 14px 'Quattrocento Sans', sans-serif;
}

.iconoBorrar {
	background: url('../images/basuraIcon.png') no-repeat left top;
	width: 23px;
	height: 23px;
	display: block;	
}

.iconoBorrar span {
	display: none;
}

.aceptarTerminos {
	font: 700 13px 'Quattrocento Sans', sans-serif;
	color: #000;
	padding: 2px 0px 0px 0px;
}

.finalizarPedido {
	text-align: center;
	margin: 20px 0px 10px 20px;
	padding: 3px 0px;
}

.finalizarPedidoText {
	font-size: 18px;
	color: #a2a1a1;
	font-weight: 400;
}


/* FIN CREAR PEDIDOS --------------------------------------- */
/* INICIO CARGAR PEDIDO --------------------------------------- */

#statusCargar {
	height: 44px;
/*	background-color: #e6e6e6;*/
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#subeBox {
	width: 100%;
	min-height: 100px;
	display: block;
/*	background-color: #d5d4d4;*/
	text-align: center;		
	}
	

.subeBoxText1 {
	font: 700 16px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #adadad;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

.subeBoxLink {
	font: 400 13px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #034bb1;
	letter-spacing: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
}



#corteDeg {
	width: 553px;
	height: 2px;
	background: url('../images/corteDeg.jpg') no-repeat left top;
	display: block;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
}

/* Botonera para centrar los botones del subeBox */	
#botonera2 {
	min-width: 100px;
	min-height: 30px;
/*	background-color: red;*/
/*	display: block;*/
	margin: 20px 0px 20px 0px;
	padding: 0px 0px;
	text-align: center;
	overflow: visible;
}

/*Estilo para poner el espacio del lado derecho de los botones para que
se puedan centrar en el subeBox */	
.espaciado2 {
	margin: 2px 20px 0px 0px;
	display: inline-block;	
}

/*Estilo para poner el mismo tañaño los botones en el subeBox */
.btnBox {
	width: 100px;
	display: inline-block;
}

/*Estilo para poner el mismo tamaño los botones en el subeBox */
/* Tamaño para poner el mismo tamaño los botones en el subeBox */
/* Estilo para ponerel mismo tamaña */

#subeBox img {
		display: block;
		margin: 28px auto 0px auto;
}

.plantillaText {
	font: 400 14px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #606060;
	letter-spacing: 0px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
	
}

.plantillaDesc {
	font: 400 12px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #606060;
	letter-spacing: 0px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
	
}


/* FIN CARGAR PEDIDOS --------------------------------------- */
/* INICIO ESTADO DE CUENTA --------------------------------------- */

.fechaBox {
	width: 171px;
/*	height: 25px;*/
	display: block;
/*	background-color: #c3dafa;*/
	margin: 0px 0px 0px 15px;
	padding: 5px 0px;
	overflow: hidden;
}

.fecha {
/*	display: inline-block;*/
	font: 700 16px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #482d6c;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-decoration: none;
	float: left;
	display: block;
}

.hora {
/*	display: inline-block;*/
	font: 700 16px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #6b6b6b;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-decoration: none;
	float: left;
	display: block;
}

#separadorFecha {
	width: 1px;
	height: 19px;
	background: url('../images/separadorFecha.gif') no-repeat 10px -2px;
/*	display: inline-block;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	overflow: visible;
	float: left;
	display: block;
}

#usuarioBox {
/*	height: 90px;*/
	display: block;
	overflow: hidden;
/*	background-color: #d6d1d1;*/
	margin: 0px 0px 0px 15px;
	padding: 15px 0px;
}

.descargar {
	font: 400 14px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #111111;
	letter-spacing: 0px;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px;
	text-decoration: none;
	display: block;
	float: left;
}

.facturasUsuario {
	font: 400 14px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #111111;
	letter-spacing: 0px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px;
	text-decoration: none;
	display: block;
/*	float: left;*/
}

.facturasUsuario span {
	letter-spacing: 1px;
	color: #482d6c;
	font-weight: bold;
}

.idUsuario {
	font: 700 16px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #111111;
	letter-spacing: 1px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px;
	text-decoration: none;
	display: block;
	
}

.nombreUsuario {
	font: italic 16px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #111111;
	letter-spacing: 0px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px;
	text-decoration: none;
	display: block;
}

.descIcon {
	width: 28px;
	height: 13px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#descTableBox {
	width: 29px;
	height: 33px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
	
}

.negrita {
	font-weight: 700;
}

#resultado {
/*	height: 34px;*/
	color:#FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	margin: 5px 0px 0px 0px;
	padding: 12px 0px 12px 15px;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6D3CB4), color-stop(1, #412960) );
	background:-moz-linear-gradient( center top, #6D3CB4 5%, #412960 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D3CB4', endColorstr='#412960');
	background-color:#6D3CB4; 
	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	 
}

#totalFinal {
	width: 115px;
	float: right;
/*	background-color: #81ed86;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#totalFinal p{
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
}

#selecPendientes {
/*	height: 90px;*/
	display: block;
	overflow: hidden;
/*	background-color: #d6d1d1;*/
	margin: 0px 0px 0px 15px;
	padding: 15px 0px;
}

.gozo {
	font: bold 16px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #b92264;
	letter-spacing: 0px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px;
	text-decoration: none;
	display: block;
}


.selecText {
	font: 14px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #737373;
	letter-spacing: 0px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px;
	text-decoration: none;
	display: block;
}


.opcionText {
	font: 14px/18px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #000;
	letter-spacing: 0px;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
/*	float: left;*/
/*	display: block;*/
}

#opFacturas {
	width: 395px;
	padding: 10px;
/*	background-color: #fadada;*/
	display: block;
	margin: 0px auto;	
	overflow: visible;
}

#calendarios {
	height: 40px;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	background: url('../images/corteCalendarios.jpg') no-repeat 50% top #d0a5a5;*/
/*	background-color: #fae5e5;*/
	overflow: visible;
}

.espaciadoCal {
	margin: 4px 20px 0px 0px;
	display: inline-block;	
}

#caleHistorico {
	height: 150px;
	display: block;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
/*	background: url('../images/corteCalendarios.jpg') no-repeat 50% top #d0a5a5;*/
/*	background-color: #fae5e5;*/
	overflow: visible;
}

/*calendario html5 para ingresar fecha*/
#caleHistorico input {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
}

/*caja contenedor calendario jquery*/
#caleSolo {
	width: 205px;
	height: 150px;
	display: block;
/*	overflow: hidden;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
/*	background-color: red;*/
}

/*AVISO DE PRIVACIDAD ---------------------------- */

.lecturaContent {
	min-height: 300px;
	position: relative;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#lecturaText {
/*	width: 300px;*/
	min-height: 200px;
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 35px;
/*	background-color: #eae4e4;*/
	
}

#lecturaText p {
	font: 400 14px/19px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #606060;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
	
}

#lecturaText h2 {
	font: 700 16px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	color: #740198;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
	
}

#lecturaText ul {
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 20px;
}

#lecturaText ul li {
	font: italic 13px/17px 'Quattrocento Sans', sans-serif;
	text-transform: none;
	color: #444;
	letter-spacing: 0px;
/*	text-align: center;*/
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
}

/* FORMULARIO */

.formContent {
	min-height: 300px;
	position: relative;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contact-form {
	background-color: #eae8ea;
 	width: 465px; 
 	padding: 20px 20px 20px 20px; 
 	margin: 20px auto 20px auto; 
 	border-radius: 15px;   
   -moz-border-radius: 15px; 
   -webkit-border-radius: 15px;
}

#contact-form label { 
  font: 14px 'Quattrocento Sans', sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}

.campoForm {
	width: 450px;
	background: #fff;
/* 	border: 0;*/
 	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px; 
 	border-radius: 5px; 
 	padding: 8px;
 	margin: 0px 0px 20px 0px; 
 	border: none;
 	
 	font: 14px 'Quattrocento Sans', sans-serif;	
} 

#contact-form textarea {
	width: 450px;
	height: 60px;
	background: #fff;
 	border: 0;
 	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px; 
 	border-radius: 5px;
 	padding: 8px;
 	margin: 0px 0px 20px 0px;
 	
 	font: 14px 'Quattrocento Sans', sans-serif;
 	
} 

#contact-form #submit { 
/*   width: 450px;   */
/*   color: #BFD7C1; */
   border: none; 
/*   background-color: #6EA070;*/
} 

#botoneraForm {
	min-width: 100px;
	min-height: 30px;
/*	background-color: red;*/
/*	display: block;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	overflow: visible;
}

.introForm {
	font: 400 13px 'Quattrocento Sans', sans-serif;
	color: #2e2d2e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	display: block;
}






