@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.verde {
	color: #35944d;
}
#contenedor {
	margin-left: auto;
	position: absolute;
	/* Alinear en la horizontal */
	left: 50%;
	width: 780px;
	margin-left: -390px;
	/* Alinear en la vertical */
	top: 50%;
	width: 780px;
	margin-top: -313px;
}
#cabecera {
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 680px;
	padding-right: 50px;
	padding-left: 50px;
}
#left {
	float: left;
	
	text-align: left;
	_margin-right: 50px;
	width: 225px
}

#right {
	float:right;
	
	text-align: right;
	_width: 400px;
	width: 400px;
}

#descargar {
}
#contenido {
	width: 680px;
	height: 342px;
	overflow: inherit;
	margin-left: 50px;
	margin-right: 50px;
}
#pie {
	width: 780px;
	margin-bottom: 30px;
	height: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	padding-top: 20px;
	clear: both;
	margin-top: 30px;
	text-align: center;
}
#sep {
	height: 1px;
	background-image: url(img/sep.jpg);
	background-repeat:repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin-top: 0px;
}
h2 {
	color: #f3c951;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.sep2 {
	height: 1px;
	margin-top: 4px;
	margin-bottom: 1px;
}

#boton {height:100px;}
#boton ul, #boton li { list-style:none; margin:0; padding:0;}
#boton li { float:left; display:inline; text-align:center; margin-left:5px;}
#boton li.last { margin-left:25px;}
/* #boton a {
	display:block;
	height:39px;
	text-decoration:none;
	padding-left: 55px;
	background-image: url(img/pdf.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}*/
#boton a {
	display:block;
	height:39px;
	width:97px;
	text-decoration:none;
	padding-left: 0px;
	background: url(img/pdf.jpg) center -39px no-repeat;
}

#boton a:hover {
	display:block;
	height:39px;
	text-decoration:underline;
	background: url(img/pdf.jpg) center 0px no-repeat;
}

#boton strong { padding:10px 0 0 0; margin:10px 0 0 0; font-weight:normal;}

