.tdmenu {min-height:60px;font-weight:bold;padding:7px;border:2px outset #333;border-radius:5px;width:33%;cursor: pointer;text-align:center; 
background: rgba(255,227,251,1);
background: -moz-linear-gradient(top, rgba(255,227,251,1) 0%, rgba(246,246,246,1) 47%, rgba(199,197,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,227,251,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(199,197,199,1)));
background: -webkit-linear-gradient(top, rgba(255,227,251,1) 0%, rgba(246,246,246,1) 47%, rgba(199,197,199,1) 100%);
background: -o-linear-gradient(top, rgba(255,227,251,1) 0%, rgba(246,246,246,1) 47%, rgba(199,197,199,1) 100%);
background: -ms-linear-gradient(top, rgba(255,227,251,1) 0%, rgba(246,246,246,1) 47%, rgba(199,197,199,1) 100%);
background: linear-gradient(to bottom, rgba(255,227,251,1) 0%, rgba(246,246,246,1) 47%, rgba(199,197,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3fb', endColorstr='#c7c5c7', GradientType=0 );
}
.tdmenu:hover{background: #ff9;color:#600;}
.tdmenu:link{color: #006; text-decoration: none}
.tdmenu a:hover{color: #006; text-decoration: none}
.tdmenu:visited{color: #006; text-decoration: none}
/*.tdmenu img{ float:left;margin-right:10px; width:60px;height:60px;}*/
.tdmenu img{float:left;margin-right:10px;width:130px;height:100px; vertical-align: middle;} //si se pone float left, no funciona el vertical-align
.brdM{border-width: 1px 2px 2px 1px;border-style: solid;border-color: #336;}
/*.alinearotulo{padding-top:40px;}*/
.alinearotulo{padding: 10% 1%;}
