@charset "utf-8";
html, body, #holdall { height:100%; }
body { margin:0; padding:0; overflow:hidden; }
#contenedor {
	width: 780px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #a6a6a6;
}
#encabezado {
	background-color: #000000;
	height: 53px;
	width: 750px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #a6a6a6;
	background-image: url(../images/logo_bl.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav_pp {
	width: 312px;
	position: relative;
	float: right;
	margin-top: 2px;
	font-size: 1em;
	margin-right: 17px;
}
#nav_txt {
	background-color: #000000;
	width: 307px;
	height: 17px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 0.6em;
	padding-top: 5px;
	padding-right: 5px;
}


#pie {
	height: 20px;
	width: 750px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	font-size: 0.8em;
}
#contenido {
	background-color: #000000;
	width: 725px;
	margin-left: 15px;
	border: 1px solid #a6a6a6;
	padding-left: 25px;
}

#nav {
	border: 1px solid #a6a6a6;
	list-style-type: none;
	background-color: #242424;
	height: 17px;
	width: 312px;
	font-size: 0.9em;
}
#nav ul{
	list-style-type: none;
}
#nav li{
	float: left;
	position: relative;
	text-align: center;
	height: 15px;
	width: 104px;
	display: block;
}
#nav li a:link{
	color: #a6a6a6;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 104px;
}
#nav li a:visited{
	color: #a6a6a6;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 104px;

}
#nav li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	height: 15px;
	width: 104px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd1f26;}
#nav li a:active{
	color: #a6a6a6;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 104px;

}
#nav_sec {
	width: 700px;
	background-color: #262626;
}
ul#nav2{
	padding-left: 15px;
	font-size: 0.8em;
	height: 23px;
}
ul#nav2 li{
	position: relative;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 2px;
	color: #FFFFFF;
	}
ul#nav2 li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav2 li a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
ul#nav2 li a:hover{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd1f26;
	text-decoration: none;
	}
ul#nav2 li a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#nav3{
	font-size: 0.8em;
	height: 95px;
}
ul#nav3{
	margin-left: 16px;
	
	}
ul#nav3 li{
	position: relative;
	float: left;
	margin-top: 2px;
	color: #FFFFFF;
	margin-right: 19px;
	clear: right;
	}
ul#nav3 li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav3 li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav3 li a:hover{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd1f26;
	text-decoration: none;
}
ul#nav3 li a:active{
	color: #FFFFFF;
	text-decoration: none;
}

ul#subnav3 {
	list-style-type: none;
	text-decoration: none;
	}
ul#subnav3 li{
	float: none;
	list-style-type: none;
	text-decoration: none;
	color: #a6a6a6;
	display: block;
	margin: 0px;
	}
	
ul#subnav3 li a:link{
	list-style-type: none;
	color: #a6a6a6;
	text-decoration: none;
	}


ul#subnav3 li a:visited{
	list-style-type: none;
	color: #a6a6a6;
	text-decoration: none;
	}
	
ul#subnav3 li a:hover{
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	}
	
ul#subnav3 li a:active{
	list-style-type: none;
	color: #a6a6a6;
	text-decoration: none;
	}
	
.contenedor_cont {
	width: 700px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.caja_cont {
	width: 514px;
	padding-bottom: 30px;
}
.caja_datos {
	color: #a6a6a6;
}
.col_derecha {
	float: right;
	width: 186px;
	position: relative;
}
.btnsubir {
	float: right;
	width: 46px;
	position: static;
	top: 100px;
	border: 1px solid #999999;
	display: block;
	background-color: #000000;
	margin-right: 40px;
	padding: 2px;
	height: 14px;
	background-image: url(../images/interface/flecha_sub.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.btnsubir a:link {
	text-decoration: none;
	
}
.btnsubir a:visited{
	text-decoration: none;
	
}
.btnsubir a:hover{
	text-decoration: none;
	color: #999999;
	
	
}
.btnsubir a:active{
	text-decoration: none;
	
}
.centradormargen {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.centradormargenIzq {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
}
.centradormargenIzq img {
	padding-bottom: 10px;
	
}
.miniatura {
	height: 57px;
	width: 57px;
	padding: 6px;
	border: 1px solid #a6a6a6;
	float: left;
	position: relative;
}
.mini_txt {
	width: 155px;
	float: right;
	padding-top: 25px;
	font-size: 0.8em;
}

.mini_caja {
	width: 242px;
	float: left;
	position: static;
	margin-right: 5px;
	margin-bottom: 20px;
	height: 77px;
	text-align: left;
	margin-top: 20px;
}
hr {
	clear: both;
	visibility: hidden;
}
.mediana {
	height: 150px;
	width: 150px;
	padding: 10px;
	border: 1px solid #a6a6a6;
	position: relative;
	margin-left: 6px;
}
.caja_cont1a {
	width: 200px;
	/*height: 300px;*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	/*background-color: #141414;*/
}
.col_derecha1a {
	float: right;
	width: 40px;
	position: relative;
	/*height: 200px;*/
	padding: 5px;
	/*background-color: #141414;*/
}
.col_derecha1b {
	float: right;
	width: 425px;
	position: relative;
	/*height: 200px;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #141414;
}
.centrador {
	text-align: center;
}
.der {
	text-align: right;
}
.izq {
	text-align: left;
}

.caja_cont2a {
	padding-bottom: 30px;
	background-color: #000000;
}
.col_derecha2a {
	float: right;
	width: 350px;
	position: relative;
	background-color: #000000;
	height: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contenedor_cont2 {
	width: 700px;
	background-color: #666666;
}
.contenedor_cont3 {
	width: 700px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #141414;
}
.saltoregla{
	background:#666666;
	height:2px;
	margin-top:55px;
	width:700px;
}
.barrac{
	/*background:#666666;*/
	height:2px;
	/*margin-top:55px;*/
	width:700px;
}