/* Generales */

body {
	margin:40px 0 0;
	background-color:#848484;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#434343
}
p {
	margin:0 0 15px;
	text-align:justify
}
h1 {
	margin:0 0 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:normal;
	color:#004a7f
}
h2 {
	margin:0 0 15px;
	font-size:1.5em;
	font-weight:normal;
	color:#004a7f
}
.cursiva {
	font-style:italic
}
a.email:link, a.email:visited, a.email:active {
	text-decoration:none;
	font-weight:bold;
	color:#00547a
}
a.email:hover {
	text-decoration:underline
}

/* Cajas */

#contenedor {
	width:900px;
	margin:auto
}
#cuerpo {
	padding-top:10px;
	background-color:#fff
}
#contenidos {
	width:590px;
	float:right;
	margin-right:20px
}
* html #contenidos {
	width:590px;
	float:right;
	margin-right:10px
}

/* Top */

#top {
	position:relative;
	width:900px;
	height:250px;
	background:url(img/bg-banner.jpg) top left no-repeat #00487c
}
#logo {
	border:none;
	position:absolute;
	top:62px;
	left:20px
}
#banner {
	position:absolute;
	top:15px;
	right:20px
}

/* Menú */

#cont-menu {
	margin:0 0 15px 20px;
	padding:0;
	list-style:none;
	width:230px;
	float:left
}
* html #cont-menu {
	margin:0 0 15px 10px;
	padding:0;
	list-style:none;
	width:230px;
	float:left
}
#cont-menu li {
	border-bottom:1px solid #bfbfbf
}
a.menu:link, a.menu:visited, a.menu:active {
	display:block;
	padding:10px 0;
	width:230px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:medium;
	color:#313131
}
a.menu:hover {
	color:#004a7f;
	background:url(img/bg-menu.gif) right 13px no-repeat
}

/* Pie */

#cont-pie {
	clear:both;
	border-top:15px solid #fff;
	padding:20px 0;
	background:url(img/bg-pie.gif) bottom left no-repeat #272727
}
* html #cont-pie {
	padding:3px 0 20px;
}
#cont-pie p {
	margin:0;
	text-align:center
}
#pie01 {
	color:white
}
#pie01 span {
	font-size:0.85em
}
#pie02 {
	color:#006f9e
}

/* Desarrollo */

#prfo-desarrolladores {
	margin:0;
	height:2.7em;
	line-height:2.7em;
	text-align:center;
	color:#bfbfbf
}
a.desarrolladores:link, a.desarrolladores:visited, a.desarrolladores:active {
	text-decoration:none;
	color:#bfbfbf
}
a.desarrolladores:hover {
	color:white;
}

/* Premios */

#lista-premios {
	margin:0 0 0 30px;
	padding:0;
	list-style:none
}
#lista-premios li {
	margin-bottom:15px
}
.premio {
	margin:0;
	font-size:medium;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004a7f
}
.detalle-premio {
	margin:0
}
