@charset "utf-8";
/*  */
/* Author: Roberto Villa Tumoine */
/* Implementacion sitio Dagal */
/*  */
/* Agosto 2012 */
/*  */
.cajax4 { 
     width:22%;
	 min-width:240px; 
     height:155px;
     margin:0.25%;
	  float:left;
    -webkit-box-shadow:rgba(0,0,0,.60) 0 1px 3px;
       -moz-box-shadow:rgba(0,0,0,.60) 0 1px 3px;
         box-shadow:rgba(0,0,0,.60) 0 1px 3px;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px; 
}
.cajax4 h3 { 
    margin-top:15px;
	margin-bottom:10px;
    text-align:center;
         color:#595959;
	 font-size:12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	 cursor:default;
}
.cajax4 p {
	color:#666;
	text-align:left;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px 8px 0px 0px;
	user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	 cursor:default;
}
.cajax4 img {
  margin:5px 10px 10px 12px;
  float:left;
}
.cajax4 .liga { text-align:right; margin-top:10px;   }
.cajax4 .liga a {
        color: #828282;
    font-size: 12px;	
       cursor:pointer;
	   margin-right:20px;
}
.cajax4 a:hover { color:#000; text-decoration:none; }
.cajax4:hover { 
	-webkit-transition: background-color 0.4s ease-in-out;
            transition: background-color 0.4s ease-in-out;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
	background:#f0f0f0;
    background:-moz-linear-gradient(top,rgba(249,249,249,1)50%,rgba(208,208,208,1)100%);
	background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,rgba(249,249,249,1)),color-stop(100%,rgba(208,208,208,1)));
	background:-webkit-linear-gradient(top,rgba(249,249,249,1)50%,rgba(208,208,208,1)100%);
	background:-o-linear-gradient(top,rgba(249,249,249,1)50%,rgba(208,208,208,1)100%);
	background:-ms-linear-gradient(top,rgba(249,249,249,1)50%,rgba(208,208,208,1)100%);
	background:linear-gradient(top,rgba(249,249,249,1)50%,rgba(208,208,208,1)100%);	
}
.cajax4 a:active, a:visited {
    color: #828282;
  outline: none;
   border: none;
}
.divfix {
	clear:both;
	}