/* CSS Document */


body{
	background:url(graf/fondo.gif) repeat-x #2A2925;
	color:#C4C4C4;
	font:11px Arial;
	padding:0;
	margin:0;
	line-height:18px;
	font-weight:bold;
}

a{text-decoration:none;color:#FCE11F;}
a:hover{color:#C7C7C6;}

img{border-style:none;vertical-align:middle;}

p{margin:10px 0;}

h1{
	font:bold 11px Verdana;
	color:#FFFFFF;
	background:url(graf/h2.gif) no-repeat;
	padding:0 0 15px 60px;
	margin:50px 0 0 10px; 
}
h2{
	font:bold 11px Verdana;
	color:#FFFFFF;
	background:url(graf/h1.gif) no-repeat;
	padding:0 0 15px 30px;
	margin:0 0 22px 10px; 
}
h3{
	font:bold 11px Verdana;
	color:#FDD018;
	background:url(graf/h3.gif) no-repeat;
	padding:4px 0 15px 28px;
	margin:0 0 22px 10px;
	text-transform:uppercase;
}



#contenedor{
	width:936px;
	margin:0 auto;
	padding:0 15px 26px 18px;
	background:url(graf/fondo-gral.gif) repeat-x #1B1A16;
}
#botonera{
	margin:0 0 10px 0;
	font:bold 10px verdana;
	color:#333333;
}
#botonera a{
	margin:0 2px 10px 2px;
	color:#1B1A17;
	background:url(graf/btn-over.gif) no-repeat;
	text-align:center;
	width:149px;
	padding:5px 0 10px 0;
	display:inline-block;
}
#botonera a:hover{
	color:#F6BD1E;
	background-position:0 -34px;
}

#pie{
	width:919px;
	height:32px;
	margin:0 auto;
	padding:14px 15px 10px 35px;
	background:url(graf/fondo-pie.gif) repeat-x;
	font:11px Arial;
	color:#FBED24;
}
#firma{
	width:919px;
	height:32px;
	margin:0 auto;
	padding:0 136px 10px 35px;
	text-align:right;
}
#firma a{
	font:11px Arial;
	color:#959492;
}

.columnas{
	width:250px;
	margin:10px 10px 10px 20px;
	float:left;
}
.columnas img{
	border:1px solid #333333;
	padding:4px;
	margin:5px 0 0 0;
}
.columnas ul{
	margin-left:25px;
}