@charset "utf-8";
/* CSS Document */




body {
	/*background-image: url(imag/fd.jpg);*/
}
 


a:link {

	color: #666;

	text-decoration: none;
	cursor:pointer;

}

a:visited {

	text-decoration: none;

	color: #666;

}

a:hover {

	text-decoration: underline;

	color: #2697c6;

}
#inicio{
	width:90%;
	margin-left:60px;
}
#general{
	width:1000px;
	min-height:600px;
	text-align:center;
	margin:0 auto 0 auto;
}
#contenidos{
	width:800px;
	min-height:400px;
	text-align:center;
}
#separador{
	width:800px;
	height:31px;
	text-align:RIGHT;
}
#link{

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-align:left;
	padding-left:10px;
}

