@charset "utf-8";
@import 'reset.css';

body{
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	color:#CC6600;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	color:#333366;
	margin: 5px 0 10px 5px;
}
h4{
	color:#CC6600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:2px 0 5px 3px;
}
.invisible{
	display:none;
}
p{
	margin-top:15px;
}
p.last {
	margin-bottom:25px;
}
p.error{
	padding:3px;
	margin:2px 0 10px 0;
	background-color:#FFCCCC;
	border:1px solid #990000;
	color:#990000;
}
p.success{
	padding:3px;
	margin:2px 0 10px 0;
	background-color:#CCFFCC;
	border:1px solid #009900;
	color:#009900;
}
strong{
	font-weight:bold;
	color:#663300;
}
a{
	color:#AA4400;
	text-decoration:none;
}
a:hover{
	color:#EE8822;
}

input {
	width:200px;
}
label{
	width:300px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
	color:#663300;
}
input.button{
	width:100px;
	padding:3px;
	text-align:center;
	border:1px solid #663300;
	background-color:#AA4400;
	color:#FFFFFF;
	font-weight:bold;
}
p.button-container{
	padding-left:400px;
}
/*============ HEADER & FOOTER ===============*/
div#header-wrapper {
	width:100%;
	background-color:#FFC49B;
	background-image:url(../images/bg_header2.jpg);
	background-repeat:repeat-x;
	height:237px;
	border-bottom:#FF8737 10px solid;
	text-align:center;
}

div.top-msg {
	padding-right:20%;
	text-align:right;
	height:30px;
	float:right;
	font-weight:bold;
	color:#000099;
}
div.top-msg a {
	color:#FFFFFF;
}
div.top-msg a:hover {
	color:#FFC49B;
}
div#header {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:left;
}

#logo {
	display:block;
	width:439px;
	height:174px;
	background-image:url(../images/bg_logo5.jpg);
}

ul.main-nav {
	list-style-type:none;
	position:relative;
	float:right;
	top:32px;
	clear:both;
}

ul.main-nav li {
	float:left;
	margin-right:5px;
	text-align:center;
	font-size:18px;
}
ul.main-nav li a {
	display:block;
	text-decoration:none;
	width:150px;
	height:32px;
	background-color:#8C3800;
	color:#CCCCCC;
	background-image:url(../images/tab.jpg);
	background-position:0 -32px;
	overflow:hidden;
	line-height:30px;
}
ul.main-nav li a:hover {
	display:block;
	text-decoration:none;
	width:150px;
	height:32px;
	background-color:#FF8737;
	color:#FFFFFF;
	background-image:url(../images/tab.jpg);
	background-position:0 0;
	overflow:hidden;
}

ul.main-nav li span.current {
	display:block;
	width:150px;
	height:32px;
	background-color:#FF8737;
	color:#FFFFFF;
	background-image:url(../images/tab.jpg);
	background-position:0 0;
	overflow:hidden;
	line-height:30px;
}
#footer{
	clear:both;
	width:100%;
	padding:15px 0 10px 0;
	background-color:#FF8737;
	color:#FFFFFF;
	text-align:center;
}
#footer a{
	color:#FFC49B;
}
#footer a:hover{
	color:#FFFFFF;
}
#clearer{
	clear:both;
	display:block;
	height:20px;
}
/*======== END HEADER & FOOTER ====================*/
/*****************************************/
/*============ CONTENT ==================*/
div#content-wraper{
	width:100%;
	background-color:#FFF9F4;
	background-image:url(../images/bg_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
div#content {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	text-align:left;
}
.col_right{
	float:right;
}
.col_left{
	float:left;
}
.thick{
	width:560px;
}
.thin{
	width:180px;
	background-image:url(../images/bg_colThin.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FEE0CD;
}
.thin p{
	margin:5px;
}
.thin p.bottom-border{
	border-bottom:1px dotted #333366;
	padding-bottom:5px;
	margin-bottom:15px;
}
.thin p.big{
	font-size:1.5em;
	margin:auto;
	margin-bottom:10px;
	text-align:center;
}

div.como{
	display:block;
	width:157px;
	height:200px;
	border:1px solid #FF9966;
	float:left;
	margin-right:20px;
}
.uno{
	background-image:url(../images/bg_paso1.png);
}
.dos{
	background-image:url(../images/bg_paso2.png);
}
.tres{
	background-image:url(../images/bg_paso3.png);
}
div.como p{
	margin:5px 5px 0 5px;
}

.caracteristicas {
	border:1px solid #CC6600;
	padding:5px;
	margin-bottom:20px;
	color:#333333;
	background-color:#EEE8E3;
}


