@charset "utf-8";
@import url("../webfonts/exoitalic/stylesheet.css");

/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	15;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align: center;
}
#seccion1 {
	clear: none;
	float: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: o;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 2px;
}
#seccion2 {
	clear: none;
	float: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: o;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 2px;
}
#seccion3 {
	clear: none;
	float: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: o;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 2px;
}
#seccion4 {
	clear: none;
	float: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: o;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 2px;
}
#seccion5 {
	clear: none;
	float: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: o;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 2px;
}
.size-img-mobile {
	padding: 10px;
	float: left;
	width: 60px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
}
.size-img-descargar {
	padding: 10px;
	float: left;
	width: 40px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
}
.size-img-vermas {
	float: left;
	width: 30px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 30px;
}
.txt_titulos {
	font-family: exoitalic;
	font-size: 1.4em;
	color: #0087ca;
	line-height: 70px;
}
.txt_mat-apoyo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #0087ca;
	line-height: 60px;
	text-align: left;
	float: left;
}
.txt_titulos-p {
	font-family: exoitalic;
	font-size: 2em;
	color: #0087ca;
	line-height: 60px;
}
.txt_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
}
.txt_centrado {
	text-align: center;
	vertical-align: middle;
}
#distancia {
	float: left;
	margin-left: 0;
	width: 160px;
}
.left {
	float: left;
}
.box-distancia {
	height: 24px;
	width: 160px;
	border: 1px solid #0087ca;
	margin-top: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-radius: 5px;
	margin-left: 10px;
}
#txt-posicion {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#checkpoints {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47.3684%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#campos {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.campos-p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	border-radius: 4px;
	margin-bottom: 10px;
}
.campos-i1 {
		float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 120;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 22px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.campos-i2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 22px;
	border-radius: 4px;
}
.campos-i3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 70%;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 22px;
	border-radius: 4px;
}
.campos-txt1 {
	margin-bottom: 5px;
	border: 1px solid #0087ca;
	height: 80px;
	border-radius: 4px;
	width: 95%;
}
.campos-horarios {
	margin-bottom: 3px;
	border: 1px solid #0087ca;
	border-radius: 4px;
	margin-top: 3px;
}
.boton-p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 24px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	margin-left: 20px;
}
.boton-i {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	border: 1px solid #0087ca;
	height: 24px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
}
.boton-cerrar {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	border: 1px solid #0087ca;
	height: 20px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
	clear: left;
}
.boton-guardar {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	border: 1px solid #0087ca;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
	clear: left;
	margin-top: 7px;
	margin-bottom: 5px;
}
.boton-seleccionar {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	border: 1px solid #0087ca;
	height: 18px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#botones-p {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#contrato {
	clear: none;
	float: left;
	margin-left: 5.2631%;
	width: 95%;
	display: block;
}
#nombre-empresa {
	clear: none;
	float: left;
	margin-left: 5.2631%;
	width: 95%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5.2631%;
}
#materiales {
	clear: none;
	float: left;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: o;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 4px;
}
#detalle-empresa {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 4px;
	margin-top: 20px;
}
#grilla-ficha {
	clear: none;
	float: left;
	margin-right: 5.2631%;
	margin-left: 5.2631%;
	width: 95%;
	display: block;
	margin-bottom: 20px;
}
.txt-tit-grilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #CCC;
	border: 1px solid #999;
	height: 24px;
	vertical-align: middle;
}
.txt-txt-grilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #999;
	height: 60px;
	vertical-align: middle;
}
.txt-bold-ficha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-align: left;
	height: 20px;
}
.centrarvertical {
	height: 20px;
	width: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.txt-regiones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #0087ca;
	text-align: left;
	background-color: #CCCCCC;
	height: 40px;
	border-radius: 4px;
}
.caja-regiones {
	border-radius: 4px;
	background-color: #e5e5e5;
}
#popup_comunas {
	float: left;
	margin-right: 5.2631%;
	margin-left: 5.2631%;
	width: 90%;
	display: block;
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup_ficha {
	float: left;
	margin-right: 5.2631%;
	margin-left: 5.2631%;
	width: 90%;
	display: block;
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#btn-volver {
	float: left;
	width: 52px;
	display: block;
	height: 52px;
	margin-left: 20px;
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 88.2%;
	padding-left: 0.9%;
	padding-right: 0.9%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px
}
#main {
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#seccion1 {
	margin-left: 0;
	width: 18.3673%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 180px;
}
#seccion2 {
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 180px;
}
#seccion3 {
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 180px;
}
#seccion4 {
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 180px;
}
#seccion5 {
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 180px;
}
.size-img-mobile {
	width: 60px;
	margin-left: 18%;
	margin-right: 18%;
	display: block;
}
.txt_titulos {
	font-family: exoitalic;
	font-size: 1.2em;
	color: #0087ca;
	text-align: center;
	line-height: normal;
	display: table;
	margin-bottom: 10px;
}
.txt_titulos-p {
	font-family: exoitalic;
	font-size: 1.6em;
	color: #0087ca;
	line-height: 80px;
}
.txt_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
}
#distancia {
	clear: none;
	float: left;
	margin-left: 0;
	width: 160px;
	height: 52px;
}
.left {
	float: left;
}
.box-distancia {
	height: 24px;
	width: 160px;
	border: 1px solid #0087ca;
	margin-top: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-radius: 5px;
	margin-left: 10px;
}
#txt-posicion {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#checkpoints {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#campos {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#botones-p {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#contrato {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#nombre-empresa {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#materiales {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#detalle-empresa {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#grilla-ficha {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
.centrarvertical {
	height: 40px;
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup_comunas {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#popup_ficha {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#btn-volver {
	float: left;
	width: 52px;
	display: block;
	height: 52px;
	margin-right: 20px;
	margin-left: 20px;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 78.9333%;
	max-width: 1232px;
	padding-left: 0.5333%;
	padding-right: 0.5333%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 30px
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#seccion1 {
	margin-left: auto;
	width: 18.9189%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 240px;
	margin-right: auto;
}
#seccion2 {
	margin-left: 1.3513%;
	width: 18.9189%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 240px;
	margin-right: auto;
}
#seccion3 {
	margin-left: 1.3513%;
	width: 18.9189%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 240px;
	margin-right: auto;
}
#seccion4 {
	margin-left: 1.3513%;
	width: 18.9189%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 240px;
	margin-right: auto;
}
#seccion5 {
	margin-left: 1.3513%;
	width: 18.9189%;
	display: block;
	background-color: #e5e5e5;
	border-radius: 5px;
	height: 240px;
	margin-right: auto;
}
.size-img-mobile {
	width: 100px;
	height: 100px;
}
.txt_titulos {
	font-family: exoitalic;
	font-size: 2em;
	margin-top: auto;
	margin-bottom: auto;
}
.txt_titulos-p {
	font-family: exoitalic;
	font-size: 2em;
	color: #0087ca;
	line-height: 80px;
}
.txt_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
}
#distancia {
	float: left;
	margin-left: 0;
	width: 160px;
}
.left {
	float: left;
}
.box-distancia {
	height: 24px;
	width: 160px;
	border: 1px solid #0087ca;
	margin-top: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-radius: 5px;
	margin-left: 10px;
}
#txt-posicion {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#checkpoints {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 39.1891%;
	display: block;
}
#campos {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#botones-p {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#contrato {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#nombre-empresa {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#materiales {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#detalle-empresa {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#grilla-ficha {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
.centrarvertical {
	height: 40px;
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup_comunas {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#popup_ficha {
	clear: none;
	float: left;
	margin-left: 1.3513%;
	width: 100%;
	display: block;
}
#btn-volver {
	float: left;
	width: 52px;
	display: block;
	height: 52px;
	margin-right: 20px;
	margin-left: 20px;
}
}
