body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00012f;
	background-image:url(../images/bg.png);
	background-color:#000e6d;
	background-repeat:repeat-x;
}
h1 {
	font-size:20px;
	color:#0065fe;
}
h2 {
	font-size:20px;
	color:#000000;
}
ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
li {
	padding-left:20px;
	background-image:url(../images/ok.png);
	background-repeat:no-repeat;
}
a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a:active {
	color:#FF0000;
	text-decoration:none;
}

#box {
	margin:0 auto;
	background-image:url(../images/bg_box.png);
	background-repeat:no-repeat;
	background-color:#00012f;
	width:940px;
	min-height:700px;
}
#header {
	height:200px;
}
#container {
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	min-height:400px;
	width:910px;
	margin:0 auto;
        padding:0px 0px 10px 0px;
}
#footer {
	font-size:11px;
	text-align:center;
	padding:15px;
	color:#FFF;
	margin:0 auto;
	height:65px;
}
#menu {
	margin:0px;
	height:46px;
}
#flash {
	width:346px;
	height:200px;
	float:right;
	}
.content {
	padding:30px 0px 0px 20px;
	width:590px;
}
.sidebar {
	float:right;
	width:250px;
	margin:30px 20px 0px 0px;
    overflow:auto;
    /*max-height:350px;*/
}
.quote {
	width:200px;
	background-color:#ccffff;
	padding:5px 20px;
	margin:10px 20px 0px 20px;
	float:right;
}
.menul {
	list-style:none;
	margin:4px 0px 0px 15px;
}
.menuli {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-image:none;
	padding:14px 0px;
	float:left;
}
.menuli a:hover {
	background-image:url(../images/bg_rollover.png);
	background-repeat:repeat-x;
	cursor:pointer;
}
.menuli a {
    padding:14px 10px;
	color:#FFF;
	text-decoration:none;
}

.input_text, textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url("../images/fieldbg.gif") repeat-x top;
	width: 200px;
}
textarea {
	width:450px;
	height:100px;
}
.form_title {
	font-weight:bold;
	padding: 5px 0;
}

.space {
	width:50px;
}

.required {
	color:red;
	font-weight:bold;
}

#slider{ 
	height: 205px; overflow: hidden;
	position: relative; 
	margin: 10px 0; 
	background:url('../images/certif.gif') repeat-x 328px 5px;
}

#mover{ 
	width: 2880px; 
	position: relative; 
}

.slide{ 
	padding: 15px 30px; 
	width: 900px; 
	float: left; 
	position: relative; 
}

.slide img{ 
	position: absolute; 
	top: 20px; 
	left: 350px; 
	display:none;
}
ul.nav li{
	padding:0 10px 0 0;
}
.mensaje{
	width:500px;
	text-align:center;
	color:red;	
}

.powered {
	color:transparent !important;
}
a img{
	border:none;
}
.powered img {
	margin:0px 10px 10px 0px;
}