/* CSS Document */

@import url(reset.css);

html, body {
	width: 100%;
}

body {
	font: 9pt Arial, Helvetica, sans-serif;
	background: #00ACA5 url(bgx.jpg) repeat-x;
}

#pagina {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#foto {
	width: 560px;
	height: 620px;
	float: left;
	display: inline;
	background: url(foto.jpg) 0 162px no-repeat;
}

#contenido {
	width: 400px;
	float: right;
	display: inline;
}

#contenido h1 {
	width: 400px;
	height: 100px;
	text-indent: -9999px;
	background: url(logo.gif) no-repeat;
}

#video {
	width: 400px;
	height: 270px;
	margin-top: 20px;
	background: #FFF;
}

#boton {
	width: 400px;
	padding-top: 30px;
}

#boton a {
	display: block;
	width: 290px;
	height: 35px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 15pt;
	background: url(bt.gif) no-repeat;
	color: #FFF;
}

#boton a:hover {
	background-position: 0 -50px;
}

#logos {
	width: 400px;
	height: 70px;
	margin-top: 50px;
	background: url(logos.gif) no-repeat;
}

#logos p {
	display:none;
}

.nota {
	text-align: right;
	font: 7pt Tahoma, Arial, Helvetica, sans-serif;
	color: #74E1DD;
}