@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}
p {
	margin-top: 10px;
}
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
    outline:0;
}

#cabecera {
	float: none;
	height: 136px;
	width: 100%;
	background-color: #111414;
	background-image: url(../img/fondo_ca.jpg);
	background-repeat: repeat-x;
}
#cabecera2 {
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	width: 150px;
	padding-top: 15px;
	float: left;
}
#menu_sup {
	float: left;
	margin-top: 25px;
	text-align: left;
	clear: right;
}
#eslogan {
	text-align: left;
	margin-top: 90px;
	margin-left: 175px;
	float: right;
}

#pie2 li {
	display: inline;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 15px;
}
#pie {
	height: 43px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
	background-image: url(../img/fondo_pie.jpg);
	background-repeat: repeat-x;
	text-align: right;
	width: 1024px;
	position: static;
}
#pie2 {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 14px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#pie2 li a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 100;
	font-size: 85%;
	width: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	background-image: url(img/linea_pie.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#pie2 li a:hover {
	color: #669E00;
}
#pie img {
	float: right;
	margin: 0px;
	padding: 0px;
}
#cuerpo2 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	color: #666666;
	clear: both;
	position: static;
}
#contenido1 {
	margin: 0px;
	background-image: url(../img/fondo1.png);
	background-repeat: no-repeat;
	padding-top: 115px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: left;
}
#titulo1 {
}
#texto {
	margin-top: 15px;
	width: 230px;
	color: #B8B8B8;
	font-size: 76%;
	text-align: justify;
	line-height: 115%;
	float: left;
	margin-bottom: 10px;
}

#texto2 {
	margin-top: 15px;
	width: 230px;
	color: #B8B8B8;
	font-size: 76%;
	text-align: justify;
	line-height: 115%;
	float: left;
	margin-left: 30px;
}

#cuerpo {
	background-color: #030504;
	background-image: url(img/fondo_cu.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
.marginiz {
	margin-left: 15px;
}
#menu_sup_de {
	float: right;
	text-align: right;
	margin-top: 25px;
	font-weight: bold;
}
#menu_sup_de a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
#menu_sup_de a:hover {
	text-decoration: underline;
}


