@charset "utf-8";
@import url("DroidSansMono/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%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2%;
	padding-right: 2%;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
}
#header {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    font-family: DroidSans;
    font-size: 32px;
    color: #C1C1C1;
    text-align: left;
	margin-top:5px;
    margin-bottom: 8px;
}
#menu {
	width: 100%;
	height: 65px;
	background-color: #C1C1C1;
	font-family: "Caviar Dreams Bold";
	font-size: 16px;
	color: #FFF;
}
#contenido {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: DroidSansMono;
	font-size: 12px;
	color: #FFF;
}
#footer {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: DroidSansMono;
	font-size: 12px;
	color: #C1C1C1;
}
#proyectos {
    width: auto;
    height: auto;
    text-align: left;
    font-family: DroidSans;
    font-size: 12px;
    color: #C1C1C1;
    margin: 17px;
    margin-left: -8px;
    float: left;
}
#imagenes  {
	width: 100%;
	height: 400px;
	text-align: left;
	font-family: DroidSans;
	font-size: 12px;
	color: #C1C1C1;
	margin-top: 35px;
	padding:9px;
}
img_home {
	display:none;
}

img_home_mb {
	display:block;
	height:auto;
	width:auto;	
}
/* 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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
}
#header {
	width: 100%;
	height: 36px;
	font-family: DroidSans;
	font-size: 36px;
	color: #C1C1C1;
	text-align: left;
	background-color: #FFF;
	margin-top:5px;
	margin-bottom: 15px;
}
#menu {
	width: 100%;
	height: 40px;
	background-color: #C1C1C1;
	text-align: left;
	font-family: "Caviar Dreams Bold";
	font-size: 24px;
	color: #FFF;
}
#contenido {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: "Caviar Dreams Bold";
	font-size: 12px;
	color: #FFF;
}
#footer {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: DroidSansMono;
	font-size: 12px;
	color: #C1C1C1;
}
#proyectos {
	width: auto;
	height: auto;
	text-align: left;
	font-size: 12px;
	color: #C1C1C1;
	font-family: DroidSans;
}
.proyectos_2 {
	width: auto;
	height: auto;
	text-align: left;
	font-size: 12px;
	color: #C1C1C1;
	font-family: DroidSans;
}
#imagenes  {
	width: 100%;
	height: 400px;
	text-align: left;
	font-family: DroidSans;
	font-size: 12px;
	color: #C1C1C1;
	margin-top: 35px;
}
img_home {
	display:none;
}
img_home_mb {
	display:block;
	height:auto;
	width:auto;	
}
}

/* 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: auto;
	max-width: au;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
}
#header {
	width: 100%;
	height: 36px;
	text-align: left;
	font-family: DroidSans;
	font-size: 36px;
	color: #C1C1C1;
	background-color: #FFF;
	margin-bottom: 15px;
}
#menu {
	width: 100%;
	height: 40px;
	background-color: #C1C1C1;
	text-align: left;
	font-family: "Caviar Dreams Bold";
	font-size: 24px;
	color: #FFF;
}
#contenido {
	width: auto;
	height: auto;
	text-align: left;
	color: #FFF;
	cursor: pointer;
	float: left;
	margin: 2px;
}
#contenido_2 {
	width: auto;
	height: 10px;
	text-align: left;
	color: #FFF;
	cursor: pointer;
	float: right;
	margin: 2px;
}
#texto {
	width: 800px;
	height: auto;
	font-family: DroidSansMono;
	font-size: 12px;
	text-align: justify;
	color: #C1C1C1;
	float: right;
}
#texto_2 {
	width: 200px;
	height: auto;
	font-family: DroidSansMono;
	font-size: 12px;
	text-align: left;
	color: #C1C1C1;
	float: left;
}
#footer {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: DroidSansMono;
	font-size: 12px;
	color: #C1C1C1;
	margin-left: 0;
	clear: both;
	margin-top: 5px;
}
#imagenes  {
	width: 100%;
	height: 400px;
	text-align: left;
	font-family: DroidSans;
	font-size: 12px;
	color: #C1C1C1;
	margin-top: 5px;
}
#imagenes_2  {
	width: auto;
	height: auto;
	text-align: left;
	font-family: DroidSans;
	font-size: 12px;
	margin-top: 5px;
	background-attachment: scroll;
	float: right;
}

#proyectos {
	text-align: center;
	font-family: DroidSans;
	font-size: 10px;
	color: #6D6D6D;
	height: auto;
	width: 156px;
	float: left;
	margin: 10px;
}
.sig left {
	width: 20px;
	height: 20px;
	position: absolute;
	float: left;
}
.sig right {
	width:auto;
	height:auto;
	position:absolute;
	float:right;
}

.googlemaps {
	height: 400px;
	width: auto;
	color: #ACACAC;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: DroidSans;
}
img_home {
	display:block;
	height:auto;
	width:auto;	
}
img_home_mb {
	display:none;	
}

}
