	*{
		margin:0 auto;
	}
	
	body{background:#292929;}

	.wrapperAvisos{
		background-color: #cd0035;		
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cd0035), to(#680914));/* Safari 4-5, Chrome 1-9 */		
		background: -webkit-linear-gradient(top, #cd0035, #680914);/* Safari 5.1, Chrome 10+ */		
		background: -moz-linear-gradient(top, #cd0035, #680914);/* Firefox 3.6+ */		
		background: -ms-linear-gradient(top, #cd0035, #680914);/* IE 10 */		
		background: -o-linear-gradient(top, #cd0035, #680914);/* Opera 11.10+ */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cd0035, endColorstr=#680914)";/* IE 8-9 */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cd0035, endColorstr=#680914);/* IE 6-8 */
		height:70px;
		width:100%;	
	}
	
	.topAvisos{
		background-color: #cd0035;		
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cd0035), to(#680914));/* Safari 4-5, Chrome 1-9 */		
		background: -webkit-linear-gradient(top, #cd0035, #680914);/* Safari 5.1, Chrome 10+ */		
		background: -moz-linear-gradient(top, #cd0035, #680914);/* Firefox 3.6+ */		
		background: -ms-linear-gradient(top, #cd0035, #680914);/* IE 10 */		
		background: -o-linear-gradient(top, #cd0035, #680914);/* Opera 11.10+ */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cd0035, endColorstr=#680914)";/* IE 8-9 */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cd0035, endColorstr=#680914);/* IE 6-8 */
		height:70px;
		overflow:hidden;
		width:960px;
	}

	.topAvisos .ad{
			background:inherit;
			float:left;
			height:70px;
			text-align:left;
			width:440px;			
    }
    .topAvisos .ad img{
			vertical-align:middle;
    }
	.topAvisos .categorias{
			background:inherit;
			float:left;
			height:100%;			
			width:300px;	
    }		
    .topAvisos .categorias div{
			float:left;
			height:100%;
			margin:0;
			text-align:center;
			transition: background-color 0.4s ease;
			width:100px;	
    }
    .topAvisos .categorias div:hover{
        background-color:#cd0035;
    }
    .topAvisos .categorias div .img{
        height:45px;			
        width:100%;
    }
    .bgVehiculos{background:url(https://www.reforma.com/libre/imgdiseno/imgavisos/imgmenu/vehiculos.png) 50% bottom no-repeat;}
	.bgCasas{background:url(https://www.reforma.com/libre/imgdiseno/imgavisos/imgmenu/casas.png) 50% bottom no-repeat;}
	.bgEmpleos{background:url(https://www.reforma.com/libre/imgdiseno/imgavisos/imgmenu/empleos.png) 50% bottom no-repeat;}
			
    .topAvisos .categorias div .texto{
        color:#fff;
        font: 300 11px/25px 'Oswald Light','Arial',serif;
        height:25px;
        width:100%;
    }
			
	.topAvisos .botones{
			background:inherit;
			float:left;
			height:100%;
			text-align:right;
			width:220px;	
    }
    .topAvisos .botones a{
			background:#393939;
			border:1px solid #852c39;
			border-radius:3px;
			box-shadow:0 2px 3px rgba(0,0,0,.2);
			color:#fffc00;
			display:inline-block;
			font: 300 14px/14px 'Oswald Light','Arial',serif;
			margin-right:5px;
			margin-top:12px;
			padding:10px 0;
			text-align:center;
			text-decoration:none;
			width:95px;
    }
    .topAvisos .botones a:hover{
				background:#333;
    }