body {
	/*background-attachment: fixed;*/
	background-color: #FFFFFF;
	background-image: url(../img/fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body, td, th {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	color:#FFFFFF;
	text-align:justify;
}
/******************* BOTONES ***********************/
.botonera {
	padding-top: 14px;
}
#galeria {
	position:absolute;
	top:230px;
	left:295px;
	width:90px;
	height: 90px;
	visibility:hidden;
}
a.botonesGaleria:link, a.botonesGaleria:visited, a.botonesGaleria:active {
	text-decoration:none;
	color:#000000;
}
a.botonesGaleria:hover{
	text-decoration:none;
	color:#CC0000;
}
/******************* ENLACES SECCIÓN LINKS ***********************/
a:link, a:visited, a:active {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:none;
	color:#FE0000;
}
/******************* TEXTOS SECCIÓN STAFF ***********************/
.staff{
	font-size:10px;
	text-align:left;
}
/******************* ENLACES GALERÍA ***********************/
a.ampliar:link, a.ampliar:visited, a.ampliar:active,a.ampliar:hover {
	text-decoration:none;
	color:#FE0000;
}
/******************* PANEL EQUIPO SDMS SECCIÓN PRESENTACIÓN ***********************/
#equipo {
	position:absolute;
	left:418px;
	top:467px;
	width:253px;
	height:135px;
	z-index:1;
	background-color: #000000;
	visibility:hidden;
	border:#FE0000 1px solid;
}

