@charset "UTF-8";
/* CSS Document */

body{
	background-color:#1A1A1A;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#FF9900;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
}
#contenedor{
	height: 870px;
	width: 757px;
	margin-bottom: 10px;
	margin:0 auto;
	border: 1px solid #FF3300;
	background-color: #333333;
	
}
#header{
	height: 208px;
	width: 757px;

}
#videos{
	height: 300px;
	width: 480px;
	float: left;
}
#textos{
	height:600px;
	width: 265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	left: 632px;
	top: 227px;
	float: right;
	text-align: justify;
	color:#CCCCCC;
	padding: 5px;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#666666;

}
p2{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;

}
#logos{
	height:auto;
	width: 265px;
	padding-top: 5px;
}
#footer{
	height:20px;
	width: 757px;
	background:#333333;
	border: 1px solid #FF3300;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
/* this is Links*/
a{
	color:#FF3300;
	text-decoration: underline;
}
a:hover{
color:#FFFFFF;
}
/************************************/
#wc3{
	height:35px;
	width: 757px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;


}