@charset "UTF-8";
/* RESET */
* {
	padding:0;
	margin:0
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, big, font, img, small, strong, ol, ul, li, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}
img {
	border: none;
}
img div background h1 {
	behavior: url(../iepngfix.htc);
}
/* End RESET */
/* FONT */
@font-face {
 font-family: "Museo";
 src: url(../type/Museo500-Regular.otf) format("opentype");
}
/* END FONT*/
/* Main Styles */
html {
	background: url(../images/bg.gif) repeat;
}
body {
	font: 82.5% "HelveticaNeue", Helvetica, Arial, sans-serif;
	text-rendering:optimizelegibility;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #CC0000;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
#header {
	font-family: "Museo";
	text-shadow: 1px 1px 2px #999;
	height: 65px; /* Para IE 6 */
	margin: 0 0 25px 0;
}
#header img {
	float: left;
}
#header ul#nav {
	float: right;
	position: relative;
	top: 23px;
	width: 480px;
	text-align: right;
}
#nav li {
	display: inline;
	padding-left: 10px;
	font-size: 12px;
	border-left: 1px solid #CCC;
}
#nav li a {
	color: #4B4B4B;
}
#nav li a:hover {
	color: #CC0000;
}
#nav li a.active {
	color: #8A0D0C;
}
#featured {
	/*font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;*/
	font-size: 10px;
	background:url(../images/bg_featured.gif) no-repeat;
	height: 250px;
	display: block;
	padding: 25px;
	margin: 0;
}
#featured img {
	float: left;/*padding-right: 25px;*/
}

#main {
	width: 960px;
	margin: 0px;
	text-shadow: 1px 1px 2px #999;
	font-size: 14px;
	line-height: 22px;
}
#main p {
	display: block;
	margin-bottom: 10px;
}
#main h2 {
	color: #920E0D;
	margin: 0px 0px 10px 0px;
	height: 18px;
	font-size: 18px;
	font-weight: bold;
}
#main strong {
	font-weight: bold;
}
#content_text {
	width: 800px;
	background-color: #FFF;
	display: table;
	float: right;
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}
#content_text .capital {
	float: left;
	color: #CCC;
	font-size: 60px;
	line-height: 38px;
	padding: 5px 5px 0 0;
	font-family: "Museo";
	text-shadow: 0px -1px 0px #999;
	display: block;
	height: 45px;
}
#content_text h2 {
	font-size: 28px;
	font-family: "Museo";
	display: block;
	padding: 15px 0px 53px 40px;
	color: #4B0600;
	text-shadow: #FA0000 0 1px;
	background: url(../images/bg_h2.gif) no-repeat;
	width: 800px;
	margin: 0px 0px 0px -40px;
}
#content_text h3 {
	font-weight: bold;
	display: block;
	color: #333;
	font-size: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 40px 10px 0px;
	border-bottom: 1px dashed #900;
	line-height: 28px;
}
#content_text h4 {
	font-weight: bold;
	font-size:16px;
	display: block;
	color: #600;
	margin: 20px 0px 10px 0px;
	padding: 0px 40px 0px 0px;
}
#content_text p {
	padding: 0px;
	color: #333;
	line-height: 20px;
}
#col1 {
	float: left;
	width: 230px;
	display: block;
	margin-right: 20px;
	margin-bottom: 25px;
}
#col2 {
	float: left;
	width: 230px;
	display: block;
	margin-right: 20px;
	margin-bottom: 25px;
}
#col3 {
	float: right;
	width: 290px;
	display: block;
	margin-bottom: 25px;
	height: 170px;/*border: 1px solid #DDD;
	background-color: #FFF;*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

/* Form */
form {
	width: 380px;
	/*border: 1px solid #EEE;*/
	padding: 10px;
	margin: 40px 0px 25px 20px;
	float: right;
}
form h3.titulo {
	font-weight: bold;
	display: block;
	color: #333;
	font-size: 25px;
	margin: 0px 0px 10px 20px;
	padding: 0px 40px 10px 20px;
	border-bottom: 1px dashed #900;
	line-height: 28px;
	width: 250px;
}
label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}
img {
	border:0;
}
.blue {
	color: #920E0D;
	font-weight: bold;
}
/* footer */
.dwnld {
	Display: block;
	padding: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #EEE;
	background-color: white;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
	background: url(../images/download.gif) no-repeat 40px 10px;
}
/* footer */
#footer {
	display: block;
	width: 100%;
	background: #960100;
	padding: 30px 0;
	font-family: "Museo";
	text-rendering:optimizelegibility;
	text-shadow: 0 1px 2px #000;
	font-size: 1em;
}
#footer .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}
#footer .caja1 {
	width: 280px;
	float: left;
}
#footer .caja2 {
	width: 250px;
	float: left;
}
#footer .caja3 {
	width: 380px;
	float: right;
	padding: 10px 0 10px 30px;
	border-left: 1px dashed #600;
	margin: 10px 0 0 0;
}
#footer p {
	color:  #FFF;
	text-shadow: none;
	line-height: 18px;
}
#footer ul {
	list-style: none;
}
#footer li {
	margin: 0 0 5px 0;
}
#footer .dire {
	display: block;
	text-align: center;
	line-height: 18px;
	padding: 20px 20px 0px 20px;
	width: 960px;
	margin: 0px auto;
	color: #000;
	text-shadow: 0px 1px 0px #F00;
}
#footer img {
	margin: 5px 10px 0px 0px;
}
#footer h3 {
	font-size: 22px;
	color: #3E0000;
	text-shadow: 0px 1px 0px #F00;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #600;
}
#footer h4 {
	font-size: 25px;
	line-height: 25px;
	color: #3E0000;
	text-shadow: 0px 1px 0px #F00;
	margin: 0 0 15px 0;
}
#footer a {
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	text-rendering:optimizelegibility;
}
#footer a:hover {
	color: #3E0000;
	text-shadow: 0px 1px 0px #F00;
}
/* Congratulation message */
.MsgSent {
	Display: block;
	float: right;
	padding: 10px;
	margin: 0px 0px 25px 20px;
	width: 400px;
	text-align: right;/*border: 1px solid #EEE;
	background-color: white;*/
}
.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}
/* Error message */
.MsgError {
	Display: block;
	float: right;
	padding: 10px;
	margin: 0px 0px 25px 20px;
	width: 400px;
	text-align: right;/*
	border: 1px solid #EEE;
	background-color: white;*/
}
.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}
.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}
#caja_PYMES {
	width:340px;
	float: left;
	margin-left: 40px;
	background-color: #EEE;
	background-image: url(../images/bottom_sitiosPYMES.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#caja_PYMES p {
	padding: 0px 20px;
}
#caja_PRO {
	width:340px;
	float: right;
	margin-right: 40px;
	background-color: #D10002;
	background-image: url(../images/bottom_sitiosPRO.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#caja_PRO p {
	color: #FFF;
	padding: 0px 20px;
}
/* Social Tab */
.slide-out-div {
	padding: 20px 20px 0 20px;
	background-color: #960100;
	width: 32px;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}
/* End Social Tab*/
