a img {border:none;}
.link-titulo:hover {
	COLOR: #ff0000}
.link-titulo {
	COLOR: #000000; TEXT-DECORATION: none;FONT-family:verdana,arial,times new roman;font-size:12pt
}
.titulo{font-family:verdana;font-size:16pt; color: #900; padding:5px;}
.parrafo{font-family:verdana;font-size:13pt; color:#036; padding:6px;}
.link:hover {
	COLOR: #ff0000}
.link {
	COLOR:#666666 ; TEXT-DECORATION: none;FONT-family:verdana,arial,times new roman;font-size:7pt
}

.tituloh1{font-family:verdana;font-size:60px; color:#ff0000}
.titulo2{font-family:verdana;font-size:30px; color:#000000}
.titulo22{font-family:verdana;font-size:15px; color:#000000}
.tituloh2{font-family:verdana;font-size:30px; color:#000}
.divespecial{  position: relative;
      width: 100%;
      height: auto; background:#222;
      box-sizing: border-box;
      padding: 30px;
      color: #fff;
      margin-bottom: 100px;
	}
	.divespecial:after{ position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: inherit;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top right;
      transform: skewY(-4deg);}
	  
	  .divespecial2{  position: relative;
      width: 100%;
      height: auto; background: #C30;
      box-sizing: border-box;
      padding: 30px;
      color: #fff;
      margin-bottom: 100px;
	}
	.divespecial2:after{ position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: inherit;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top right;
      transform: skewY(-4deg);}
	  
	   .divespecial3{  position: relative;
      width: 100%;
      height: 200px; background: #C30;
      box-sizing: border-box;
      padding: 30px;
      color: #fff;
      margin-bottom: 100px; float:left; margin-top:70px; text-align:center;
	}
	.divespecial3:after{ position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: inherit;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top left;
      transform: skewY(-4deg);}
	 #wrapper {width:100%;margin:0 auto; } 

.caja { float:left; width:32%; padding:5px 5px 5px 5px; }
.caja2 { float:left; width:46%; padding:5px 5px 5px 5px; }
.divcolor{ width:100%; background-color:#333; height:300px; float:left;}
	.divcolor2{ background-color:#CCC;} 
	  
	  @media (max-width: 860px) {
   .tituloh1{font-size:30px;}
   .tituloh2{font-size:15px;}
    .titulo2{font-size:20px;}
	.caja { width:100%; }
}