/* CSS Document */

body{
	background-color: #CCCCCC;
}

#cuerpo{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	width: 200px;
	margin-bottom: 50px;
	
}
#video{
	width: 720px;
	height: 306px;
	background-color: #FFFFFF;
	float: left;
}
ul.nav{
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
ul.nav li{
	float: left;
}
ul.nav a{
	text-align: center;
	display: block;
	padding: 5px;
	width: 12em;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txtform{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}