/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;
	margin:0px;	
	padding:0px;	
	text-align:center;
	background:url(fondo.jpg) center top no-repeat;
	background-color:#00223e;
}


.general{
	position: relative;
	margin:auto;
	padding-top:30px;	
	width:1004px;
	height:726px;
	font: 9pt Arial, sans-serif;
	color:#eee;		
	background:url(fondo.jpg) center top no-repeat;
	/*border-bottom :1px solid orange;*/
}


.cabecero{
	position: relative;
	float:left;
	width:697px;
	height:114px;
	text-align:right;
}

.menu{
	position: relative;
	float:left;
	width:334px;
	height:612px;
	/*background-color:red;*/
}

.contenido{
	position: relative;
	float:left;	
	width:340px;
	height:612px;
	left:-17px;
	text-align:right;
	font: 18px Georgia, verdana, sans-serif;
	color:#fff;
}

.agua{
	position: relative;
	float:left;	
	width:100%;
	height:450px;	
}


/*
#orilla{
	position: absolute;
	z-index:500px;	
	width:100%;
	height:103px;	
	top:660px;
	left:0px;
}*/


/****  E S T I L O S  *****/

.titulo_g{
	font: 13pt arial,sans-serif;
	color:#777;
	font-weight:bold;
}

.titulo_c{
	font: 15px arial,sans-serif;
	color:#fff;
	font-weight:bold;
	margin-left:-140px;
}

.txt_amarillo{
	font: 10pt arial,sans-serif;
	color:#D2AF00;
	font-weight:bold;
}

.blanco{
	font: 9Pt arial,sans-serif;
	color:#eee;
	font-weight:bold;
}

/**** Enlaces ****/

a.link_navegador, a.link_navegador:visited, a.link_navegador:active, a.link_navegador:focus{
	position:relative;
	float:left;
	padding:5px;
	left:10px;
}

a.link_navegador:hover{
	margin-left:10px;
}

/**** Créditos de SGA ****/

.firma {
	position: absolute;
	z-index:150px;
	left:0px;
	bottom:0px;
	font-size: 9px;
	color: #777;
	text-align: right;
	letter-spacing:1px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


.png{behavior:url("css/pngbehavior.htc");}

