/* - - - - - - - - - - - - - - - - - - - - -
Título : MS CRM
Autor : MICROSOLUTION
Descripción : estilo.css
- - - - - - - - - - - - - - - - - - - - - */

* {
	margin:0px;
	padding:0px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
	font-size:11px;
	outline: none;
}

html {
	width: auto;
}

body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;

	background: #fafafa;
	
	
	/* background: #f9f9f9; */
	/* url(../images/body_fondo_1.png) repeat-x; */
	padding:0px;
	margin: 0px;
	color: #303030;
	width: auto;
}

a {
	color: #202020;
}

a:visited {
	color: #202020;
}

a:hover {
	color: #202020;
}

ul {
	margin:15px;
}

ol {
	margin:15px;
}


h1 {
	color: #0589D8;
	font-weight: lighter;
	font-size: 25px;
}

h2 {
	color: #0589D8;
	font-weight: lighter;
	font-size: 22px;
	padding-bottom:3px;
	padding-top:3px;
	/*border-bottom: 1px solid #336699;*/
}

h3 {
	color: #0589D8;	
	padding-bottom:3px;
	padding-top:3px;
	/* font-weight: lighter; */
	/* font-weight: bold; */
	font-size: 20px;
}

h4 {
	color:#808080;
	/*color: 	#24A4CD;*/
	padding-bottom:6px;
	font-weight: lighter;
	font-size: 17px;
	
}

h5 {
	color: #F9A205;
	font-weight: lighter;
	font-size: 16px;
}

h6 {
	color:#a0a0a0;
	/*color: #24A4CD;*/
	font-weight: lighter;
	font-size: 15px;
}


#contenedor{
	/* margin:auto auto;
	margin-top:10px;
	margin-bottom:0px;
	*/
	/* width:981px; */
	width: auto;
	margin1: auto auto;
}

#contenedortop {
		/* width:981px; */
		clear: both;
		/* height: 250px; */
		/* height: 150px; */
		/* height: 145px;  */
		display:block;
		padding: 0px;
		margin:0px;
		/*
		min-width: 1000px;
		max-width: 1200px;
		*/
		min-width: 1030px;
		width: auto;
		padding-right: 15px;	
		padding-left: 15px;	
		margin: auto auto;
}

#logoprincipal{
		float:left;
		width: 200px;
		height: 68px;
		/* position:absolute; */
		margin-left:0px;
		margin-top:5px;
		/* width: 356px; */
		/* border: 1px solid red; */
}

#logoprincipal a{
	display:block; 
	width: 200px;
	height: 68px;
}

#notificaciones {
	float:left;
	margin-left:30px;
	margin-top:40px;
	width: 30px;
	height: 30px;
	/* padding: 5px; */
	text-align: center;
	/* border: 1px solid red; */
	cursor: pointer;
}

#notificaciones:hover {
	background: #f0f0f0;
}

#notificaciones img {
	margin: 5px;
}

#notificaciones #notificacionespendientes{
	position: absolute;
	margin-left: 15px;
	padding:1px;
	padding-left: 3px;
	padding-right: 3px;
	background:red;
	font-weight: bold;
	font-size: 8px;
	color: #ffffff;
}

#contenedornotificaciones {
	position: absolute;
	margin: 30px;
	margin-top: 40px;
	width: 290px;
	height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3px;
}

.notificacionmensaje {
	color: #707070;
	font-size: 12px;
}

.notificacionfecha {
	color: #909090;
	font-size: 9px;
}

#contenidoheaderderecho {
	text-align:right;
	float: right;
	width: 705px;
	/* height: 102px; */
	margin: 0px;
	color: #000000;
	padding-top: 20px;
	padding-right: 0px;
	/* border: 1px solid red; */
}

#contenidoheaderderecho a{
	/* display: block; */
	/* width: 105px; */
	/* height: 102px; */
}


#contenidoheaderderecho h1 {
	/* color: #0589D8; */
	font-size: 26px;
	font-weight: lighter;
}

#contenidoheaderderechosub0 {
	float: right;
	width: 300px;
}

#contenidoheaderderechosub1 {
	float: right;
	width: 130px;
}

#contenidoheaderderechosub2{
	float: right;
	width: 130px;
	text-align: center;
}

#menu {
	clear: both;
	display: block;
	
	/* width: 981px; */
	
	margin: 0px;
	padding: 0px;
	
	margin-right: 20px;
	
	
	/* float:right; */
	/* width:661px; */
	/*width:700px;*/
	/* height: 30px; */
	/* font-size: 14px; */
}

#menu a {
	font-weight: normal;
}

#nav {
	float:right;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



#nav a {
	display: block;
}

#nav li.sub { 

}

#nav li{ 
	display:block;
	float: left;
	/* border-left:1px solid #808080; */
	margin-left: 5px;
}
#nav li a{
	text-decoration: none;
	background: #F0B51F;
	padding: 10px;
	padding-left: 11px;
	padding-right: 11px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	/* background: #E89C00; */
	
	/*
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	*/

	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#nav li a:hover {
	/* color: #ffffff; */
	background: #AB7F24; 
}
/* ############################ */
/*borde del sub menu*/
#nav li ul { 
	position: absolute;
	background: #FFBD35;
	/* width: 160px; */
	width: 165px;
	left: -999em;
	font-size:12px;
	margin:0px;
	display:block;
	clear: both;
	z-index:5000;
}
#nav li ul li {
	border-left:none;
	width: 165px;
	margin:0px;
	padding:0px;
	margin-top:1px;
	background: #f0f0f0;
}
/*texto del sub-menu*/
#nav li ul li a {
	background: #F0B51F;
	/* background: #f0f0f0; */
	text-decoration: none;
	/* color: #ffffff; */
	/*color: #e0e0e0;*/
}
/*mouse hover sub-menu*/
#nav li ul li a:hover {
	background: #FFBD35;
}
#nav li ul ul { 
	width: 10em;
}

#nav li ul ul li a{
	/* border-bottom: #FF9933 1px solid; */
	width: 135px;
	border:1px solid red;
}

#nav li ul ul li a:hover {
	background-color: #505050; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li ul ul ul { 
	background-color: #f0f0ef; 
	width: 10em;
}

#nav li ul ul ul li {
	width: 10em;
	border-bottom: 1px solid #CCFF99; 
}
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -100em;
}
#nav li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	line-height: 16px;
}

#franjacontenido {
	background: #ffffff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border1: 1px solid red;
	width1: 100%;
	clear: both;
	display: block;
	min-width: 1030px;
}

#contenedorcontenido{
	width1: 1000px;
	width: auto;
	min-width: 1030px;
	clear: both;
	display:block;
	margin: auto auto;
	padding-top:none;
	margin-top:none;
	color: #505050;
}

#contenido {
	/* width:945px; */
	margin-top: 0px;
	/* padding: 18px; */
	/*border:1px solid red;*/
}

div#contenido_propiamentedicho {
	float:left;
	padding: 10px;
}

#contenido img{
	margin-bottom: 5px;
}

#contenido img#imgderecha, #imgderecha {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contenido img#imgizquierda {
	float:left;
	margin-right: 25px;
	margin-bottom: 5px;
}

#contenido ul li {
	margin: 0px;
	padding-bottom: 5px;
}

#contenidoderecha {
	/* border: 1px solid red; */
	background: #F3AB23;
	padding: 18px;
	padding-top: 20px;
	float: left;
	width: 200px;
}

#contenidoderecha img{
	border:3px solid #ffffff;
	margin-bottom: 5px;
}


#separador, .separador {
	margin:0px;
	padding:0px;
	clear:both;
	display:block;
	height:0px;
	font-size:1px;
}

#footer {
	/* width:961px; */
	/* width:965px; */
	margin: 0px;
	padding:0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-size: 10px;
	/* color: #ffffff; */
	color: #909090;

	width: 98%;
	min-width: 1030px;
	clear1: both;
	display1:block;

	width1: 1000px;
	margin1: auto auto;
	
}

#contenidofooterizquierdo {
	width:550px;
	float:left;
	text-align:left;
	margin-left: 0px;
	/* margin-top: 10px; */
	margin-top: 5px;
	font-size: 11px;
}

#contenidofooterderecho {
	width:220px;
	float:right;
	font-size:9px;
	margin:0px;
	padding:0px;
	margin-right: 0px;
}

#textodesarrollado {
	/* color: #404040; */
	float:right;
	font-size:9px;
	margin-right: 5px;
	padding-top: 8px;
}

#logodemicrosolution {
	float:right;
	font-size:9px;
	margin-right: 0px;
}

#logodemicrosolution a {
	width: 118px;
	height: 26px;
	display: block;
}


.contenidoventana {
	background: #FBFEFF;
	border: 1px solid #A8DEFF;
	}

.tituloventana {
	background: url(../images/fondo_titulo_ventana.png);
	color: #0589D8;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

	font-size: 18px;
	font-weight: bold;
}

.contenedorventana  {
	margin: 0px;
	text-align: center;
}

.contenedorventana table {
	text-align: left;
}

.botonesventana, .ui-dialog-buttonset button {
	background: #DDF3FE;
	/* color: #0589D8; */
	color: #0589D8;
	font-weight: bold;
	border: 1px solid #A8DEFF;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}

.botonesventana:hover, .ui-dialog-buttonset button:hover {
	background: #7EbBdC;
	color: navy;
}



.botonesrojos {
	background: #ff0000;
	/* color: #0589D8; */
	color: #000000;
	font-weight: bold;
	border: 1px solid #ff8080;
	padding: 5px;
	margin: 0px;
	cursor: pointer;

}

.botonesrojos:hover {
	background: #f02020;
	color: #ffffff;
}

.botoncerrarventana {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
}

.inputtextventana {
	padding: 4px;
}

.botoncerrar {
	float: right;
}


#iniciarsesion {
	margin: auto auto;
	width: 400px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

#cabecerasesion {
	/* height: 30px; */
}

#contenedorusuario {
	margin-top: 5px;
	font-size: 11px;
}

#menuizquierdo {
	width: 192px;
	float: left;
	min-height: 500px;
	margin-left: 20px;
	border-right: 1px solid #f5f5f5;
}

#menuizquierdo a , #menuizquierdo div div a {
	text-decoration: none;
}

.menulefttitulo {
	display: block;
	width: 168px;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #0589D8;
	cursor: pointer;
}

.menuleftenlace {
	display: block;
	cursor: pointer;
	width: 178px;
	padding: 5px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 11px;
}

.menuleftenlace:hover {
	background: #f0f0f0;
}

.menuleftenlaceseleccionado {
	background: #d8dfea; /* #4E7696; */
	/* color: #ffffff; */
}

.separadormenu {
	clear: both;
	display: block;
	height: 6px;
}

#contenidoderecho {
	float: right;
	margin-right: 15px;
	min-width1: 797px;
}

#buscarclienteempresa {
	/* position: absolute; */
	/* padding: 10px; */
	/* border: 1px solid #909090; */
	width: 550px;
	height: 300px;
	/* background: #f0f0f0; */
}

.scrollerinfo {
	 overflow-y: auto;
	 height: 230px;
	 border: 1px solid #F4FDFF;
}

.tablaventana {
	border: 1px solid #A8DEFF;
}

.tablaventana td {
	padding: 3px;
}

.titulotabla {
	font-size: 12px;
	font-weight: bold;
	/* color: #f5f5f5; */
	background: #A8DEFF;
}

.lineatabla0 {
	background: #ffffff;
	cursor: pointer;
}

.lineatabla1 {
	background: #F4FDFF;
	cursor: pointer;
}

.lineatabla0:hover,  .lineatabla1:hover {
	background: #909090;
	color: #ffffff;
}


.lineatablagris0 {
	background: #ffffff;
	cursor: pointer;
}

.lineatablagris1 {
	background: #f9f9f9;
	cursor: pointer;
}

.lineatablagris0:hover,  .lineatablagris1:hover {
	background: #909090;
	color: #ffffff;
}

.lineatablagris_sinhover0 {
	background: #ffffff;
}

.lineatablagris_sinhover1 {
	background: #f9f9f9;
}



.miwarning {
	color: #ff0000;
}

#contenedoriframe {
	position: fixed;
	right: 0px;
	top: 0px;
	margin: 10px;
	padding: 10px;
	background: #FFFFE6;
	border: 1px solid #FFCC00;
	width: 320px;
}


.botonesnotificacion {
	background: #FFEDA4;
	color: #303030;
	font-weight: bold;
	border: 1px solid #FFCC00;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}

.botonesnotificacion:hover {
	background: #FFE16A;
	border: 1px solid #FFCC00;
}


.mensajenotificacionderecho {
	width: 300px;
	margin:auto auto;
	margin-top: 150px;
}



/* SECCION DE REVISION DE ESTADO DEL CLIENTE */
.lotefilaregistro0 {
	background: #f0f0f0;
	/* cursor: pointer; */
}

.lotefilaregistro1 {
	background: #ffffff;
	/* cursor: pointer; */
}


#titulo1 {
	float: left;
	width: 40px;
	padding: 3px;
}
#titulo2 {
	float: left;
	width: 45px;
	text-align: center;
	padding: 3px;
}
#titulo3 {
	float: left;
	width: 50px;
	text-align: center;
	padding: 3px;
}
#titulo4 {
	float: left;
	width: 40px;
	text-align: center;
	padding: 3px;
}
#titulo5{
	float: left;
	width: 65px;
	padding: 3px;
}
#titulo6 {
	float: left;
	width: 70px;
	padding: 3px;
}
#titulo7 {
	float: left;
	width: 80px;
	text-align: right;
	padding: 3px;
}
#titulo8 {
	float: left;
	width: 95px;
	text-align: right;
	padding: 3px;
}
#titulo9 {
	float: left;
	width: 95px;
	text-align: right;
	padding: 3px;
}

#lotefilatitulo {
	/* width: 640px; */
	/* background: #FF6600; */
	background: #dedede;
	color: #ffffff;
	padding: 3px;
}

#lotefilatitulo  div{
	/* padding: 3px; */
}

#endesarrollo {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 120px;
	/* border:1px solid red; */
}


/* inicio calendario de eventos */

.mstablecalendarmes {
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}


.mstablecalendarmes tr.calendariolineamesanio {
	font-weight: bold;
	font-size: 13spx;
	background: #909090;
	color: #ffffff;
	height1: 50px;
	/* vertical-align: middle; */
}

.mstablecalendarmes tr.calendariolineamesanio td {
	vertical-align: middle;
	font-size: 13px;
	color: #ffffff;
}

.mstablecalendarmes tr.calendariolineamesanio td a {
	color: #f2f2f2;
}

.mstablecalendarmes tr.calendariolineamesanio td a:hover {
	color: #ffffff;
}

.mstablecalendarmes tr.calendariotitulodia {
	/* height: 50px;*/
	background: #f9f9f9;
}

.mstablecalendarmes tr.calendariotrnormal {
	height: 50px;
}
	
.mstablecalendarmes td {
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 5px;
	vertical-align: top;
	font-size: 10px;
	color: #505050;
}

.calendariohoy { 
    background-color: #fafafa;
	cursor: pointer;
}

.calendariodianormal { 
    background-color: #FFFFFF;
	cursor: pointer;
}

.calendario_del_dia_container {
	border: 1px solid #f0f0f0;
	border-top: none;
	color: #909090;
	clear: both;
	display: block;
}

.calendario_linea_x_hora {
	width1: 790px;
	border-top: 1px solid #f0f0f0;
	font-size: 10px;
	clear: both;
	display: block;
	padding:3px;
	height: 16px;
}

.calendario_linea_x_hora:hover {
	background: #dedede;
}

.calendariofranjadetrabajo {
	background: #f9f9f9;
}

.calhora0a24 {
	font-size: 10px;
	width: 35px;
	/* height: 20px; */
	float: left;
	vertical-align: middle;
}

.calendariotitulohora {
	font-size: 10px;
	width: 60px;
	/* height: 20px; */
	float: left;
	vertical-align: middle;
}

.nuevaactividad {
	width: 40px;
	float: left;
	font-size: 10px;
	/* border: 1px solid red; */
	/* height: 20px; */
	border-right: 1px solid #f5f5f5;
	vertical-align: middle;
}

.nuevaactividad a {
	/*
	clear: none;
	display: inline;
	float: left;
	*/
	font-size: 10px;
	color: #808080;
}

.contenidoagenda {
	float: left;
	width: 640px;
}

.contenidoagendaCapsulas {
	/* float: left; */
	position: absolute;
	width: 60px;
	border: 1px solid #f0f0f0;
	background: #FFFFB0;
	margin-left: 3px;
	font-size: 9px;
	overflow: hidden;
	cursor: pointer;
}


#subtituloapp {
	text-align: center;
	font-size: 20px;
	color: #808080;
}

#contenedoractividad {
	width: 600px;
	margin: auto auto;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	padding: 15px;
	color: #707070;
}

#contenedoractividad input, #contenedoractividad a, #contenedoractividad select {
	color: #707070;
}

.titulofecha {
	text-align: center;
	font-size: 20px;
	color: #999999;
}


.tituloactividad {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 5px;
}

.tituloactividad2 {
	float: left;
	width: 80px;
}

.inputactividad {
	float: left;
	width: 100px;
}

input, textarea, select { 
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding:2px;
}

select { 
	padding:0px;
	margin:0px;
}

textarea {
	resize: none;
}

input:focus, textarea:focus{
	background-color: lightyellow;
}
 
.botonesventana1, .inputactividad .botonesventana1 {
	background: #909090;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}

.botonesventana1:hover {
	background: #a0a0a0;
	color: #ffffff;
}

input.botonesventana1:focus{
	background: #909090;
}

input.botonesventana:focus{
	background: #DDF3FE;
}

#titulomostrarocultarubicacion, #titulomostrarocultarparticipantes, #titulomostrarocultaraviso {
	cursor: pointer;
	font-weight: bold;
	color: #454545;
	width: 250px;
}

.miniburbuja {
	position: absolute;
	width: 60px;
	height: 10px;
	background-color: rgb(255, 255, 176);
	border: 1px solid #f0f0f0;
	font-size: 8px;
	text-align: center;
	padding: 5px;
}

#contenedortablascroll {
	color: #606060;
	width:790px;
	height:300px;
	/* overflow: auto; */
	overflow: scroll;
}

#contenedortablascroll1 {
	color: #606060;
	width:790px;
	height:300px;
	/* overflow-x:hidden; */
	overflow-y: auto;
}

#tabs {
	height: 430px;
	/* border: 1px solid red; */
}





/* INICIO FORMATEO DE TABLAS PEQUEÑAS */ 

.mstableminifont {
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}


.mstableminifont tr.calendariolineamesanio {
	font-weight: bold;
	font-size: 13spx;
	background: #909090;
	color: #ffffff;
	height1: 50px;
	/* vertical-align: middle; */
}

.mstableminifont tr.subtituloheader1 td {
	vertical-align: middle;
	font-size: 11px;
	color: #ffffff;
	background: #a0a0a0;
}

.mstableminifont tr.subtituloheader1 td a {
	color: #f2f2f2;
}

.mstableminifont tr.subtituloheader1 td a:hover {
	color: #ffffff;
}

.mstableminifont tr.calendariotitulodia {
	/* height: 50px;*/
	background: #f9f9f9;
}

.mstableminifont tr.calendariotrnormal {
	height1: 50px;
}
	
.mstableminifont td {
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 2px;
	vertical-align: top;
	font-size: 9px;
	color: #505050;
}

.mstableminifont tr.tbllinea {
	background: #ffffff;
	cursor: pointer;
}

.mstableminifont tr.tbllinea1 {
	/* background: #f5f5f5; */
	cursor: pointer;
}

.mstableminifont tr.tbllinea:hover, .mstableminifont tr.tbllinea1:hover {
	background: #f0f0f0;
}
/* FIN FORMATEO DE TABLAS PEQUEÑAS */ 

/* for understanding browsers */
#contenedor_de_lista {
	min-height:300px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #contenedor_de_lista {
	height: 300px;
}
/**/

#portacontacto {

}


/* for understanding browsers */
#portacontactos {
	min-height:500px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #portacontactos {
	height: 500px;
}
/**/


/* for understanding browsers */
#portacustodia {
	min-height:500px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #portacustodia {
	height: 500px;
}
/**/


/* for understanding browsers */
#portaexcursion {
	min-height:500px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #portaexcursion {
	height: 500px;
}
/**/




#contador_intentos_grafico, #contador_exitosas_grafico, #contador_montocobrado_grafico {
    width: 170px;
    height: 38px;
	background1: #f9f9f9;
	margin: 0px;
	padding: 0px;
	cursor: pointer; 
}

.cantidad_resumen {
	font-size: 24px;
	color: #404040;
}

.contenedor_mini_reporte {
	width: auto;
	clear: both;
	display: block;
	height1: 5px;
	background1: #f9f9f9;
	padding: 15px;
	margin-right: 10px;
	font-size: 14px;
	border-radius1: 10px;
	border-right: 1px solid #e0e0e0;
}



.tabla_detalle_generico {
	width: 100%;
	border: 1px solid #909090;
	border-top: 2px solid #666;
	border-collapse: collapse;
}

.tabla_detalle_generico th {
	font-weight: bold;
	text-align: right;
	padding: 7px;
}


.columna_usuarios_activos_titulo {
	background: url(../images/ms_sort_desc.png) right 5px no-repeat;
	width: 110px;
}

.tabla_detalle_generico tr {
	border: 1px solid #a5a5a5;
}

.tabla_detalle_generico td {
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #d0d0d0;
}	

.tabla_detalle_generico tr.linea_impar {
	background: #f5f5f5;
}

.tabla_detalle_generico tr.linea_impar td.campo_cantidad {
	background: #e0e0e0;
	text-align: right;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	font-weight: bold;
}

.tabla_detalle_generico tr.linea_par td.campo_cantidad {
	background: #f0f0f0;
	text-align: right;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	font-weight: bold;
}


.detalle_ciudad {
	margin: 5px;
	width: 220px;
	background: #808080;
	clear: both;
	display: block;
	padding: 3px;
}

.cantidad_ciudad{
	float: left;
	text-align: right;
	margin-right: 5px;
	font-size: 9px;
	width: 30px;
}

.nombre_ciudad{
	float: left;
	margin-left1: 5px;
	font-size: 9px;
}


#tabla_resumen_ultimas_sucursales, #tabla_resumen_ultimos_cajeros, #tabla_resumen_origen_tarjeta, #tabla_resumen_ip_pagos {
	max-width: 800px;
}



#accesoclientes{
	margin:0;
    padding:0;
}

#accesoclientes , #accesoclientes input{        
    font-size:13px;
}

#accesoclientes .campo{
    float:left;
    width:80px;
    padding:2px 2px;
}

#accesoclientes div{
	CLEAR:BOTH;
}

#accesoclientes div div {
	CLEAR:none;
}

#accesoclientes input {
	clear:none;
	display:inline;
	float:left;
}

#accesoclientes input, #accesoclientes textarea{
	background: #ffffff ;
	border:1px solid #f0f0f0;
    padding:5px;
    color:#555;
}
 
#accesoclientes input#botonenviar{
    width: 88px;
	border:0px;
	padding:7px 11px;
    background: #0589D8;
	/*	url(../images/botom_enviar.jpg) no-repeat; */
	color:#ffffff;
}
