body {
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
}

body,p{
	font-family: Ms Sans Serif, Verdana, Arial, Helvetica;
}
a {
	color: #339900;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}

/* CONTENEDOR */

#contenedor {
	width:960px;
	margin:auto;
	display:table;
}

/* HEADER */

#header {
	width:960px;
	height:30px;
	float:left;
}

#foto {
	width:960px;
	height:240px;
	float:left;
	margin-top:5px;
}

/* LOGO & TITULO */

#logo {
	width:75px;
	height:75px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#empresa {
	font-size:25px;
	font-weight:bold;
	color:#000000;
	margin-top:30px;
	margin-left:25px;
	float:left;
}

/* MENUS */

#secciones {
	float:right;
	margin-right:12px;
	margin-top:8px;
}

#botonsecciones {
	font-size:12px;
	text-decoration:none;
	width:80px;
	height:15px;
	float:left;
	text-align:right;
}
#botonsecciones a{
	color: #FFFFFF;
}

#botonsecciones a:hover{
	color: #FF0000;
}

#menu {
	background-image:url(botonera.png);
	width:960px;
	margin:auto;
	text-align:center;
	margin-top:10px;
}

#menu .boton {
	width:160px;
	height:60px;
	margin:auto;
}

/* CONTENT - The main content area. */

#cuerpo{
	background-color: #ffffff;
	width:960px;
	float:left;
	margin-top:290px;
/*	opacity: .70;
	filter: alpha(opacity=70);
	mozopacity: 70;
*/	}

#contenido {
	background-image:url(fondocontenido.png);
	float:left;
	width:940px;
	padding: 10px 10px 10px 10px;
}

#titulo{
	width:940px;
	font-size:25px;
	color: #339900;
  	font-weight:bold;
	float:left;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom: 1px solid #339900 ;
}

#texto {
	font-size:14px;
	color: #666666;
	width:940px;
	margin:auto;
	float:left;
	text-align:justify;
}

#texto img {
	margin-left:15px;
	margin-bottom:15px;
}

/* FOOTER - For footnotes and copyright notices. */

#pie {
	background-color:#9b9b9b;
	width:960px;;
	height:50px;
	margin:auto;
	margin-top:5px;
	float:right;
}

#piedatos {
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:17px;
}

#piedatos a {
	color: #000000;
}

#piedatos a:hover {
	color: #FF0000;
}