submit_borrar* {
margin:0;
padding:0;
}
/* General Style Info */
body {
	background-color: #E8EDEF;
    /*background-image: url("../img/bg-default.png") !important;*/
    color: #222222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;

}
a {
	color: #016FA7;
	text-decoration:underline;
	font-weight: normal;
}submit_borrar
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 130%;
	margin: 0.1em 0;
}
h2 {
    color: #4E6F82;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: normal !important;
    margin: 0 0 12px;
    width: 55%;
}
h3 {
	color: #c6c65b;
	font-size: 150%;
	padding-top: 2em;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
	list-style:none;
}
.error_pid{
  color:#ffa64d;
  font-style: italic;
  font-weight: bold;
}

.sc_error{
  color: #ffa64d;
  font-weight: bold;
}
.sc_error_d{
  display: none;
}
/* Layout */
#container {text-align: left; min-width:1000px}
#header{
	background:url(../img/filete_header.jpg) repeat-x top transparent;

   /* background-image: linear-gradient(to bottom, #0E0E0F, #2A2B2E);*/
    background-repeat: repeat-x;
    border-color: #141313;
    box-shadow: 0 1px 10px rgba(120, 120, 120, 0.1);
}


#header a{text-decoration:none;}
/*MENU*/
#botonesdcha{
    color: #222222;
    font-size: 10px;
    line-height: 16px;
    margin: 5px 0 0;
    padding: 6px 0;
    position: absolute;
    right: 0;
    text-decoration: none;
}
#botonesdcha li{
	 float:left;
	 margin-left:2px;
}
#botonesdcha li a{
	vertical-align:super;
 	color:#e5e5e5;
}

#botonesdcha .submenu a{background-color:#666;}

.menu{
	margin:0; padding:0;
	float:left;
	box-shadow: -8px 5px 7px #E5E5E5;
}
.menu li{
    float: left;
    margin: 0px;
    padding: 0;
    width: 172px;
	border-bottom: 1px solid #E5E5E5;
}

.menu li a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.submenu a{
	border:1px solid #999;
}

.menu a{color:#333; background-color: #F6F6F6;}


.activo a{
	color:#000;
	background-image:url(../img/triangulo.png);
	background-color:#E0E0E0;
	background-position:right;
	background-repeat:no-repeat;
}

.menu li a:hover{
	background-color:#E8E8E8 !important;
	color:#000;
}
#simula{
    color: #999999;
    font-size: 10px;
    position: absolute;
    right: 24px;
    text-align: right;
    top: 61px;
	z-index:2;
}
#content{
    clear: both;
    color: #333333;
    float: none;
    line-height: 1.2;
    padding: 0;
}
#footer {
    background-color: #FFFFFF;
    clear: both;
    color: #999999;
    float: none;
    font-size: 10px;
    margin-left: 172px;
    padding: 40px 0 20px;
    text-align: center;
}

#footer a{ color: #666;}

/* Tables */
table {
    background-color: #FFFFFF;
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    width: 100%;
}
table.tabla_con_reset {
	background-color: #fff;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 0;
}

th {
    background-color: #CCCCCC;
    color: #000000;
    font-weight: normal;
    padding: 7px 3px;
    text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	padding: 7px 3px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

table tr td.reset {
	background: #fff;
	border-right: 0px solid #ccc;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}

table .altrow td {
    background-color:#F5F5F5;
}

table tr.baja td {
	background: #ffcccc;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 95%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	background: url("../img/body-bg.png") repeat scroll 0 0 #F7F7F7;
	clear: both;
	margin-bottom: 20px;
	padding: 15px;
	width: 80%;
}
fieldset {
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    padding: 1px 10px 10px;
}
fieldset legend {
    display: block;
    font-size: 17px;
    font-weight: normal !important;
    margin: 0 0 12px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
form div {
	/*clear: both;*/
	margin-bottom: 0em;
	padding: .2em;
	vertical-align: text-top;
}

form div.required2 {
	margin-left:3em;
	text-align:left;
}
form div.submit {
    border: 0 none;
    clear: both;
    margin: 23px 0 0;
    width: auto;
	/*width:10em;*/
}

form div.reset {
	border: 0;
	clear: both;
	margin-top: 10px;
	/*margin-left: 140px;*/
}
form div.button {
	border: 0;
	clear: both;
	margin:10px 10px 30px 140px;
	width:10em;
	/*margin-left: 140px;*/
}

#UsuarioLoginForm label{width:97%; margin-bottom:3px;}

label {
	/*display: block;*/
	float: left;
	/*font-size: 110%;*/
	padding-right: 20px;
	padding-top: 3px;
	width: 113px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 2px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
}

select{}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {height: 17px;}

input{
	padding:2px;
	width:31%;
}
textarea{
	height: 70px;
	width:32%;
	padding:2px;
}
.submit input[type="submit"], .submit span{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
	margin-right:10px;
    vertical-align: middle;
	width:auto;
}

button.submit_borrar, .submit_borrar input[type="submit"], .submit_borrar span{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #950c0e;
    background-image: linear-gradient(to bottom, #bc2023, #950c0e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
	margin-right:10px;
    vertical-align: middle;
	width:auto;
}

input[type="button"]{
	width:auto;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
	margin-right:10px;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
}


select {
	/*font-size: 100%; */
	vertical-align: text-bottom;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

/* Notices and Errors */
div.message {
    clear: both;
    color: #669E00;
    font-size: 15px;
    margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #f00;
	font-weight: bold;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}
/*  Actions  */
div.index div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
}
div.view div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
	width: 60%;
}
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

div.auto_complete {
    position         :absolute;
    width            :250px;
    background-color :white;
    border           :1px solid #888;
    margin           :0px;
    padding          :0px;
	overflow:scroll;
	max-height:250px;
	overflow-x:hidden;
	color:#000000;
}
div.auto_complete li{
	list-style-type:none;
	margin:0px;
	cursor:pointer;
}
div.auto_complete span{
	display:block;
	/*color:#666666;*/
	font-size:8px;
	padding-left:10px;
}
div.auto_complete li.selected { background-color: #ffb; }

/* calendar CSS */

table.calendar {border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
table.calendar th {background-color: #eeeeee; text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}

table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 50px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background-color: #F4F3E6;} /* today in the current month */
table.calendar td.cell-weekend {background:url(../img/body-bg.png) repeat scroll 0 0 #F7F7F7}
table.calendar td {border: 1px solid #cccccc; width:14%}

table.calendar td div.closed{background-image:url('../img/close.png'); background-repeat:no-repeat;}/* dias cerrados */
table.calendar td div.cell-number {text-align: right; color: #444444; display: block; height:30px}
table.calendar td div.cell-data {text-align: left; color: #444444; display: block;font-size: 9px;height:30px;}
table.calendar td div.cell-data p {padding-top:3px }
.accion {display:block; text-align:right; text-decoration:none; font-weight:100; height:30px; font-size: 12px}
.accion:hover {background:url(../img/add.gif) #e2e8f6; background-repeat:no-repeat;}
.acciong {display:block; text-decoration:none; font-weight:100; height:15px;text-align:center}
.acciong:hover {background:url(../img/add.gif) #e2e8f6; background-repeat:no-repeat;}
.edit{display:block; text-decoration:none; font-weight:100; padding:5px}
.edit:hover {background:#e2e8f6}

table.calendar thead th {border: 1px solid #cccccc;}

/* calendar2 CSS para la nota de gastos*/

table.calendar2 {border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
table.calendar2 th {background-color: #eeeeee; text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}

table.calendar2 th.cell-prev {text-align: left;}
table.calendar2 th.cell-next {text-align: right;}
table.calendar2 th.cell-header {width: 50px; border-bottom: 1px solid #cccccc;}
table.calendar2 td.cell-today {background-color: #F4F3E6;} /* today in the current month */
table.calendar2 td.cell-weekend {background:url(../img/body-bg.png) repeat scroll 0 0 #F7F7F7}
table.calendar2 td {border: 1px solid #cccccc; width:auto;}

table.calendar2 td div.closed{background-image:url('../img/close.png'); background-repeat:no-repeat;}/* dias cerrados */
table.calendar2 td div.cell-number {text-align: right; color: #444444; display: block; height:30px}
table.calendar2 td div.cell-data {text-align: left; color: #444444; display: block;font-size: 9px;height:30px;}
table.calendar2 td div.cell-data p {padding-top:3px }
.accion {display:block; text-align:right; text-decoration:none; font-weight:100; height:30px; font-size: 12px}
.accion:hover {background:url(../img/add.gif) #e2e8f6; background-repeat:no-repeat;}
.acciong {display:block; text-decoration:none; font-weight:100; height:15px;text-align:center}
.acciong:hover {background:url(../img/add.gif) #e2e8f6; background-repeat:no-repeat;}
.edit{display:block; text-decoration:none; font-weight:100; padding:5px}
.edit:hover {background:#e2e8f6}

table.calendar2 thead th {border: 1px solid #cccccc;}

/* Formulario dias visita */
div.diasvisita form,div.diasactividad form {
	width:98%;
	margin-right:0px;
	text-align:left;
}
div.diasvisita fieldset {
	margin-top:25px;
}
div.diasvisita input, textarea {
	font-size:120%;
	padding:2px;
}

div.inline {
	float:left;
	/*width:250px;*/
	color:#444444;
}

div.inline input{
	width:50px;
}
div.diasvisita table tr td {
	text-align:left;
}

#loading {position: absolute; top: 25px; right: 30px; z-index: -1; color:#FF0000; padding:2px; }

.panel{
    /* background-color: #F9F9F9;*/
    background: url("../img/body-bg.png") repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E0DEDE;
    border-radius: 5px 5px 0 0;
    margin: 0 18px 30px 0;
    z-index: -99;
}
.col{
	width: 33%;
	float:left;
}

.panel .l {
    background-color: #3B5B6D;
    background-image: -moz-linear-gradient(center top , #6E8593 0%, #3B5B6D 100%);
    border-bottom: 1px solid #E0DEDE;
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    padding: 12px 15px;
}
.l_form {
    background-color: #3B5B6D;
    background-image: -moz-linear-gradient(center top , #6E8593 0%, #3B5B6D 100%);
    border-bottom: 1px solid #E0DEDE;
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    padding: 12px 15px;
	width:80%;
	float:left;
	clear:both;
}
.fmed1 {
    clear: both;
    width: 58%;
}

.fmed1 textarea, .fmed1 select {width:60%;}
.fmed1 input[type="text"]{width:58%;}
.fmed1 label{
	float: left;
	padding-right: 20px;
	padding-top: 3px;
	width: 148px;
}


.fmed2 {
	width: 30%; margin-left:55px;
}
.fmed .l_form, .fmed form {
	width: 90%;
}

.lpanel, .rpanel {
	float: left;
}

.rpanel .cont {
	width: 90%;
	background: url("../img/body-bg.png") repeat scroll 0 0 #F7F7F7;
	padding: 15px;
}
.cont {float:left; margin-bottom:22px;}


.panel .r{
	float:right;
	height:10px;
	margin:0;
	padding:0;
}
.panel .pdatos{
    clear: both;
    display: block;
    margin: 11px auto 2px;
    overflow-y: auto;
    text-align: center;
    width: 96%;
}
#me0{
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 98px;
    top: 37px;
}
#me6{
	top: 37px;
	right: 105px;
}
.tooltip{
	position:absolute;
	display: none;
	float:none;
	clear:both;
	padding:0;
	margin:0;
	z-index:99;
}
.submenu{
	position:absolute;
	float:none;
	clear:both;
	padding:0;
	margin:0;
	z-index:99;
}
.submenu{ margin-left:10px;}
.submenun{}
.menu .submenun a{ color: #2D537B;  font-size: 11px; padding-left: 36px;}


.tooltip a, .submenu a{
	position: relative;
	display:block;
	padding:5px;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	border-bottom:#999999 1px solid;
	white-space:nowrap;
}

.tooltip a{background-color:#CCC;}

.tooltip a:hover, .submenu a:hover{
background-color:#FFFFFF;
}
#tabs {
clear:both;
text-align:center;
margin:10px 0px;
}
#tabs ul {
display:inline;
list-style-type:none;
}
#tabs li {
float:left;
margin:0px 2px;
}
#tabs a {
border-left:1px solid #AAAAAA;
border-right:1px solid #AAAAAA;
border-top:1px solid #AAAAAA;
float:left;
padding:5px 10px;
text-decoration:none;
background-color:#E2E2E2;
}
#tabs li a:hover {
background-color:#E2E8F6;
}
#tabs .active a{
background-color:#FFFFFF;
}
.inputVisita label{
	padding-right:20px;
	padding-top:3px;
	width:6em;
	float:none;
	color:#000000;
}
.inputVisita input{
	width:12em;
}
#print_gastos{text-align:right; float:right; display:none}
.icojefe{
	background-image: url(../img/ico_jefe.gif);
	background-repeat: no-repeat;
	padding-left:15px;
}
.icousu{
	background-image: url(../img/ico_man.gif);
	background-repeat: no-repeat;
	padding-left:15px;
}
.mt{
    text-decoration: none;
}
.sel{display:block;}
#spinner{
	font-weight:bold;
	color:red;
	display:block;
	text-align:center;
	padding-top:160px;
	width:600px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-300px;
}
.col.hover {
    border: 1px dashed #aaa;
	padding-bottom:200px;
}
.diasvisitas{font-size:10px; margin-bottom:0; padding-top:5px}
.diasvisitas a {font-weight:normal}
.diasvisitas tr td {text-align:left;}
/*Nueva visita*/

.vc{
font-weight:bold;
padding:5px 0;
margin:0;

}
.vc li{
	font-weight:100;
	border-left:1px solid #CCCCCC;
	padding:5px;margin:0 5px;
}
.vc li:hover{
	color:#CCCCCC; cursor:pointer;
}
#medicos tr:hover{
	color:green; cursor:pointer;

}
.head-visita{
	font-size:13px;
	color:green; font-weight:bold;
	border-bottom:1px #CCCCCC solid;
	padding:5px 0; margin-bottom:10px; background-color:#F2F2F2;
	cursor:pointer; width:100%; float:left;
}
.tabla-left{border-left:none; border-bottom:none; }
.tabla-left td{
	text-align:left;
	font-size:11px
}
.tabla-left th{font-weight:100;}
caption{ font-weight:bold;text-align:left; margin:0; padding-left:10px}
.bloque{
	border:1px solid #CCCCCC;
	width:100%;
	margin-bottom:10px;
}
.bloque a{font-weight:100;}
.bloque #datos-visita a{text-align:center; display:block}
.bloque a:hover{color:red}

.popupContainer {
display:none;
left:0;
padding:0;
position:absolute;
top:0;
z-index:201;
}
.popupInner {
background-color:#FFFFFF;
border:2px solid #000000;
}
.popupTitleBar {
    background-color: #4E6F82;
    border-color: #4E6F82;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #FFFFFF;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    position: relative;
    z-index: 203;
}
.popupTitle {
float:left;
font-size:1.1em;
}
.popupControls {
cursor:pointer;
float:right;
}
.popupControls a{
	display:block;
	height:15px;
	width:15px;
	background-image:url(../img/closewindow.gif);
}
.popupContent{

}
.info{text-decoration:none; border-bottom:1px dashed; font-weight:normal}
#sidebar{
	position: absolute;
    width: 172px;
	left:0;
}
#elcont{
	/*background: url("../img/body-bg.png") repeat scroll 0 0 #F7F7F7;*/
    background-color: #FFFFFF;
    margin-left: 172px;
    margin-top: 0;
	min-height: 460px;
    padding: 8px 20px 20px;
}

.login_fondo{background:url(../img/body-bg.png) repeat scroll 0 0 #F7F7F7}
.entradas_por_dia{
    float: left;
    font-size: 11px;
    margin: 2px 0;
    padding: 3px;
    width: 96%;
}

.dias_visitas{
    float: right;
    font-size: 10px;
    margin: 2px 0;
    padding: 0 3px 3px;
    text-align: right;
    width: 54%;
}
.dias_visitas a:hover{color:#BCBCBC;}

.dias_visitas a{
    color: #990000;
	text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}
.dias_planif{
    float: left;
    font-size: 10px;
    margin: 2px 0;
    padding: 0 3px 3px;
    width: 27%;
}
.dias_planif a{
    color: #86BBD8;
    display: block;
    font-weight: bold;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.dias_pedidos{
    float: left;
    font-size: 11px;
    margin: 2px 0;
    padding: 0 3px 3px;
    width: 95%;
}
 .dias_pedidos a{
    color: #1E8068;
    display: block;
    height: 100%;
    width: 100%;
 }

 .diacal{
    color: #666666;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
}

.mes_cal{ font-size:18px;}
.vis_info {
    float: left;
    margin: 0 16px 0 0;
}
.usuario_no_admin{color:#f5f5f5; margin-top:4px;}
#breadcrumbs{
    margin-bottom: 15px;
    width: 70%;
}
#breadcrumbs a{
	background:url(../img/bread.png) no-repeat top right transparent;
	color:#2f4958;
	text-decoration:none;
	padding:4px 18px 4px 8px;
}
#breadcrumbs a:hover{
	color:#1CAB8B;
}
#breadcrumbs span{
	padding:4px;
	color:#7c929b;
}
#pag{ float:right; width:auto;}

#zonasDespl{
    background: url("../img/body-bg.png") repeat scroll 0 0 transparent;
    float: left;
    margin: 0 20px 0 0;
    padding: 14px 0 24px;
    width: 35%;
}

#AsignadoIndexForm label{width:126px;}

.submit input[type="submit"].disabled {
    background-color: #444;
    background-image: linear-gradient(to bottom, #555, #777);
}

#update, .asignados, .planesPeriodos{width:98%;}

#InversionAddForm label, #InversionEditForm label{ width:128px;}
#tabla_inv td{text-align:left; padding-top:0; border:none; background-color:transparent;}

.no-close .ui-dialog-titlebar-close {
	display: none;
}
#ClienteEditForm .checkbox input, #ClienteAddForm .checkbox input {
    width: auto;
}
