/* CSS Document */

body{
	margin:0px 0px 0px 0px;
}
#marco{
	width:801px;
	height:608px;
	margin:auto;
	margin-top:30px;
	text-align:center;
	background-image:url(../img/imgHome.jpg);
	background-repeat:no-repeat;	
}
#opciones{
	width:526px;
	height:380px;
	display:block;
	float:left;
	margin-left:0px;
	margin-top:230px;
}
#informes{
	width:198px;
	height:400px;
	float:right;
	margin-top:215px;
	margin-left:10px;
	display:block;
	text-align:justify;
}
.texto{
	font-family:"Trebuchet MS", Helvetica, sans-serif, Arial;
	font-size:12px;
	color:#FFFFFF;
}
.enlace{
	text-decoration:none;
	color:#FFFFFF;
}
.enlace:hover{
	text-decoration:none;
	color:#FFCC00;

}