@charset "utf-8";
* {
	margin: 0;
	padding:0;
}

/*=TYPOGRAPHY*/

body{
	background-color: #FFFFFF;
	background:url(../images/bg_top.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}
	
h1 {
	color: #FF0000;
	font-size:85%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
}
h2 {
	color:#000000;
	font-size:80%;
	font-weight: bold;
	padding: 2px;
}
h3 {
	background-color:#FFFFFF;
	color:#FF0000;
	font-size:75%;
	font-weight: bold;
	padding: 2px;
}
p {
	color:#000000;
	font-size: 70%;
}
address {
	font-size: 70%;
	font-style:italic;
}
a:link {
	color: #0000FF;
	text-decoration:none;
}
a:visited {
	color: #9900FF;
	text-decoration:none;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
a:active {
	color:#FF9933;
	text-decoration:underline;
}

.external {
	background: url(../images/i_elink.gif) no-repeat right top;
	padding-right: 20px;
}



/*=LAYOUT*/

#container {
	width: 763px;  /* this width will create a container that will fit in an 800px browser window */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	position: relative;
	width: 763px;
} 

.maindiv {
	position: relative;
	padding: 0px;
	border: none;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	clear: both;
}

.column1 {
	float: left;
	width: 480px;
	margin: 2px 5px;
	padding: 2px;
	position: relative;
}

.column2 {
	float: right;
	width: 240px;
	padding: 2px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	border: 1px solid #000000;
}
#bg_shade {
	background-color: #f5f5fa;
	border: 1px solid #4f83b8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	background-color: #8AADD3;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
}
#footer  ul {
	list-style-image: none;
	padding: 4px;
}
#footer   li {
	list-style-image: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	list-style-position: inside;
	font-size: 60%;
	text-decoration: none;
}
#footer a:link{
	color:#0000FF;
	text-decoration:none;
	}
#footer  a:visited{
	color:#0000FF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:none;
	background-color:#FFFFFF
	}
#footer a:active{
	color:#0000FF;
	text-decoration:underline;
	}	

#nav_right {
	float: right;
	width: 350px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border: none;
	}
#nav_right li{
	display: inline;
	list-style-position: outside;
	font-size: x-small;
	list-style-type: none;
	list-style-image: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#nav_right a:link{
	color:#0000FF;
	text-decoration:none;
	}
#nav_right a:visited {
	color:#0000FF;
	text-decoration:none;
}	 
#nav_right a:hover{
	text-decoration:none;
	background-color:#FFFFFF;
	color: #0000FF;
	}
#nav_right a:active{
	color:#0000FF;
	text-decoration:none;
	}

#logo {
	padding: 0;
	margin: 0;
	}
.menu_bar {
	background-color: #4f83b8;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 75%;
	padding: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
.menu_bar li{
	display: inline;
	padding: 10px;
	}
.menu_bar a:link {
 		text-decoration:none;
		color: #FFFFFF;
			}
.menu_bar  a:visited{
		text-decoration:none;
		color: #FFFFFF;
}
.menu_bar a:hover{
	text-decoration:none;
	color: #0000FF;
	background-color: #FFFFFF;
}
.menu_bar  a:active{
	text-decoration:none;
	color: #FFFFFF;
}			

.maindiv  .main_img {
	display: inline;
}

.heading {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.icon {
	clear: none;
	float: right;
	margin: 5px;
	padding: 0px;
}
	
#divider {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
}

#form1 {
	background-color: #000066;
	color: #FFFFFF;
	padding: 6px;
	font-size: 85%;
	margin: 2px;
}
#form1 #Enviar {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
}
.maindiv #mainheading {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.quote {
	background-color: #4f83b8;
	color: #FFFFFF;
	padding: 15px;
	font-size: 80%;
	font-style: italic;
	text-align: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 50px;
	width: 200px;
	float: left;
}
.numlist {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 70%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.sec_img {
	float: right;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-right: 2px;
	margin-left: 2px;
}
.ventajas {
	clear: left;
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	width: 75%;
}
.ventajas li {
	color:#000000;
	font-size: 80%;
	clear: both;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(../images/bllt_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.indice {
	font-size: 75%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

.ventajas  li ul {
	list-style-type: none;
}
.ventajas  li ul li {
	font-size: 95%;
	text-align:left;
	clear: both;
	background-image: url(../images/bllt_check.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin: 0px;
}

.ventajas li .titulo {
	color: #e72222;
	font-weight: bold;
}
.ventajas     li    ul    li    .s_titulo {
	font-weight: bold;
	color: #000000;
}
.faqs {
	font-size: 70%;
	list-style-position: inside;
	padding: 5px;
}
.pregunta {
	color:#061a72;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(../images/bllt_preg.gif);
	font-style: italic;
}
.respuesta {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 20px;
}
.llama {
	float: right;
	border: none;
}
.volver {
	font-size: 85%;
	font-style: italic;
}
