@import url("reset.css");
html, body {
	height: 100%;
	width: 100%;	
}


body {
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 17px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.pagina {
	width: 1024px;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -512px;

}

#superior {
	width: 1024px;
	position: relative;
}

#superior #superior01 {
	background-image: url(imagenes/superior01.jpg);
	height: 24px;
	width: 100%;
}
#superior #superior02 {
	background-image: url(imagenes/superior02.jpg);
	height: 160px;
	width: 100%;
}
#superior #superior02 a#home {
	display: block;
	height: 100%;
	width: 100%;	
}
#superior #superior03 {
	background-image: url(imagenes/superior03.jpg);
	height: 91px;
	width: 100%;
}
#superior #botonera {
	background-image: url(imagenes/botonera_verde.jpg);
	height: 38px;
	width: 100%;
}
.pagina #superior #botonera a {
	font-size: 16px;
}

.pagina #superior #botonera td {
	padding-top: 10px;
	width: 170px;
}
.pagina #cuerpo {
	background-image: url(imagenes/cuerpo.jpg);
	background-repeat: no-repeat;
	min-height:300px;
	padding-top: 30px;
	padding-left: 30px;
}
.pagina #cuerpo p {

	margin-bottom: 10px;
}

.pagina#servicios #cuerpo p {
	margin-left: 20px;
	margin-bottom: 10px;
}



.pagina #pie {
	background-image: url(imagenes/pie.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	clear: both;
	margin-top: 30px;
}
.pagina #cuerpo h4 {
	font-size: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	background-image: url(imagenes/lista.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;
	color: #0066FF;
	border-bottom-color: #0066FF;
}
.pagina#servicios #cuerpo h4 {
	background-image: url(imagenes/lista_verde.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;
	color: #690;
	border-bottom-color: #690;
}


a {
	text-decoration: none;	
	color: #FFFFFF;
}
a#actual {
	
}
a:hover {
	color: #990000;
}
.pagina #cuerpo li {
	list-style-type: disc;
}
.pagina #cuerpo .izquierda {
	float: left;
	width: 460px;
}
.pagina #cuerpo .derecha  {
	float: right;
	width: 460px;
	margin-right: 20px;
	margin-bottom: 30px;
	
}
#index #cuerpo ul {
	padding-left: 20px;
}
#index #cuerpo li {
	font-size: 17px;
	color: #690;
	list-style-image: url(imagenes/lista_verde.gif);
	margin-bottom: 5px;
}

#empresa a#empresa, #contactar a#contactar, #servicios a#servicios {
	color: #000000;	
}
#contactar #cuerpo {
	
}
#contactar #cuerpo .informacion {
	border: 1px solid #0066FF;
	background-image: url(imagenes/fondoContactar.gif);
	width: 500px;
	padding: 20px;
	
	position: relative;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	/*margin-top: -100px;
	top: 50%;*/
	margin-top: 100px;
}

.noticias img {
	padding: 3px;
	float: right;
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.noticias#cuerpo {
	background-position: 0px -2px;
	margin-top: -15px;
}
.noticias#cuerpo {
	background-image: none;	
	font-size: 15px;
	min-height:0px;
}

.noticias strong.fecha {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.noticias strong.titulo {
	font-size: 21px;
	color: #0066FF;	
	padding-top: 10px;
	display: block;
}
.noticias a {
	color: #0066FF;
}
.noticias hr {	
	background-color: #0066FF;
}
.noticias h1 {
	font-size: 27px;
	color: #AD0A14;
	margin-bottom: 15px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.noticias .izquierda {
	border: 1px solid #0066FF;
	background-image: url(imagenes/fondoNoticias.gif);
	padding: 10px;
	margin-left: -10px;	
}
.noticias .derecha {
	border: 1px solid #0066FF;
	background-image: url(imagenes/fondoNoticias.gif);
	padding: 10px;
	margin-left: -10px;	
}

a#admin {
	position: relative;
	color: #B2011D;
	font-size: 13px;
	float: right;
	bottom: 25px;
	right: 35px;
}
