body{
background: #000000;
font-family: Arial, Helvetica, sans-serif;
}

#contenedor{
padding-top: 120px;
margin: auto;
width: 1200px;
}

#contenedorvideo{
margin: 30px auto;
padding: 10px;
border: 1px solid #1B3F72;
width: 480px;
}

.titulo{
font-size: 14px;
font-weight: bold;
color: #1B3F72;
text-transform: uppercase;
text-align: left;
}

p{
font-size: 10px;
font-weight: normal;
color: #353535;
text-align: center;
height: 20px;
}

#contentpopup
{
	width: 605px;
	margin: 0 auto;
	background: url(../img/bg_popup.gif) no-repeat;
	height:487px;
	margin-top:15px;
	position:relative;
}
#titulopopup
{
	width:470px;
	height:29px;
	position:absolute;
	top:450px;
	left:112px;
}
#videopopup
{
	width:480px;
	height:360px;
	position:absolute;
	top:10px;
	left:115px;
}
span
{
	display:none;
}

