



/* COLUMNAS SISTEMA  COLUMN DROPPING  */



.columnaanuncios
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
    box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;
    height: 100%;
    background-color: grey;
    padding: 0.2em;
    /*text-align: center;*/
    
}


#columnanunciosn1
    {
    background-color: #f8f8f8;
    width: 33%;
    }
#columnanunciosn2
   {
   background-color: #f8f8f8;
   width: 33%;
   }
#columnanunciosn3
   {
   background-color: #f8f8f8;
   width: 33%;
   }





div.item-articulo 
{
/*float: left;*/
width: 94%;
margin-left: 3%;
margin-right: 0;
background: white;
/*margin: 18px 4px 28px 10px;*/
margin-top: 1em;
margin-bottom: 1.5em;
/*
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
*/
padding-bottom: 12px;
box-shadow: 0 2px 6px #BBB;
border-radius: 2px;	
display: inline-block;
vertical-align: top;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
    box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-border-radius: 10px;
border-radius: 10px;	
}

div.item-articulo div.foto
{
	float:left;
	top:10px;
	left:10px;
	width:100%;
	height:auto;

}
div.item-articulo div.foto img 
{
	width: 100%; 
	cursor: pointer;
	/*
    border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;	 
	*/

}

div.item-articulo  div.texto 
{
	float:left;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	
	overflow:hidden;
	padding: 1em;
	/*padding-right: 0px;*/
	
	
}

div.item-articulo  div.texto h5
{
	font-size: 1.1em;
	color:#030370;
	line-height: 1em;	
	text-transform: capitalize;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
    border-bottom: 1px dashed #DDD;

}

div.item-articulo  div.texto h5 a 
{
	color:#030370;
}

div.item-articulo  div.texto p 
{
	font-size: 0.9em;
	color:#222;
	line-height: 1.3em;
	padding-bottom: 0.2em;	
	margin-bottom: 0.2em;	
}


div.item-articulo  div.texto p b
{
	font-weight: bold;
	background-color: #efefef;
}
div.item-articulo  div.texto p i
{
	font-style: italic;
		background-color: #efefef;

}

div.lienzodeanuncios
{
 background-color: #f3f3f3!important;
 width: 100%;
 box-sizing: border-box;
 display: block;
 margin-top: 1em;
}


@media screen and (max-width: 1280px) 
{

#columnanunciosn1
    {
    background-color: #f3f3f3;
    width: 50%;
    }
#columnanunciosn2
   {
   background-color: #efefef;
   width: 50%;
   }
#columnanunciosn3
   {
   background-color: #f3f3f3;
   width: 100%;
   }

}


@media screen and (max-width: 600px) 
{

#columnanunciosn1
    {
    background-color: #f3f3f3;
    width: 100%;
    }
#columnanunciosn2
   {
   background-color: #efefef;
   width: 100%;
   }
#columnanunciosn3
   {
   background-color: #f3f3f3;
   width: 100%;
   }

}






