/*.panel-primary {
	border-color: #d90788;
}

.panel-primary > .panel-heading {
	background-color: #d90788;
	border-color: #d90788;
}

.panel-heading {
	background-color: #d90788;
	border-color: #d90788;
}*/
@font-face {
  font-family: 'Tahoma1';
  src: url('Tahoma.ttf')  format('truetype');
}

.img_pdf_bien {
    float: right;
    height: 50%;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 26px;
    width: auto;
}

.img_foto_bien {
    float: right;
    height: 50%;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: 26px;
    width: auto;
}

.div_foto_bien {
	position: relative;
	width: 90%;
	border-width: 2px;
	border-color: #456B8B;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
}

.div_foto_bien_miniatura {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 10px;
	height: 100%;
	width: 150px;
	margin-top: 10px;
	margin-bottom: auto;
}

ul.lista_criterios li {
	font-size: 1.4em;
	color: black;
}

.center_content {
	margin-top: 120px;
}

hr.puntos_azules_peq {
	border:none;
	border-top:2px dotted #456B8B;
	color:#fff;
	background-color:#fff;
	height:1px;
	width:100%;
	margin-top: 1px;
}

hr.puntos_azules {
	border:none;
	border-top:3px dotted #456B8B;
	color:#fff;
	background-color:#fff;
	height:1px;
	width:100%;
	margin-top: 1px;
}

.titulo_intranet {
	padding-top: 10px;
	padding-left: 20px;
	color: #456B8B;
	font-size: 2.2em;
}

.opciones_inicio {
	font-size: 18px;
	color: darkgrey;
}

.img_inicio {
	max-height: 80px;
	width: auto;
}

.modal-backdrop {
	position: fixed;
	z-index: 0;
}

.modal-dialog {
	margin-top: 60px;
	z-index: 10000000;
}

.right_header {
	text-align: right;
	padding: 5px;
}

div#dp-popup {
    position: absolute;
    z-index: 10000;
}

#ui-datepicker-div {
	display: none;
}

body {
	font-size: 14px;
	font-family: "Tahoma1", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.col_pista:hover {
	background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.dialogo_reservas {
	width: 80%;
	z-index: 999999999;
}

.srechazada {
    background: linear-gradient(to bottom, #F5A9BC 0%, #ffffff 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sespera {
    background: linear-gradient(to bottom, #A9D0F5 0%, #ffffff 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.scompleta {
    background: linear-gradient(to bottom, #e6f2b8 0%, #ffffff 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.reserva_opciones {
	border-bottom: 1px dashed #c7c8ca;
	border-top: 1px dashed #c7c8ca;
	display: block;
	height: 170px;
	overflow: hidden;
	text-align: center;
}

.pista-horario {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
}

.pista-slot {
    height: auto;
}

.row_hora_reserva {
	height: 180px;
}

.relat {
    height: 46px;
    margin-top: 6px;
    padding: 0 0 0 20px;
    position: relative;
}

span.user, span.user_1, span.user_2, span.user_3, span.user_4, span.user_0 {
    background: url("../../images_common/sprite_plazas.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 42px;
    overflow: hidden;
    position: absolute;
    width: 108px;
}

span.user_0 {
    background-position: 0 -42px;
    width: 108px;
}

span.user_1 {
    background-position: 0 -42px;
    width: 82px;
}

span.user_2 {
    background-position: 0 -42px;
    width: 54px;
}

span.user_3 {
    background-position: 0 -42px;
    width: 26px;
}

span.user_4 {
    width: 0;
}

.cargando {
	position: fixed;
	padding-top: 4em;
	width: 100%;
	height: 1500px;
	opacity: 0.8;
	background-color: #FFFFFF;
	z-index: 1000;
	top: 0;
	left: 0;
}

.caja_borde_1 {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
    	padding: 5px;
}

.pista-patro {
	display:block;
	height:76px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:108px;
}

.pista-patro img {
	position:absolute;
	/*top:-76px;*/
}

img {
	border:0;
	height:auto;
	max-width:100%;
	vertical-align:middle;
}

.row_form {
	min-height: 3em;
	
}

.login_panel {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	min-width: 220px;
	height: auto;
}

@media all and (max-width: 1024px) {
	.opciones_inicio {
		font-size: 1.1em;
	}
}

@media all and (max-width: 800px) {
	.opciones_inicio {
		font-size: 0.8em;
	}
}
