*
{
	font-family: 'Raleway', sans-serif;
	transition: linear .2s all;
}
a
{
	text-decoration: none;
}
html
{
	margin: 0;
}
header
{
	height: 200px ;
	overflow: hidden;
	position: relative;
	width: 100%;
}
header img
{
	position: relative;
	z-index: 2;
}
header img#fondo
{
	margin: 0;
	opacity: .4;
	position: absolute;
	width: 100%;
	z-index: 1;
}
nav
{
	position: absolute;
	text-align: center;
	top: 180px;
	width: 100%;
	z-index: 2;
}
nav ul
{
	background: #215894;
}
nav ul li
{
	display: inline-block;
	padding: 0 1em;
}
nav ul li a
{
	color: #fff;
}
nav ul li ul
{
	position: absolute;
	width: 0;
}
nav ul li:hover ul
{
	padding: 0;
	width: 15%;
}
nav ul li ul li
{
	display: block;
	margin: 0;
	padding: 0;
}
nav ul li ul li a, nav ul hr
{
	color: #fff;
	display: none;
}
nav ul li:hover ul li a, nav ul li:hover hr
{
	display: block;
}
nav ul li ul li:hover
{
	background: #fff;
}
nav ul li ul li:hover a
{
	color: #215894;
}
table
{
	text-align: center;
	width: 100%;
}
table:nth-child(even)
{
	background: #f1f1f1;
	border-radius: 1em;
}
table tr td
{
	padding: .3em;
}
table tr td[colspan]
{
	text-align: center;
}
table td:nth-child(even)
{
	text-align: left;
}
table td:nth-child(odd)
{
	text-align: right;
}
table.revision
{
	border: 1px solid #e1e1e1;
}
table.revision td,
table.revision th
{
	border: 1px solid #e1e1e1;
	padding: .2em;
	text-align: center;
	width: auto;
}
/* ================ ID ================ */
#botonera
{
	text-align: right;
	width: 100%;
}
#datosUsuario
{
	text-align: right;
	padding: 0;
	position: relative;
	width: 100%;
}
#datosUsuario li
{
	display: inline-block;
	padding: 0 .5em;
}
#dirs, #conts
{
	background:  #fff;
	border:1px solid  #d1d1d1;
	display: none;
	margin: 1em;
	text-align: center;

}
#dirsEdit,
#contsEdit
{
	background:  #fff;
	border:1px solid  #d1d1d1;
	margin: 1em;
	text-align: center;
}
#dirs tr:nth-child(even),
#dirs thead tr,
#contsEdit tr:nth-child(even),
#contsEdit thead tr,
#dirsEdit tr:nth-child(even),
#dirsEdit thead tr,
#conts tr:nth-child(even),
#conts thead tr
{
	background: #f1f1f1;
	text-align: center;
}
#metas,
#metas td,
#contsEdit td,
#contsEdit th,
#dirsEdit td,
#dirsEdit th,
#dirs td,
#dirs th,
#conts td,
#conts th
{
	border:1px solid #d1d1d1;
	padding: .2em;
	text-align: center;

}
#oculto
{
	display: none;
}
/* ================ Clases ================ */
.add
{
	cursor: pointer;
}
.delete, .deleteNew
{
	cursor: pointer;
	transform: rotate(45deg);
	rotation: 45deg;
}
.delete:hover, .deleteNew:hover
{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	rotation: 135deg;
}
.formulario
{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
.formulario h2
{
	border-bottom: 1px solid #215894;
}
#formrecordatorio{
    margin-bottom: 200px;
    margin-top: 70px;
}
div#recordatorio_new{
    width: 20px;
    height:20px;
    background-image:url('../images/newrecordatorio.png');
    background-size: contain;
    cursor:pointer;
    margin-left:auto;
margin-right:auto;
}
.ing
{
	display: none;
}
.revision th,
.revision td
{
	text-align: center;
}
.ui-datepicker-calendar tbody tr td{
    width:0 !important;
}
.timeEntry_control {
    margin-left: 2px;
    vertical-align: middle;
    transition:none !important;
}
#recordatorio_delete img{
   transform: rotate(45deg);
}
#empresa_combo_cliente{
    width: 205px !important;
}
#btnguardar_visita{
    margin-top: 20px;
}
.ejecutivo_visita{
    margin-bottom: 30px;
}
input.inputlarge{
    width: 250px;
}
table.campos_visita td:nth-child(2n){
    text-align: right;
}
input#check_protocolo_visita{
    margin-right: 10px;
}
input.input_check_protocolo_visita{
    margin-left: 3px;
}
a.calendario_visita_style, a.calendario_llamada_style{
    font-size: 11px;    
    height: 28px;
}
a.calendario_visita_style > div.fc-content, a.calendario_llamada_style > div.fc-content{
    
    float: left;
}
span.fc-time{
    float: left;
}
span.fc-title{
    margin-left: 5px;
    text-align: left;
    width: 65%;    
}
.span_title_event_up{
    float: left;
    margin-left: 5px;
    width: 70%;
}
.span_title_event_down{
    float: left;
    width: 100%;
}