* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/fondo.jpg) no-repeat top left #761013;
	color: white;
	margin: 30px;
}
#contenedor {
	width: 900px;
	margin: 0 auto;
}
/*cabecera*/
#cabecera {
	width: 450px;
	float: left;
}
/*contenido*/
#contenido {
	width: 450px;
	position: relative;
	right: 50px;
	float: left;
	padding-bottom: 40px;
}
#contenido h1 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}
#contenido h2 {
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: normal;
}
#contenido h3 {
	font-size: 14px;
}
#contenido hr {margin: 20px 0;border-top: 1px dashed white;}
#contenido .marco {color: white; width: 390px; margin-bottom: 20px; background: url(images/marco.gif) repeat-y top left; padding: 15px 30px;}
#contenido .fotos li {list-style: none; float: left;}
#contenido .fotos img {height: 82px; margin: 0 8px 5px 0;}
/*pie*/
#pie {
	clear: both;
	height: 40px;
	background-color: #999999;
}
