@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*img, object, embed, video {
	max-width: 100%;
}*/
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

body{
	margin:0px;
	background-color:#e6e5e3;
	font-family:"Open Sans","Calibri","Sans-serif";
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
section{
	width:96%;
	padding:2%;
	background-color:rgb(255,255,255);
	float:left;
	margin-bottom:15px;
	line-height:1.4em;
}
.logo{
	width:100%;
	max-width:681px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
h2{

	font-size: 2em;
    color: #1f2f84;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    /* MARGIN-BOTTOM: 50PX; */
    line-height: 1em;
    
    
}
h3{
	font-size: 1.4em;
    color: #00d3fe;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /* max-width: 800px; */
    text-align: left;
    font-weight: 400;
    /* background-color: #1f2f84; */
    padding: 1%;
    margin-bottom: 0px;
    font-weight: 700;
	padding-left: 0px;
}
h4{
	font-size:1.25em;
	color:#12237d;
	margin-top:0px;
	margin-bottom: 10px;
}
.cont-items{
	width: 100%;
    background-color: #00d3fe;
    color: rgb(255,255,255);
    float: left;
    margin-bottom: 20px;
	}
.col30{
	width: 98%;
    padding: 1%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	
}
.col30 li {
	list-style: square;
    list-style-position: inside;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.col50{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom: 30px;
}
.col50 p{
	margin-top: 0px;
    line-height: 1.6em;
	color:#58595b;
	font-size:1em;
}
.col100{
	width:100%;
	font-size:1.1em;
	line-height:1.5em;
}
.col100 h4{
    font-size: 1.4em;
    color: #12237d;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul{
	list-style:square;
}
.form{
	width: 96%;
    background-color: #009bdb;
    color: rgb(255,255,255);
    float: left;
    padding: 2%;
}
input[type=text]{
	width: 96%;
    background-color: rgb(255,255,255);
    padding: 5px;
    height: 20px;
    margin-bottom: 8px;
}
.si{
	width: 100%;
    margin-top: 20px;
    float: left;
    font-weight: 300;
    color: #58595b;
    font-size: 1em;
    background-color: #e7e6e4;
    padding-top: 10px;
}
.si ul{
	width:85%;
}
.si .col30 li {
	list-style: square;
    list-style-position: inside;
    font-weight: 300;
    font-size: 0.9em;
    margin-left: 10px;
	margin-top: 0px;
    margin-bottom: 0px;   
}
/*img, object, embed, video {
	max-width: 100%;
}*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*
footer{
	font-style:italic;
}
*/
@media only screen and (min-width: 481px) {

.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
section{
	width:96%;
	padding:2%;
	background-color:rgb(255,255,255);
	float:left;
	margin-bottom:15px;
	/*font-size:1.2em;*/
	line-height:1.4em;
}
.logo{
	width:100%;
	max-width:681px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
h2{

	font-size: 2.8em;
    color: #1f2f84;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    
    text-align: center;
    font-weight: 700;
    MARGIN-BOTTOM: 50PX;
	line-height: 1em;
    
    
}
h3{
	font-size: 1.4em;
    color: #00d3fe;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /* max-width: 800px; */
    text-align: left;
    font-weight: 400;
    /* background-color: #1f2f84; */
    padding: 1%;
    margin-bottom: 0px;
    font-weight: 700;
	padding-left: 0px;
}
h4{
	font-size:1.25em;
	color:#12237d;
	margin-top:0px;
	margin-bottom: 10px;
}
.cont-items{
	width: 100%;
    background-color: #00d3fe;
    color: rgb(255,255,255);
    float: left;
    margin-bottom: 50px;
	}
.col30{
	width:31%;
	padding:1%;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	
}
.col30 li {
	list-style: square;
    list-style-position: inside;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.col50{
	/*width:50%;*/
	float:left;
	overflow:hidden;
	margin-bottom: 20px;
}
.col50 p{
	margin-top: 0px;
    line-height: 1.6em;
	color:#58595b;
	font-size:1em;
}
.form{
	width: 96%;
    background-color: #009bdb;
    color: rgb(255,255,255);
    float: left;
    padding: 2%;
}
input[type=text]{
	width:96%;
	background-color:rgb(255,255,255);
	padding:5px;
	height:20px;
	margin-bottom:10px;
}
.si{
	width:100%;
	margin-top: 20px;
    float: left;
    font-weight: 300;
    color: #58595b;
   /* font-size: 0.85em;*/
    background-color: #e7e6e4;
	padding-top: 10px;
}
.si .col30 li {
	list-style: square;
    list-style-position: inside;
    font-weight: 300;
    font-size: 0.9em;
    margin-left: 10px;
	margin-top: 0px;
    margin-bottom: 0px;
    
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
section{
	width:90%;
	padding:5%;
	background-color:rgb(255,255,255);
	float:left;
	margin-bottom:15px;
	
	line-height:1.4em;
	padding-bottom:0px;
}
.logo{
	width:100%;
	max-width:681px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
h2{

	font-size: 2.2em;
    color: #1f2f84;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    
    text-align: center;
    font-weight: 700;
    MARGIN-BOTTOM: 20PX;
	line-height: 1em;
    
    
}
h3{
	font-size: 1.4em;
    color: #00d3fe;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /* max-width: 800px; */
    text-align: left;
    font-weight: 400;
    /* background-color: #1f2f84; */
    padding: 1%;
    margin-bottom: 0px;
    font-weight: 700;
	padding-left: 0px;
}
h4{
	font-size:1.25em;
	color:#12237d;
	margin-top:0px;
	margin-bottom: 10px;
}
.cont-items{
	width: 100%;
    background-color: #00d3fe;
    color: rgb(255,255,255);
    float: left;
    margin-bottom: 50px;
	}
.col30{
	width:31%;
	padding:1%;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	
}
.col30 li {
	list-style: square;
    list-style-position: inside;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.col50{
	width: 48%;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 2%;
}
.col50 p{
	margin-top: 0px;
    line-height: 1.5em;
	color:#58595b;
	font-size:1em;
}
.col40{
	width: 45%;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 2%;
	}
.col60{
	width: 53%;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 2%;
}
.form{
	width: 96%;
    background-color: #009bdb;
    color: rgb(255,255,255);
    float: left;
    padding: 2%;
}
input[type=text]{
	width:100%;
	background-color:rgb(255,255,255);
	padding:5px;
	height:20px;
	margin-bottom:10px;
}
.bajada{
	text-align:center;
	font-size: 1.15em;
}
.si{
	width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    margin-top: 25px;
    float: left;
    font-weight: 300;
    color: #58595b;
    font-size: 1.2em;
    background-color: #e7e6e4;
    padding-top: 10px;
}
.si ul{
	width:45%;
}
.si .col30 li {
	list-style: square;
    list-style-position: inside;
    font-weight: 300;
    font-size: 0.9em;
    margin-left: 10px;
	margin-top: 0px;
    margin-bottom: 0px;
    
}
}
