* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
}

img {
	border: none;
}
p {
	line-height: 16px;
	margin-bottom: 13px;
	font-weight: bold;
}
#contenedor {
	width: 970px;
	height: 500px;
	margin:30px auto 0 auto;
}
#cabecera {
	background: url(../imagenes/fondo-cabecera.png) no-repeat;
	height: 93px;
}

#cuerpo {
	background: url(../imagenes/background.png) no-repeat;
	height: 323px;
	clear: both;
}
#contenido {
	float: right;
	width: 424px;
	margin-right: 26px;
	margin-top: 26px;
	background-color:#CCC; 
	filter: alpha(opacity=65); 
	-moz-opacity: 0.65;
	KhtmlOpacity: .65;
	opacity: .65;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 24px;

}
#pie {
	background: url(../imagenes/pie.png) no-repeat;
	height: 83px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.logo {
	float:left;
	margin-left: 24px;
	margin-top: 2px;
}
.menu1 {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 200px;
	line-height: 16px;
	list-style:none;
	
}
.menu1 li a {
	text-decoration:none;
	color: #FFF;
}

.menu {
	float: left;
	display: block;
	margin-top: 14px;
	margin-left: 6px;
	text-align: center;
}

.menu3 {
	float:left;
	margin-left:100px;
	margin-top: 6px;
}
.option {
margin-left: 10px;
}

