/* Reset CSS BSD Yahoo */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
/* Reset Fonts CSS BSD Yahoo */

body {
	font-size: 1em;
    line-height: 1.4;
    vertical-align:top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#CC0000;
	color:#4D4D4D;
	background: #FFF;
}

#barra_superior {
	width: 100%;
	height: 40px;
	background-color: #4d4d4d;
}

#contenedor, #navegador {
	margin: 0 auto;
	width: 1200px;
	font-size: 90%;
}

#navegador {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #4d4d4d;
}

#navegador a, #navegador a.notificaciones_navegador {
	font-size: 90%;
	height: 40px;
	display:inline-block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#navegador a.home {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding: 10px 20px 10px 30px;
}

#navegador a.notificaciones_navegador {
	color: #A1D6FF;
}

#navegador a.notificaciones_navegador:hover {
	background-color: #680000;
	color:#FFFFFF;
}

#navegador a:hover {
	color: #666;
	background-color: #FFF;
}

#contenido{
	clear: both;
	width: 100%;
	padding: 20px 0;
}

#subnavegador {
    padding: 25px 0 25px 0;
}

#subnavegador a {
    margin: 0 15px;
}

#barra_inferior{
	clear: both;
	font-size: 85%;
	color: #666666;
	padding-top: 30px;
}

#barra_inferior a{
	color: #666666;
}

#pie{
    float: left;
	width:50%;
}

#hero{
	width:50%;
	float: right;
	text-align: right;
}

a, a:visited {
	color: #1D83B8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1{
	font-size: 140%;
	font-weight:normal;
}

h2{
	font-size: 110%;
	font-weight:bold;
}

.avisos{
	color: #FF0000;
}

.avisos_nota{
	color: #3384E0;
}

.errorlist{
    color: #cc0000;
}

div.clear  { clear: both; }

div.clear_separacion_chica  {
	clear: both;
	padding: 20px 0 20px 0;
}

div.clear_separacion_muy_chica  {
	clear: both;
	padding: 10px 0 10px 0;
}

div.clear_separacion  {
	clear: both;
	padding: 30px 0 30px 0;
}


/* ******************************************** Puestas y confirmadas ******************************************** */



table#lista_1, table.detalles_1 {
	font-size: 90%;
    width: 100%;
    border-collapse: collapse;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

table#lista_1 td, table#lista_1 th, table.detalles_1 td, table.detalles_1 th {
    border: solid #A0A0A0 1px;
    padding: 5px;
    background-color: #F5F5F5;
}

table#lista_1 th {
    background-color: #CCC;
    text-align:center;
}

table.detalles_1 th{
    background: #E6E6E6;
	font-weight: bold;
	width: 25%;
}

table.detalles_1 tr td.titulos{
    background-color: #CCC;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

.titulos {
    font-size: 170%;
    padding: 0 0 45px 0;
}

.titulos_grandes {
    font-size: 300%;
}

.helptext {
    color: #666;
}

.notas {
    color: #CC0000;
}

.notificaciones_panel {
	font-size: 90%;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
	background: #F5F5F5;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow:  0px 0px 20px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:  0px 0px 20px 0px rgba(100, 100, 100, 1);
	box-shadow:  0px 0px 20px 0px rgba(100, 100, 100, 1);
}

.notificaciones_navegador_notificaciones {
	font-size: 90%;
    width: 100%;
    padding: 20px;
    margin: 0;
	background-color: #680000;
	color:#FFFFFF;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index: 100;
	position:relative;
}

.mensajes_provisionales {
	display:block;
	position:fixed;
	width:250px;
	height:100px;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top:-140px;
	font-size: 90%;
    padding: 20px;
    background-color: #333333;
    color: #FFFFFF;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow:  0px 0px 25px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:  0px 0px 25px 0px rgba(100, 100, 100, 1);
	box-shadow:  0px 0px 25px 0px rgba(100, 100, 100, 1);
}

.recuadro {
	border: solid #bff5f7 1px;
	background-color: #eff9fe;
	padding: 10px;
}

.recuadro_titulos {
	font-size: 150%;
}


form {
    font-size: 90%;
	width: 70%;
	margin: 10px auto;
	padding: 20px;
	background: #F5F5F5;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:  0px 0px 2px 0px rgba(100, 100, 100, 1);
	box-shadow:  0px 0px 2px 0px rgba(100, 100, 100, 1);
}

form table {
    margin: 0 auto;
	width: 100%;
}

form table td, form table th {
    border: none;
    padding: 3px 4px;
}

form table th {
    text-align:right;
    width: 27%;
}

form table input, form table select, form table textarea {
    width: 90%;
}

form.buscador input[type=text] {
    width: 68%;
}

form.buscador label, form.buscador input  {
    float:left;
    margin-right:10px;
}

input[type=text].autocomplete {
    width: 90%;
}

form.acceso {
	width: 33%;
}

form.acceso input {
	width: 200px;
}

label {
	margin: 0 20px 0 0;
}

input, textarea, select {
	padding: 8px;
	margin: 4px 0;
}

input[type=text], input[type=password], textarea {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(100, 100, 100, .2);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(100, 100, 100, .2);
	box-shadow: inset 0px 0px 10px 0px rgba(100, 100, 100, .2);
	border: 1px solid #BFBFBF;
}

select {
    box-shadow:none;
}

input:focus, textarea:focus, select:focus {
	background:#FFFFD4;
}

input[type=checkbox], input[type=file] {
	width: auto;
	border: none;
}

/*  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Link Botón */

.link_boton, .link_boton:visited, input[type=submit]{
	font-size:90%;
    text-decoration: none;
    background: #719FED;
    color: #FFF;
    padding: 10px 20px;
    height: 40px;
    width: auto;
    display: inline-block;
    border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.facturar, .facturar:visited, .cancelar, .cancelar:visited, .importante, .importante:visited {
    background: #3384e0;
    color: #FFF;
    border: none;
    padding: 20px 35px;
    height: 55px;
}

.facturar:hover {
    background: #2d4562 !important;
    color: #FFF !important;
}

.cancelar:hover {
    background: #a80000 !important;
    color: #FFF !important;
}

.importante:hover {
    background: #2795a9 !important;
    color: #FFF !important;
}

.link_boton:hover, input[type=submit]:hover {
    background: #A1D6FF;
    color: #4D4D4D;
}
/*  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Link Botón */


@media only screen and (max-width: 980px) { /* 960 iphone 1024 estandar*/
	
	#contenedor, #navegador {
		width: 960px;
	}
	
	#navegador a, #navegador a.notificaciones_navegador {
		padding: 10px 5px;
	}
	
	#navegador a.home {
		padding: 10px 5px 10px 30px;
	}
	
	form.acceso {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	
	#barra_superior {
		height: 80px;
	}
	
	#contenedor, #navegador {
		width: 750px;
	}
	
	#navegador a, #navegador a.notificaciones_navegador {
		padding: 10px 25px;
	}
	
	#navegador a.home {
		padding: 10px 25px 10px 30px;
	}
	
	table#lista_1 td, table#lista_1 th, table.detalles_1 td, table.detalles_1 th {
	    padding: 5px 2px;
	}
	
	form {
	    width: 94%;
		padding: 15px;
	}
	
	form.buscador input[type=text] {
	    width: 60%;
	}
	
	form.acceso {
		width: 50%;
	}
	
	
}