#grande{
	width: 740px;
	height: 300px;
	font-family:"Lucida Grande", verdana, sans-serif;
	text-align: center;
	border: 1px solid #CCC;
	overflow: hidden;
}
#mini{
	font-family:"Lucida Grande", verdana, sans-serif;
	text-align: center;
	border: 1px solid #CCC;
	float: left;
	margin: 10px;
}
#informacion {
	width: 950px;
	height:500px;
}
#informacion a{
	border: 2px solid #FFF;
	margin: 5px 2px 5px;

}

#informacion a:hover{
	border: 2px solid #C9C9C9;
	margin: 0px 2px 10px;
}

#informacion a img{
	float: left;
	margin: 0px 20px;
	*margin: 0px;
}

h1	{	font-weight:bold;	font-size:30px; font-family: "Gill Sans MT","Lucida Sans"; color: #D1051E; margin: 30px 50px;}

#texto{
	font-family: "Gill Sans MT","Lucida Sans";
	color: #d4021d;
	font-weight: bold;
	font-size: 40px;
	/*height: 50px;*/
	float: left;
	margin: 0px auto;
	border: 1px solid #F00;
}
* html #texto{
	top: 390px;
	left: 0px;
	margin: 0px auto 0px auto;

}
