@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fefacb;
	color:#333;
}
h1 {
	font-size: 20px;
	text-align:left;
	font-weight:bold;
	color: #ec1751;
}

h2 {
	font-size: 18px;
	text-align:left;
	font-weight:bold;
	color: #004d6c;
}

h3 {
	font-size: 17px;
	text-align:left;
	font-weight: lighter;
	color: #004d6c;
	margin:0px;
}

h4 {
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	color: #666;
	margin:0px;
}


p {
	font-size: 12px;
	text-align:left;
	vertical-align:text-top;
	text-align:justify;
	}
	
p a{
	text-decoration:none;
	font-weight:bold;
	color:#C00;
	}
p a:hover{
	color:#004d6c;
	}
	

.sponsors {
	font-size: 11px;
	text-align:left;
	color: #004d6c;
	}	
hr {
	size:1px;
	padding: 0px;
	background-image:url(../images/linea.gif);
	}
	
.footer {
	font-size: 10px;
	text-align:center;
	color: #004d6c;
	}
	
.footer a {
	text-decoration:none;
	color: #004d6c;
	}	

.texto{
	font-size: 12px;
	text-align: right;
	}
	
input{
	font-size: 12px;
	text-align: left;
	width:250px;
}

select{
	font-size: 12px;
	text-align: center;
	width:630px;
}

.button{
	width:100px;
	text-align:center;
	}
#cronograma img{
	text-align:center;
	}	