.TituloCuadro {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000066;
}
.textoCuadro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-indent: 20pt;
	border: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	page-break-before: 0;
	page-break-after: 0;
	white-space: normal;
	vertical-align: baseline;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	width: auto;
	height: auto;
}
.CuadroDIV {
	border: 0px solid;	
	border-radius: 5px;
	box-shadow: 4px 4px 2px #888888;
	background-color:#EEEEEE;
	padding:8px;
	cursor:pointer;
	margin: 8px;

    left: 50%;
   
	max-width: 200px;
	height: 190px;
	text-align:left;
	font-size: small;
	display:inline-block;

    text-decoration:none;
    
    vertical-align:top;/*ChangeSet#2*/
}
.link2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}