*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #F5B785;
}

a{
	text-decoration:none;
	padding: 15px;
	text-align:center;
	color:#BF5B0B;
	outline:0;
}
a:hover{
	text-decoration:underline;
	color:#EF6E07;
}

a img{
	border-width:0;
}

#contenido {
	width: 939px;
	margin: 15px auto;
	height: 652px;
	background-image: url(img/fondo.png);
	background-position:top left;
	background-repeat:no-repeat;
	
}
#pie{
	width: 940px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#contenido #banner {
	margin-top: 20px;
	text-align: left;
	margin-right: 20.px;
	width: 560px;
	float: right;
}
#contenido #foto {
	float: left;
	width: 200px;
	padding-left: 40px;
	padding-top: 40px;
}

#contenido #text {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003300;
	float: right;
	width: 560px;
}
#contenido #text #text2 {
	font-size: 14px;
	width: 520px;
	padding-top: 20px;
	font-weight: bold;
}


#contenido #tira {
	width: 930px;
	float: right;
	padding: 40px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#contenido #separador {
	width: 900px;
	height: 100px;
}
#presentacion {
	text-align: center;
}
