@charset "utf-8";
/* CSS Document */
body{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background-attachment: fixed;
	background-image: url(pix.jpg);
	background-repeat:  repeat-x;
}
#contenedor{
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu{
	height: 100px;
	width: 750px;
}
#menus{
	height: 100px;
	width: 74px;
	float: right;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#logo{
	height: 200px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(logoweb.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#texto{
	float: right;
	height: 450px;
	width: 375px;
}
#datos{
	height: 250px;
	width: 375px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	float: right;

}
#pie{
	height: 15px;
	width: 380px;
	float: right;
}

