/* CSS Document  VERSIÓN*/

body{	 
	text-align:			center;
	margin:				5px;
	background-color:	#E1E1E1;
	font-family:		Verdana,  Arial, Helvetica, sans-serif,;
	font-weight:		normal;
	

}
p{
	margin:				0px;
}


a, a:visited, a:link{
	color: black;
}

a:hover{
	color: gray;
}

h2{
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}

.espaciado_extra{
	margin-top:				10px;
}
.bold{
	font-size:				12px;
	font-weight:			bold;
}
.espaciadoextrabold{
	margin-top:				10px;
	font-size:				12px;
	font-weight:			bold;
}

/*************************************************************************/
/*************************************************************************/
#contenedor{
	position:				relative;
	margin:					auto;
	text-align:				left;
	width:					800px;
	background-image:		url(../imagenes/fondo.jpg);
	background-repeat:		no-repeat;
	background-color:		#FFFFFF;
	font-size:			    11px;
	border:					2px solid #000000;
	
}
#contenido{
	position:				relative;
	margin-top:				15px;
	margin-left:			210px;
}

#div_inicio_img{
	height:					470px;
	width:					590px;
	
	
		
}

/*************************************************************************/
/***************************MENU******************************************/

#menu{
	position: 				absolute;
	left: 					11px;
	top: 					145px;
	font-family:			Helvetica,Arial, sans-serif;
	font-weight:			bold;
	font-size:				20px;
	width:					190px;
	text-align:				center;
	height:					270px;
	
}
#menu a:visited, #menu a:link{
	color: 					#FFFFFF;
	text-decoration:		none;
}

#menu a:hover{
	color: 					#2e392e;
}


#menu_sel a:visited, #menu_sel a:link, #menu_sel a:hover{
	color: 				#2e392e;
}


#ul_menu{
	list-style: 			none;
	margin: 				0px;
	padding:		 		0px;
}

#ul_menu li{
	margin-bottom:			22px;
	
}

/*************************************************************************/
/***************************Borde blanco**********************************/

#cuadro_sup{
	background-image:			url(../imagenes/cuadro_sup.gif);
	background-repeat:			no-repeat;
	height:						15px;
}
#cuadro_med{
	background-image:			url(../imagenes/cuadro_med.gif);
	background-repeat:			repeat-y;
	
}
#cuadro_inf{
	background-image:			url(../imagenes/cuadro_inf.gif);
	background-repeat:			no-repeat;
	height:						15px;
	
}



/***************************DISEÑA:ICON GRAFICO **************************/

#disenio{
	margin:					auto;
	text-align: right;
	width: 800px;
	font-family: Verdana;
	font-size: 12px;
}


