.error {
    margin: 0px 0px 10px;
    background: none repeat scroll 0% 0% #F7E8E9;
    padding: 10px;
    font: 700 11px Arial;
    color: #C44405;
    border: 1px dotted #E37C6E;
	text-align: left;
}

.msg {
    margin: 0px 0px 10px;
    background: none repeat scroll 0% 0% #f5fcfc;
    padding: 10px;
    font: 700 11px Arial;
    color: #0098A1;
    border: 1px dotted #68f1f9;
    text-align: left;
}


li {
	list-style: none outside none;
}


.anuncio_container{overflow: auto; border: 1px solid #c3c3c3; width: 100%; margin-bottom: 25px; border-style: solid;  border-top: 4px solid #006bd9;}
.anuncio_texto{padding: 10px; min-height:150px; background-color: rgba(0, 107, 217, 0.08); }
.anuncio_footer_val, .anuncio_footer_name{/*border-right: 1px solid #FFF; */float: left; padding: 5px; font-size: 12px; color: #FFF}

.anuncio_footer_val, .anuncio_footer_name{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='2px'><text x='0' y='8' fill='white' font-size='20'>|</text></svg>"); background-repeat: no-repeat; background-position: right;}
.anuncio_footer_name{font-weight: bold; }
.anuncio_footer_block{overflow: auto; float:left;}
.tooltip2{cursor: pointer; color: #006bd9; color: #FFF;}

.anuncio_footer{width: 100%; overflow: hidden; background-color: #006bd9; border-top: 1px solid #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

@media only screen and (max-width: 1239px)
{
	.anuncio_footer_block{width: 49%;}
	.anuncio_footer_name{width: 29%;}
	.anuncio_footer_val{width: 60%;}
	.anuncio_footer_val{border-right: 0}
	.anuncio_footer_block.right{border-left: 1px solid #c3c3c3;}
	
}

@media only screen and (max-width: 959px)
{
	.anuncio_footer_val{width: 57%;}
}

@media only screen and (max-width: 767px)
{
	.anuncio_footer_val{width: 50%;}
}

@media only screen and (max-width: 479px) 
{
	.anuncio_footer_name{width: 22%;}
	.anuncio_footer_block{width: 100%;}
	.anuncio_footer_val{width: 65%;}
	.anuncio_footer_block.right{border-left: 0;}
}