@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%;
}
body{ background: ;

}
h1{ color:#306095;}
p{  color: #f00;
    font-weight: bold;
 }
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
   
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}
/*----- estilos visuales de los elementos --------*/
.contact_form label {
    color: #0033AE;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:80px;
}

/* === Estilos de Validacion === */    
 
.contact_form input:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.contact_form button {
    margin-left:90px;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	33;
	
	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: 93.7969%;
	padding-left: 3.1015%;
	padding-right: 3.1015%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#titulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#form_contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#F6F7F8;
	border:1px solid #7F9DB9;
}
/*----- estilos visuales de los elementos --------*/
.contact_form input {
    height:20px; 
    width:40%; 
    padding:5px 8px;
}

/* 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: 96.8984%;
	padding-left: 1.5507%;
	padding-right: 1.5507%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#titulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#form_contenido {
	clear: both;
	float: left;
	margin-left: 26%;
	width: 48.3996%;
	display: block;
	background:#F6F7F8;
	border:1px solid #7F9DB9;
}
/*----- estilos visuales de los elementos --------*/
.contact_form input {
    height:20px; 
    width:40%; 
    padding:5px 8px;
}
}

/* 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: 87.7669%;
	max-width: 1232px;
	padding-left: 1.1165%;
	padding-right: 1.1165%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#titulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#form_contenido {
	clear: both;
	float: left;
	margin-left: 31%;
	width: 38.4734%;
	display: block;
	background:#F6F7F8;
	border:1px solid #7F9DB9;
}
/*----- estilos visuales de los elementos --------*/
.contact_form input {
    height:20px; 
    width:40%; 
    padding:5px 8px;
}
#alertas{
	border: #F00 1px solid;
	text-align:center;
	color:#000;
	
	}
}
