@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.titulo {
	font-size: 24px;
	color: #A52E24;
}
.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.feature h3{
	padding: 10px 10px 10px 10px;
	font-size: 130%;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 0px 0px 0;
}
.feature2{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.feature2 h3{
	padding: 10px 10px 10px 10px;
	text-align: rigth;
}

.feature2 img{
	float: right;
	padding: 10px 00px 00px 10px;
	margin: 0 0px 0px 0;
	text-align: right;
}


/* 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;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
	
	.titulo {
	font-size: 24px;
	color: #A52E24;
}
.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.feature h3{
	padding: 10px 10px 10px 10px;
	font-size: 130%;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 0px 0px 0;
}
.feature2{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.feature2 h3{
	padding: 10px 10px 10px 10px;
	text-align: rigth;
}

.feature2 img{
	float: right;
	padding: 10px 00px 00px 10px;
	margin: 0 0px 0px 0;
	text-align: right;
}

#pie {
	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%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	text-align:center;
	width: 100%;
	display: block;
}

#menu{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #930;
	text-align: right;
	
}

#content{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.titulo {
	font-size: 24px;
	color: #A52E24;
}
.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.feature h3{
	padding: 10px 10px 10px 10px;
	font-size: 130%;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 0px 0px 0;
}
.feature2{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: justify;
}

.feature2 h3{
	padding: 10px 10px 10px 10px;
	text-align: rigth;
}

.feature2 img{
	float: right;
	padding: 10px 00px 00px 10px;
	margin: 0 0px 0px 0;
	text-align: right;
}

#pie{
	clear: both;
	float: left;
	margin-left: 0;
	color: #F93;
	width: 100%;
	display: block;
	background-color: #930;
	text-align: center;
}
.COMERCIAL {
	font-size: 14px;
	text-align: center;
}
