@CHARSET "UTF-8";
*{
	margin:0;
	padding:0;
}

body{
	background-color:#333333;/*Color de fondo del body*/
	font-family: "Trebuchet MS";
	padding:0;
	margin:0;
	text-align:center;
}

.link_img{
	border:none;
	margin-left:5px;
}
#main{
	width:1030px;
	margin:0 auto;
}
#contenedor{
	background-color:#282828;
	width:1008px;
	height:auto;
	float:left;
	text-align:center;
	padding:29px 20px 18px 20px;
}

#header{
	background-image:url("../images/header2.png");
	background-repeat:no-repeat;
	background-position:center;
	width:1008px;
	height:227px;
	float:left;
}

.enlaces{
	color:#808080;
	margin-top:85px;
	height:106px;
}

.enlaces ul{
	font-size:8pt;
	width:125px;
	margin:0 auto;
	text-align:left;
}

.enlaces ul li{
	border-top:1px solid silver;
	height:24px;
	vertical-align:middle;
	padding-top:11px;
	padding-right:0;
	list-style:none;
	text-align:right;
}

.enlaces ul li.ultimo{
	border-bottom:1px solid silver;
	height:24px;
	vertical-align:middle;
	padding-top:11px;
	padding-right:0;
	list-style:none;
	text-align:right;
}

.enlaces ul li a{
	color:#808080;
	text-decoration:none;
}

.enlaces ul li a:hover{
	color:#F34043;
	text-decoration:none;
	font-size:8.5pt;
}


#buttons_bar{
	padding:5px 0;
	background-color:transparent;
	height:32px;
	float:left;
	width:1000px;
}


#wrapper{
	float:left;
	width:1010px;
}


#main_content_middle{
	width:auto;
	float:left;
}
#main_content_right{
	float:left;
}



.box_ficha{
	width:179px;
	height:399px;
	background-color:white;
	text-align:center;
	border:1px solid silver;
}


#footer{
	height:214px;
	width:100%;
	background-color:#464646;
	padding-top:20px;
	padding-left:110px;
	float:left;
}

#credits{
	text-align:right;
	color:#fff;
	font-size:11px;
	padding: 5px 150px 5px 0;
	vertical-align:middle;
}
