body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFF;
}

a {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/* CONTENEDOR */

#contenedor {
	width:850px;
	margin:auto;
	display:table;
}

/* HEADER */

#header {
	width:850px;
	margin:auto;
}

#empresa {
	font-size:25px;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	margin-left:30px;
	float:left;
}

#hsecciones {
	background-image:url(fdo_secciones.jpg);
	background-repeat:no-repeat;
	width:850px;
	float:left;
}

/* SECCIONES */

#secciones {
	float:right;
	margin-top:20px;
	margin-right:30px;
}

#botonsecciones {
	width:90px;
	height:25px;
	float:left;
	text-align:center;
	margin-left:10px;
}

#botonsecciones a{
	color:#FFF;
	width:90px;
	height:25px;
	text-decoration:none;
	display:block;
	padding-top:10px;
}

#botonsecciones a:hover {
	color:#FFF;
	text-decoration:underline;
}

#conthflash {
	width:800px;
	float:left;
	padding:25px;
}

#hflash {
	width:800px;
	height:230px;
	float:right;
}

/* CONTENIDO */

#cuerpo{
	width:800px;
	float:left;
	padding-left:25px;
	padding-right:25px;
}

#menu {
	width:230px;
	float:left;
	margin-top:20px;
	display:block;
}

#menu .boton {
	width:240px;
	height:60px;
}


#contenido {
	width:560px;
	float:right;
	margin-right:10px;
}

#top {
	background-image:url(top_txt.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:560px;
	height:24px;
	float:right;
}

#middle {
	background-image:url(fdo_txt.jpg);
	background-position:right;
	background-repeat: repeat-y;
	width:560px;
	float:right;
}


#titulo{
	width:550px;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	border-bottom: 1px solid #FFF;
}

#texto {
	line-height:16px;
	color: #CCCCCC;
	width:550px;
	float:left;
	text-align:justify;
}

#texto img {
	margin-left:15px;
	margin-bottom:15px;
}

#bottom {
	background-image:url(bottom_txt.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:560px;
	height:24px;
	float:right;
}

/* FOOTER - For footnotes and copyright notices. */

#pie {
	text-align:center;
	padding-top:17px;
	float:right;
	height:50px;
	width:100%;
}
