/* -----  basics  -----*/

html {
	background:#004D6A url(../img/bacground-pattern.png) top center repeat-x;
}
	
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	width:950px;
	padding:0;
	margin:0 auto;
}

p {
	line-height:1.25em;
	margin:0 0 15px;
}

img {
	border:0;
}

/* -----  estructura de divs  -----*/

#content {
    width:850px;
	padding:0 50px;
}

#divhead {
	text-align:center;
}

#divhead img {
	padding-top:100px;
}

#divflash {
	text-align:center;
}

#divbotonera {
	text-align:center;
	margin:40px 0 80px;
}

#divbotonera a {
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
}

#divbotonera a:hover {
	color:#FFC805;
}

#divfoot {
	padding:16px 0;
	border-top:1px solid #FFF;
	clear:both;
	text-align:center;
}

#divfoot p {
	float:left;
	margin-top:3px;
}

#divfoot img {
	margin-bottom:10px;
}
