/* CSS Document */

body{
	margin:0px;
	text-align:center;
}


/****  ESTRUCTURA  ****/


table{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	background:url(contenido.jpg) center bottom no-repeat;	
	background-color:#7fbef3;		
}

.lado_izq{
	position:relative;
	background:url(imagen_izq.jpg) bottom right repeat-x;
	/*background-color:#eee;*/
}


.bloque_contenido{
	position:relative;
	vertical-align:bottom;
	font:9pt tahoma, verdana, sans-serif;	
	color:#000;	
	line-height:15px;
	background:url(cuerda_sup.jpg) top left no-repeat;	
}

.lado_dcha{
	position:relative;
	background:url(imagen_dcha.jpg) bottom left repeat-x;
	/*background-color:red;*/
}


/****  ESTILOS GENERALES  ****/

.general{
	position:absolute;
	/*float:left;*/
	width:880px;
	height:544px;
	padding-left:200px;
	
		
	/*filter: alpha(opacity=80);
	opacity: .4;
	-moz-opacity:0.4;	
	background-color:blue;*/
}

.contenido{
	position:relative;
	float:left;
	width:880px;
	height:544px;
}

.contenido_izq{
	position:relative;
	float:left;
	width:360px;
	height:480px;
	padding-left:10px;
}

.menu{
	position:relative;
	float:left;
	width:330px;
	height:375px;
}

.datos{
	position:relative;
	float:left;
	width:165px;
	left:110px;
	line-height:18px;
	padding-top:2px;
	font:10pt tahoma, verdana, sans-serif;	
	color:#0f277d;		
}

.contenido_dcha{
	position:relative;
	float:left;
	width:425px;
	height:430px;
	top:10px;

.png{behavior:url("css/pngbehavior.htc");}
	
	/*filter: alpha(opacity=50);
	opacity: .4;
	-moz-opacity:0.4;	
	background-color:blue;*/
}


/**** L I N K S  *****/

/*
A.correo, A.correo:visited, A.correo:active, A.correo:focus{
	text-transform:lowercase;
	font:9pt tahoma, verdana, sans-serif;	
	color:#000;	
	text-decoration:none;
	color:#333;
}

A.correo:hover{
	color:white;
}*/

/**** E S T I L O S  *****/




/**** Créditos de SGA ****

.creditos{
	position: absolute;
	z-index:20px;
	width:770px;
	text-align:right;
	background-color:yellow;
}*/

.marron{
	font-family: Verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#eed81c;
}