body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:27px;
	color:#333333;
	background-color:#333333;
}
h1 {
	font-size:11px;
	color:#333333;
	margin-bottom:2px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	color:#6f1699;
	margin-bottom:10px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	color:#7b2604;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
p {
	margin-top:6px;
	margin-bottom:6px;
	line-height:16px;
}
em {
	color:#666666;
	font-style:italic;
}
strong {
	font-weight:bold;
}

/* BOF Links */
a img{
	border:none;
}
/* EOF Links */
#wrapper {    
	width:800px;
	margin:auto;
	background-image:url(img/wrapper_bg.png);
	background-repeat:repeat-y;
}
#header {
	background-image:url(img/header_bg.jpg);
	background-repeat:no-repeat;
	height:254px;	
}
#menu {
	background-color:#3167A7;	
	height:44px;	
}
#menu ul {
	list-style:none;
	width:480px;
	margin:auto;
	/* width:620px; 
	margin:auto;
	*/	
}
#menu ul li{
	float:left;
}	
#menu ul li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	font-size:10px;
	font-weight:bold;	
}
#menu ul li a:hover{
	color:#FFCC00;
	text-decoration:underline;
}
#principal {
    height: auto;
	padding:20px;
	padding-left:60px;
	padding-right:20px;
    width: 720px;
	background-color:#FFFFFF;
}
#contenido {
	width:490px;
	float:left;
	padding:5px;
}
#contenido ul {
	list-style:disc;
	margin-left:10px;
}
#contenido ul li{
	padding-bottom:10px;
}
#contenido a{
	color:#003366;
	text-decoration:none;
}
#contenido a:hover{
	text-decoration:underline;
}
#sidebar {
	background-color:#CCCCCC;
	width:190px;
	padding:5px;
	float:right;
	line-height:12px;
	/* margin-right:30px; */
}
#message {
	background-image:url(img/msg_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	padding:20px;
	padding-top:15px;
	padding-right:145px;
	width:475px;
	height:202px;
	
}
#message p{
	line-height:14px;
}
#footer {
	margin:auto;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	bottom:0;		
	font-size:9px;
	color:#999999;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#footer a:hover{
	color:#FFCC00;
}
#footer b{
	color:#99CC33
}
#footer ul {
	list-style:none;
	width:430px;
	margin:auto;
	overflow:hidden;	
}
#footer ul li{
	float:left;
}	
#footer ul li a{
	display:block;
	text-decoration:none;
	color:#999999;
	padding-left:18px;
	padding-right:18px;
	font-size:10px;
	font-weight:bold;
	border-right:1px solid #333333;
}
#footer ul li a:hover{
	color:#dbbf8e;
}
#regitration {
	width:180px;
}	
#logo_footer {
	position:absolute;
	width:164px;
	left:800px;
}
/* BOF home */
#content_home {
	background-image:url(img/content_home_bg.jpg);
	background-repeat:no-repeat;
	padding-top:370px;
	position:relative;
}
#wrapper_home {
	overflow:hidden;
	height:auto;
}
#wrapper_home .column1, #wrapper_home .column2, #wrapper_home .column3 {
	width:240px;
	float:left;
	padding-right:10px;
}
#banner_home {
	width:450px;
	height:400px;
	position:absolute;
	top:30px;
	left:150px;
}
#column_left {
	width:390px;
	padding-right:10px;
	float:right;
}
#registration {
	width:180px;	
	height:200px;
	/* padding-top:15px; */
	/* 
	padding-top:100px;
	background-image:url(img/registration_bg.png); */
	text-align:center;
}
/* EOF home */
/* BOF misc */
.right {
	float:right;
	padding-left:10px;
}
.left {
	float:left;
	margin-right:10px;
}
.logos {
	background-image:url(img/logo-bg.png);
	width:130px;
	height:130px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	padding:10px;
	overflow:hidden;	
}
#musicPlayer {
	height:60px;
	width:160px;
}
/* EOF misc */
/* Ajax */
#result {
	width:200px;
	padding:10px;
	border:1px solid #bfcddb;
	margin:auto;
	margin-top:10px;
	text-align:center;
	display:none;
	font-weight:bold;
	color:#990000;
}
#loading {	
	background-image:url(img/ajax-loader.gif);
	width:31px;
	height:31px;
	margin:10px auto;
	display:none;
}
/* BOF formularios */
#formulario {
width:380px;
border:1px solid #CCCCCC;
padding:10px;
margin:auto;
 -moz-border-radius: 10px 10px 40px 10px;  

}
#formulario ol{
margin:0px;
padding:0px;
list-style:none;
}
#formulario li{
padding-bottom:5px;
}
#formulario legend{
color:#990000;
font-weight:bold;
font-size:12px;
}
#formulario label{
	width:90px;
	float:left;
}
#formulario label.error { 
	color:#990000;
	float:none;
	display:block;
	margin-left:90px;
	width:160px;
}
input.in {
	border:1px solid #999999;
	padding:2px;
	-moz-border-radius:5px;
	color:#666666;	
}
input.in:focus {
	background-color:#FFFF99;
	color:#000000;
}
input.btn {
	padding:3px;
	border:1px solid #000000;
	background-color:#990000;
	color:#FFFFFF;
	cursor:pointer;	
}
/* Misc */ 
.notes1 {
color:#999999;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
}
