@charset "utf-8";
/* CSS Document */

body {
	background-color: #675a3b;
}
.fotos {
	background-color: #EFEFEF;
	padding: 10px;
	width: 250px;
}
.text-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DC4401;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECE8DF;
	height: 100px;
}

.contenido {
	background-image: url(fondo.jpg);
	background-repeat:  repeat-y;
	background-position: center;
	padding-right: 70px;
	padding-left: 70px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 19px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
A:hover {
	color: #FBB33D;
	text-decoration: underline;
}

A:link, A:active, A:visited  {
	color: #D73F00;
	text-decoration: none;
}
