ul.categorias_pral {
    }
ul.categorias_pral li {
    background-color:#EFEFEF;
	height:98px;
	width:343px;
	border:1px solid #000000;
	color:#FFFFFF;
	list-style:none;
	display:block;
	float:left;
	margin:0 5px 5px 0;
	overflow:hidden;
    }
ul.categorias_pral .titular{
	border-bottom:1px solid #000000;
    background:#FF0000 url('../images/bot_login.gif') repeat-x;
	font-size:13px;
    text-align:left;
    height:18px;
	width:211px;
	float:left;
    }
ul.categorias_pral .num_anuncios{
    font-size:12px;
	font-weight:normal;
	}
ul.categorias_pral .titular h2{
    font-size:13px;
	}
ul.categorias_pral .titular a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:6px;
	font-weight:bold;
    }
ul.categorias_pral .imagen{
    border-left:1px solid #000000;
	width:131px;
	height:98px;
	float:right;
    }
ul.categorias_pral .imagen img{
    border:none;
	}
ul.categorias_pral .descripcion{
	padding:6px;
	color:#333333;
	width:199px;
	height:67px;
	float:left;
	overflow: hidden;
	font-size:11px;
    }

/*-----------------------------------------------------------------------*/
.catGrid td {
    text-align: left;
    vertical-align: top;
}

.catColor0 .catPicture, .catColor0 .catDescription div  {
    border-left: 2px solid #E3B047;
    border-right: 2px solid #E3B047;
    background: #d0801d;
}
.catColor1 .catPicture, .catColor1 .catDescription div  {
    border-left: 2px solid #B2C68B;
    border-right: 2px solid #B2C68B;
    background: #81a249;
}
.catColor2 .catPicture, .catColor2 .catDescription div  {
    border-left: 2px solid #DB7F6E;
    border-right: 2px solid #DB7F6E;
    background: #C6352E;
}
.catColor3 .catPicture, .catColor3 .catDescription div  {
    border-left: 2px solid #9187A7;
    border-right: 2px solid #9187A7;
    background: #503f75;
}
.catColor0 .catPicture  {
    background: #EAC55A;
}
.catColor1 .catPicture  {
    background: #C7D5AA;
}
.catColor2 .catPicture  {
    background: #E5A18B;
}
.catColor3 .catPicture  {
    background: #B0A8C0;
}

.catTitle {
    height: 33px;
    line-height: 33px;
    color: #fff; 
    font-size: 14px;
    padding-left: 16px;
}
.catTitle a {
    color: #fff; 
    display: block;
    text-decoration:none;
    font-weight:bold;
    font-size: 14px;
    white-space: nowrap;
}
.catTitle a:hover {
    color: #fff; 
}
.catColor0 .catTitle {
    background: url('../images/cattab0.jpg') no-repeat;
}
.catColor1 .catTitle {
    background: url('../images/cattab1.jpg') no-repeat;
}
.catColor2 .catTitle {
    background: url('../images/cattab2.jpg') no-repeat;
}
.catColor3 .catTitle {
    background: url('../images/cattab3.jpg') no-repeat;
}

.catGrid td div.catDescription {
    height: 130px;
    width: 202px;
}
.catDescription div {
    color: #fff; 
    font-size: 10px;
    width: 170px;
    height: 58px;
    padding: 24px 14px 0px;
}
.catColor0 .catDescription {
    background: url('../images/catbottom0.jpg') no-repeat bottom;
}
.catColor1 .catDescription {
    background: url('../images/catbottom1.jpg') no-repeat bottom;
}
.catColor2 .catDescription {
    background: url('../images/catbottom2.jpg') no-repeat bottom;
}
.catColor3 .catDescription {
    background: url('../images/catbottom3.jpg') no-repeat bottom;
}

.catGrid td div.catPicture {
    width: 198px;
    text-align: center;
}

.catPicture img {
    border: 0px;
}

