img{border: 0px;}

h1{
	clear:both;
	text-align: left; 
	padding: 10px; 
	border-bottom: 5px groove #EEEEEE;
	border-top: 5px solid white;	 
	color: #BB0033;
}

div.cuadro{
 width: 180px;
 height: 250px;
 float: left;
 margin: 5px;
 -moz-border-radius: 10px;
 background-color: #A4C9E4;
 border: 1px solid white;
}


div.destacado{
 width: 98%; 
 height: 260px;
 border: 1px solid #BB0033; 
 text-align: center;
}
div.destacado div.imagen { 
 text-align: center;
}

div.destacado div.imagen ul{ 
 list-style: none;
 padding-left: 5px;
 margin: 0;
 width: 100%;
 text-align: center;
}
div.destacado div.imagen ul li{  
 display: block;
 float: left;
 padding-left:20px;
 background-repeat: no-repeat;
 width: 30%;
  
}

div.destacado div.imagen ul li a{  
 color: white;
 font-weight: bold;
 font-size: 11px;  
 text-decoration: none;
}

div.destacado div.imagen ul li a:hover{  
	color: #BB0033;
}


div.titulo{
 color: #BB0033;
 height:50px;
 padding:0px;
 font-size: 12px;
 text-align: center;
 -moz-border-radius: 10px 10px 0px 0px;
 border-bottom: 1px solid  #BB0033;
 background-color: white;
 margin:4px;
}

div.titulo div{
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 180px;
}




div.imagen{ 
 height:150px;
 text-align: center;
 vertical-align:middle;
 padding: 5px; 
}



div.descargas{ 
 height:20px;
 font-size: 11px;
 border-top: 1px solid  #BB0033;
 padding-top: 5px;
 text-align: center;
}


div.descargas a{
 background-image: url("../img/ico/download.png");
 background-repeat: no-repeat;
 padding-left: 18px; 
 color: white;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
 margin-left: 10px;
}

div.descargas a:hover{  
color: #BB0033;
}
	


