/* Estilos Básicos */
body {
	color: #000;
	background: #f6f6f6 url(images/bg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	font: 12px/140% Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	text-align: left;
}
.text-centered {
	text-align: center;
}
h1 {
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 2px;
}
h2 {
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}
a {
	color: #006699; /* #320200 */
	;
	text-decoration: none;
}
img {
	border-style: none;
}
/* HTML5 tags */

header, section, footer, aside, nav, article, figure {
	display: block;
}
ul.clean {
	margin: 0;
	padding: 0;
}
ul.clean li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Tips */

.debug {
	outline: 1px solid red;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.block {
	display: block;
}
.none {
	display: none;
}
/* Cajas generales */

.wrapped {
	width:  960px;
	height: auto;
	margin: 0 auto;
}
section#top {
	width:  100%;
	height: 30px;
	margin: 0;
	padding: 0;
	height: 30px;
	background:url(images/bg_top.png);
}
section#top div.wrapped {
	font-size:11px;
	color: #666666;
	width: 940px !important;
	padding: 7px 10px;
	overflow: hidden;
}
section#main {
	width: 960px;
	height: auto;
	margin:0px auto 0px auto;
}
/* header */

section#main > header {
	display: block;
	background-image: url(images/header.jpg);
	width: 960px;
	height: 140px;
}
/* logo */
.logo h1 a {
	width: 240px;
	height: 120px;
	float:left;
	text-indent: -5000px;
	outline: 0 none;
}
/* nav */

nav#menu {
	width:960px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background-image:  url(images/nav.jpg);
}
/* video */

#video {
	width: 720px;
	height: 380px;
	margin:0px auto 15px auto;
}
/* footer */

#bottommenu {
	width:  940px;
	height: 15px;
	padding:10px;
	background-color: #f0f0f0;
}
#bottommenu address {
	float: left;
	font-style:normal;
	color: #666;
}
#bottommenu nav {
	float: right;
	color: #a7a7a7;
}
#bottommenu nav a {
	color: #666;
}
#bottommenu nav a:hover {
	color: #135C91;
}

