@import "reset.css";
@import "header.css";
@import "content.css";
@import "footer.css";

body{
	background-color: #eee;
	font-family: Arial;
}

h3{
	color: #F49A18;
	font-family: "Trebuchet MS";
	margin-top: 25px;
	padding-left: 35px;
}

p{
	color: #62331F;
	font-size: 13px;
	line-height: 17px;
}

p a{
	color: #003886;
	text-decoration: underline;
}

p.subtitulo{
	font-size: 16px;
	line-height: 20px;
	font-family: "Trebuchet MS";
}

	p.subtitulo span{
		font-size: 25px;
		font-weight: bold;
	}

p.leyenda{
	font-size: 11px;
}

p a:hover{
	color: #DC1B12;
}

.logo {
	text-indent: -9999px;
}

#body {
	background-color: #fff;
	background-image: url(../img/cinta.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #62331F;
	border-right: 1px solid #62331F;
/*	padding-bottom: 50px;*/
/*	padding-top: 12px;*/
	position: relative;
}

#content-wrapper {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: #eee;
}

#content {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 200px;
}

.clearboth{
	clear: both;
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
}