@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
	background-image:url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 0px;
	margin-bottom: auto;
}
#header {
	width: 970px;
	height: 24px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	padding-top: 121px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding-right: 10px;
}
#menulateral {
	float: left;
	width: 165px;
	padding-left: 5px;

}
#contenido {
	float: right;
	width: 780px;
	padding-right: 10px;
	padding-top: 4px;
}
#pie {
	width: 710px;
	clear: both;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(images/base.jpg);
	height: 40px;
	padding-left: 270px;
	padding-top: 85px;

}
.enlaces {

}
.enlaces a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.enlaces a:active, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#creditos {
	width: 970px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;

}
.creditos {
	
}
.creditos a, a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.creditos a:active, a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.cuadrodelimitador {
	border: 2px solid #999999;
}
