﻿/******** Tags ********/
h1, h2, h3 {
	margin-top: 0;
}

input, select, textarea {
	height: 34px;
	font-size: 14px;
	line-height: 1.428571429;
	padding: 6px 6px;
	color: #555555;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

	/*select.flecha {
		-ms-appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		background-repeat: no-repeat;
		background-image: url('/content/imagenes/flecha.png');
		background-position: right;
		background-size: 25px;
		background-position-x: 98%;
	}*/


	input:focus,
	select:focus,
	textarea:focus {
		outline: 0;
		border-color: rgb(102, 175, 233);
		transition: border-color .1s;
	}




/******** Estilos generales ********/
.contenido-principal {
	padding-top: 70px;
	margin: 0 20px;
}

input.input-alto {
	height: 45px;
	margin-top: 10px;
	font-size: 13pt;
}

.button {
	max-width: 237px;
	height: 45px;
	margin: 9px auto;
	font-size: 13pt;
}

/*.menu-layout-negro{
    background-color:#000;
    color:#fff;
    padding:5px 15px;
    display:block;
}

.submenu-derecho{
    right: 0;
    white-space: nowrap;
}*/

@media (max-width: 768px) {
	.btn.responsive-btn-l {
		margin: 7px 0 7px 0;
	}

	.boton{
        width: 33%;
    }

    .icono {
        display:none;
        visibility:hidden;
    }

    .panelIzquierdoCabecera{
        width:66%;
    }

    .contenido{
        width:100%;
    }

    .boton.buscar{
        width:100%;
        padding-top: 10px;
    }

    /*button.boton-grandi{
        width: 32%;
        margin-left: 0%;
    }*/

    button.boton-medio{
        margin-left: 1%;
        margin-right: 1%;
    }

    div.botonera{
        padding-left: 12px;
        padding-right: 25px;
    }
    
    div#vacio{
        display: none;
    }
}

@media (max-width: 450px) {
	.btn.responsive-btn-s {
		margin: 7px 0 7px 0;
		width: 100%;
	}

	.boton {
		width: 100%;
	}

    .panelIzquierdoCabecera{
        width:100%;
    }
    div.botonera {
		width: 100%;
        padding-left: 15px;
        padding-right:15px;
    }
    /*button.boton-grandi {
		width: 100%;
    }*/
    div#vacio{
        display: none;
    }
    button.boton-medio{
        margin-right: 0;
    }
}


.right {
	text-align: right;
}

.center {
	text-align: center;
}

.centrado {
	display: block;
	text-align: center;
	background-position: center;
}

div.centrado-horizontal {
	float:none;
	margin-left:auto;
	margin-right:auto;
}

.nowrap {
	white-space: nowrap;
}

.espacio-alto-xs {
	height:15px;
}

.espacio-alto-s {
	height:30px;
}

.espacio-alto-m {
	height:60px;
}

.espacio-alto-l {
	height:90px;
}

label.leyenda {
	font-size: 20px;
	font-weight: bold;
}

textarea.alto-m {
	height: 6em;
}

textarea.alto-l {
	height: 12em;
}

.largo-xs {
	width: 5em;
}

.largo-s {
	width: 10em;
}

.largo-m {
	width: 20em;
}

.largo-l {
	width: 35em;
}

.largo-xl {
	width: 40em;
}

.inactivo {
	color: rgba(245, 1, 1, 0.60)
}

.string-separado{
    word-wrap:break-word;
}

/****** Íconos y animaciones ******/
.mas, .menos, .ubicacion {
	width: 24px;
	height: 24px;
	border: none;
	background-size: 24px 24px;
}

.mas {
	background-image: url('/content/imagenes/mas.png');
}

.menos {
	background-image: url('/content/imagenes/menos.png');
}

.deshabilitado {
    z-index: 2;
	background-color: black;
    opacity: 0.4;
    border-radius: 3px;
}

.animacion-espera {
	background-image: url('/content/imagenes/animacion-espera.gif');
	width: 25px;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	display: inline-block;
	vertical-align: middle;
}

	.animacion-espera.centrado {
		display: block;
		width: auto;
		background-repeat: no-repeat;
		background-position-x: center;
	}

.animacion-espera-pantalla {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 450px;
	height: 100px;
	border: none;
	background-color: #296da5;
	border-radius: 10px;
	border: 3px solid #000;
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	opacity: 0.65;
}

.error {
	color: red;
	padding: 3px 10px;
	margin-top: 2px;
}

input.error,
select.error,
textarea.error {
	margin-bottom: 2px;
	border: 2px solid red;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

/******* Formularios ********/
.cabecera {
	border-width: 1px;
	background-color: #D6ECFA;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

fieldset.fieldset {
	border: 3px groove #ddd !important;
	border-radius: 7px;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.legend {
	width: inherit;
	padding: 0 10px;
	border-bottom: none;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
}



/******* Tabla de carga de items *********/
table.items {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px auto;
}

	table.items th {
		background-color: #D6ECFA;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#EAF5FD), to(#D6ECFA));
		background-image: -webkit-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -moz-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -ms-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -o-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: linear-gradient(top, #EAF5FD, #D6ECFA);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		padding: 10px 4px;
		text-align: center;
	}

		table.items th:first-child {
			border-top-left-radius: 6px;
		}

		table.items th:last-child {
			border-top-right-radius: 6px;
		}

	table.items .lista tr:nth-child(even) {
		background-color: #F2F2F2;
	}

	table.items .lista tr td.fuera {
		background-color: #fff;
	}

	table.items td {
		padding: 4px;
	}

	table.items .borde {
		border: 1px solid #ccc;
	}

	table.items .borde-izq {
		border-left: 1px solid #ccc;
	}

	table.items .borde-der {
		border-right: 1px solid #ccc;
	}

	table.items .borde-arr {
		border-top: 1px solid #ccc;
	}

	table.items .borde-ab {
		border-bottom: 1px solid #ccc;
	}

	table.items .leyenda-total,
	table.items .total {
		font-size: 20px;
		font-weight: bold;
	}

	table.items .total {
		text-align: right;
	}

	table.items .mensaje {
		text-align: center;
		font-style: italic;
		padding: 5px;
		color: #808080;
	}

	table.items input,
	table.items select {
		width: 100%
	}

	table.items tr.separador {
		background-color: white;
		height: 50px;
		border: none;
	}



/********* Resultados de Búsqueda **********/
table.rtdos-busq {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px 0;
}

	table.rtdos-busq th {
		background-color: #D6ECFA;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#EAF5FD), to(#D6ECFA));
		background-image: -webkit-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -moz-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -ms-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -o-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: linear-gradient(top, #EAF5FD, #D6ECFA);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		padding: 10px 4px;
	}

	table.rtdos-busq tr:nth-child(odd) {
		background-color: #F2F2F2;
	}

	table.rtdos-busq tr td.fuera {
		background-color: #fff;
	}

	table.rtdos-busq tr:first-child th:first-child {
		border-top-left-radius: 6px;
	}

	table.rtdos-busq tr:first-child th:last-child {
		border-top-right-radius: 6px;
	}

	/*table.rtdos-busq tr:last-child td {
		border-bottom: 1px solid #ccc;
	}*/

	table.rtdos-busq tr.destacado {
		background-color: #D6ECFA;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#EAF5FD), to(#D6ECFA));
		background-image: -webkit-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -moz-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -ms-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -o-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: linear-gradient(top, #EAF5FD, #D6ECFA);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		padding: 10px 4px;
	}

		table.rtdos-busq tr.destacado:first-child td:first-child {
			border-top-left-radius: 6px;
		}

		table.rtdos-busq tr.destacado:last-child td:first-child {
			border-bottom-left-radius: 6px;
		}

		table.rtdos-busq tr.destacado:first-child td:last-child {
			border-top-right-radius: 6px;
		}

		table.rtdos-busq tr.destacado:last-child td:last-child {
			border-bottom-right-radius: 6px;
		}

	table.rtdos-busq tr.separador {
		background-color: white;
		height: 50px;
		border: none;
	}

		table.rtdos-busq tr.separador td {
			border: none;
		}

	table.rtdos-busq td {
		padding: 2px 4px;
	}

	table.rtdos-busq .borde {
		border: 1px solid #ccc;
	}

	table.rtdos-busq .borde-arr {
		border-top: 1px solid #ccc;
	}

	table.rtdos-busq .borde-ab {
		border-bottom: 1px solid #ccc;
	}

	table.rtdos-busq .borde-izq {
		border-left: 1px solid #ccc;
	}

	table.rtdos-busq .borde-der {
		border-right: 1px solid #ccc;
	}

	table.rtdos-busq tr.resaltado:hover {
		background-color: #296da5;
		color: white;
		cursor: pointer;
	}

	table.rtdos-busq tfoot tr.pie {
		background-color: #fff;
	}

	table.rtdos-busq .leyenda-total,
	table.rtdos-busq .total {
		font-size: 20px;
		font-weight: bold;
	}

	table.rtdos-busq tr.pie {
		background-color: #fff;
	}


/********* Ficha **********/

table.ficha {
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px 0;
	width: 100%;
	font-size: 14px;
}

table.ficha tr:first-child td:first-child {
		border-top-left-radius: 6px;
	}

	table.ficha tr:first-child td:last-child {
		border-top-right-radius: 6px;
	}

	table.ficha tr:last-child td:first-child {
		border-bottom-left-radius: 6px;
	}

	table.ficha tr:last-child td:last-child {
		border-bottom-right-radius: 6px;
	}

	table.ficha .borde {
		border: 1px solid #ccc;
	}

	table.ficha tr {
		height: auto;
	}

		table.ficha tr:last-child td {
			border-bottom: 1px solid #ccc;
		}

	table.ficha td {
		padding: 9px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	table.ficha tr td:first-child {
		border-left: 1px solid #ccc;
	}

	table.ficha td.resaltada {
		background-color: #296da5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#EAF5FD), to(#D6ECFA));
		background-image: -webkit-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -moz-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -ms-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: -o-linear-gradient(top, #EAF5FD, #D6ECFA);
		background-image: linear-gradient(top, #EAF5FD, #D6ECFA);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		font-weight:bold;
	}

	table.ficha td.menor {
		width: 40%;
	}

/******** MAPAS *********/
.mapa {
	height: 150%;
	width: 92%;
	position: absolute;
	}


/******* SACAR DE ACÁ *********/

#usuarioLogueado div {
	position: absolute;
	left: -60px;
	top: 12px;
	color: grey;
}

	#usuarioLogueado div span {
		font-size: 1.2em;
	}


/********ESTOS SON LOS ESTILOS NUEVOS********/
.taco-superior{
    background-color: #E6E6E6;
    padding: 30px;
    font-family: 'Segoe UI';
    color: #4D4D4D;

}


/*Estos son los estilos para las migas de pan*/

.miga-de-pan{
    color: gray;
    font-size: 12px; 
        
}

.miga-de-pan:hover{
    /*para que no aparezca subrayada la miga de pan hacemos lo siguiente*/
    text-decoration: none;
    color: #4D4D4D;
}

.titulo-principal{

    font-size: 25px;
}

.acciones-entidad{
    color: gray;
    font-size: 12px;
   }
.acciones:hover{
    text-decoration:none;
    color: #4D4D4D;
}


.miga-seleccionada{
    color: #008DD2;
    font-size: 12px;
    font-weight: 500;   
}

.contenido-form {
    padding-left: 30px;
    padding-right:30px;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #4D4D4D;
    font-family: 'Segoe UI';
    font-weight:100;

}

.form-horizontal label.label-form{
    color: #4D4D4D;
    font-family: 'Segoe UI';
    font-weight:normal;
    text-align: left;
}
.botonera{
   font-family: 'Segoe UI';
   font-weight: 400;
   color: white;
   background-color: white;
   border-top: none;
   padding: 15px;
   float: left;

}

.boton-grandii{
    float: right;
    margin-left: 10px;
    background-color: #008DD2;
    border: none; 
    margin-bottom: 5px;
    padding-left:0;
    padding-right: 0;
    
}





