BODY{
	margin:0px;
	font:8pt verdana,tahoma, sans-serif;
	color:#000;
	text-align:center;
	background-color:black;	
}

.fondo{
	margin-top:285px;
}

.general{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	text-align:center;
	/*background-color:blue;*/
}

.contenedor{
	position:relative;
	margin:auto;
	width:794px;
	height:680px;
	margin-top:-510px;
	/*background-color:#eee;*/
}

.cabecero{
	position:relative;
	float:left;
	width:794px;
	height:140px;
	background:url(logo.jpg) left center no-repeat;
	cursor:hand;
	/*background-color:red;*/
}

.cuerpo{
	position:absolute;
	top:140px;
	left:0px;
	width:794px;
	height:484px;
}

.fondo_empresa{
	position:relative;
	float:left;
	width:744px;
	height:484px;
	left:25px;
	/*background-color:red;*/
}

.contenido_cuerpo{
	position:relative;
	float:left;
	width:732px;
	height:471px;
	padding-left:12px;
	text-align:left;
	/*background-color:yellow;
	filter: alpha(opacity=50);
	opacity: .4;*/
}

.menu{
	position:relative;
	float:left;
	width:732px;
	height:85px;
	padding-left:6px;
}

.boton_general{
	position:relative;
	float:left;
	width:180px;
	height:85px;
	text-align:center;
	
	/*background-color:green;
	filter: alpha(opacity=50);
	opacity: .4;*/	
}

.png {behavior:url("css/pngbehavior.html");}

/*  PIEEEEEEEEEEEEEEE  */

.pie{
	position:relative;
	float:left;
	width:794px;
	height:46px;
	padding-top:10px;
	text-align:center;
	font:8pt verdana,tahoma, sans-serif;
	color:#fff;	
	line-height:16px;
	/*background-color:yellow;
	filter: alpha(opacity=50);
	opacity: .4;*/
}

/*  estilo TIPOGRAFÍAS y links  */

.titulo_seccion{
	position:relative;
	float:left;
	color:#222;
	font-family:verdana,tahoma, sans-serif;
	font-size:11pt;
	/*border-bottom:1px dotted #555;*/
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.titulo{
	position:relative;
	float:left;
	color:#000;
	font-family:verdana,tahoma, sans-serif;
	font-size:9pt;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

a.negro, a.negro:visited, a.negro:active, a.negro:focus{
	position:relative;
	color:#000;
	font-family:tahoma, sans-serif;
	font-size:8pt;
	text-decoration:none;
}

a.negro:hover{
	color:#fff;
}

/***** Créditos de SGA ******/

.creditos {
	position: relative;
	float:center;
	top:10px;
	font:10px Verdana, Helvetica, Arial, sans-serif;
	color: #ccc;
	text-decoration: none;
	font-weight:bold;
	/*background-color:yellow;*/
}

