@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#pagina {
	width: 800px;
	border: 1px solid #B0A661;
}
#header {
	background-repeat: no-repeat;
	background-image: url(../images/03.jpg);
	height: 165px;
}
#barra {
	background-image: url(../images/barra.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 15px;
	float: left;
	padding: 5px;
}
.link:hover {
	text-decoration:underline;
}
#contenido {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.foto {
	float: left;
	margin-left: 20px;
	margin-right:20px;
}
#caja {
	width: 450px;
	display: block;
	float: right;
	position: relative;
}
#down {
	color: #FFFFFF;
	background-image: url(../images/down.jpg);
	background-repeat: repeat-x;
	height: 20px;
	text-align:right;
	padding-top: 5px;
	padding-right: 10px;
}
.clear {
	line-height: 0px;
	clear: both;
}
.mail {
	color: #000000;
	text-decoration: none;
}
.mail:hover {
	text-decoration:underline;
	font-weight: bold;
}
