@charset "UTF-8";
/* 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:		8;
	dw-num-cols-desktop:	12;
	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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fondo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* 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: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fondo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* 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: 98.3333%;
	max-width: 1232px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fondo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}.fondo_qs {
	background-color: #CACACA;
	background-image: url(imagenes/quienes_somos/fondo_qs.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
.fondo_servicios {
	background-color: #B2B2B2;
	background-image: url(imagenes/servicios/fondo_servicios.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
.fondo_equipamiento {
	background-color: #A1A1A1;
	background-image: url(imagenes/equipamiento/fondo_equipamiento.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
.fondo_contacto {
	background-color: #919191;
	background-image: url(imagenes/contacto/fondo_contacto.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
.fondo_pxmenu_qs {
	background-image: url(imagenes/quienes_somos/px_fondo.gif);
	background-repeat: repeat;
	height: 53px;
}
.fondo_pxmenu_servicios {
	background-image: url(imagenes/servicios/px_fondo.gif);
	background-repeat: repeat;
	height: 53px;
}
.fondo_pxmenu_equipamiento {
	background-image: url(imagenes/equipamiento/px_fondo.gif);
	background-repeat: repeat;
	height: 53px;
}
.fondo_pxmenu_contacto {
	background-image: url(imagenes/contacto/px_sombra.gif);
	background-repeat: repeat;
	height: 53px;
}
.sombra_final {
	background-image: url(imagenes/quienes_somos/sombra.gif);
	height: 20px;
}
.sombra_final_servicios {
	background-image: url(imagenes/servicios/sombra.gif);
	height: 20px;
}
.sombra_final_equipamiento {
	background-image: url(imagenes/equipamiento/sombra.gif);
	height: 20px;
}
.sombra_final_contacto {
	background-image: url(imagenes/contacto/sombra.gif);
	height: 20px;
}
.foto_qs_redondo {
	border: thin solid #333;
	border-radius: 10px;
	margin: 10px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 30px;
}
.texto_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.titulos {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.titulos2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 30px;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	background-color: #692F34;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	font-weight: lighter;
	width: 420px;
}
.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	background-color: #692F34;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	font-weight: lighter;
	width: 420px;
}
.color_DFDFDF {
	background-color: #DFDFDF;
	padding: 30px;
}
