body {
	margin:0px;
	padding:0px;
	background-color:#AF93B3;
	background-image:url(images/fondo2.jpg);
	background-repeat:repeat-x;
}
a:active {
	text-decoration:none;
	color:#ffffff;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:link {
	color:#ffffff;
	text-decoration:none;
}
a {
	outline:none;
}
.texto1 {
	color:#FFFFFF;
	font-family:"Georgia", Times, serif;
	font-size:14px/18px;
}
.texto2 {
	color:#FFCCFF;
	font-family:Georgia, Times, serif;
	font-size:20px;
}
#main_header {
	height:600px;
	width:100%;
	position:relative;
	float:left;
}
#main_header #header {
	width:990px;
	height:550px;
	margin:0 auto;
	top:55px;
	background-image:url(images/imagenfondo.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#main_header #header #texto {
	width:330px;
	height:200px;
	top:308px;
	position:absolute;
	left: 324px;
}
#main_header #header texto p {
	padding:0 140px 240px;
}

