/* De Fiesta Con Javito Main Base Styles */

/*****************************************/
/*	BODY
/*****************************************/
body {
	background-color: #000000;
	background-image: url(/controlset/images/bg-javito.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 11px;
}
/*****************************************/
/*	WRAP
/*****************************************/
#wrap {
	margin: 0px;
	float: left;
	width: 480px;
	background-image: url(/controlset/images/javito-temporal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 645px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 480px;
}
/*****************************************/
/*	VIDEO
/*****************************************/
#video {
	margin: 0px;
	padding: 0px;
}
#video h2 {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #B4FC5A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#video p {
	margin: 0px;
	padding: 0px;
}
#player {
	height: 259px;
	width: 400px;
}
/*****************************************/
/*	FOOTER
/*****************************************/
#footer {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#footer p {
	color: #CCCCCC;
	padding: 0px;
	margin: 20px;
	text-align: center;
}
#footer p img {
	vertical-align: text-bottom;
}
#footer p a {
	color: #86D5F6;
	text-decoration: underline;
}
