@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	background-image: url(../img/back_intro.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}



p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		padding:0px;
}

#page-container {
	width: 940px;
	margin: auto;
	z-index: 1;
	position: relative;
}

#columna1 {
	width: 260px;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}

#columna2 {
	width: 380px;
	float: left;
	position: relative;
}

#columna3 {
	width: 270px;
	float: left;
	position: relative;
	padding-top: 350px;
	padding-left: 10px;
}

.titulointro {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #f7b03b;
	font-weight: bold;
	text-decoration: none;
}

.textointro {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

