<?php
<div class="anunciobar1">
<label>Nuevo:</label>
<strong style="color: maroon">Aqui contenido - </strong><span>Mas Contenido <strong>Contenido</strong> Mas contenido...</span>
</div>
<div class="anunciobar2">
<label>Importante!! :</label>
<strong>Contenido de la barra</strong></a>
</div>
<style>
.anunciobar1 {
background: url(images/anunciobar_img.png) no-repeat -6% 58% #FFF6BF;
border: 2px solid #FFD324;
padding: 5px 80px;
margin-bottom: 15px;
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#4A4A4A;
-moz-box-shadow: -2px 2px 2px #B8B8B8;
-webkit-box-shadow: -2px 2px 2px #B8B8B8;
box-shadow: -2px 2px 2px #B8B8B8;
}
.anunciobar1 a:link{
color: #105209;
font-weight: bold;
text-decoration:none;
}
.anunciobar1 a:visited{
color: #105209;
font-weight: bold;
text-decoration:none;
}
.anunciobar1 a:hover, .anunciobar a:active{
color: #C40C0C;
font-weight: bold;
text-decoration:none;
}
.anunciobar1 label {
color: white;
cursor: default;
font-weight: bold;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
-moz-text-shadow: 0 0 2px #000;
-webkit-text-shadow: 0 0 2px #000;
}
.anunciobar2 {
background: url(images/anunciobar_img.png) no-repeat -6% 58% #ADCBE7;
border: 2px solid #0F5C8E;
padding: 5px 80px;
margin-bottom: 15px;
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#4A4A4A;
-moz-box-shadow: -2px 2px 2px #B8B8B8;
-webkit-box-shadow: -2px 2px 2px #B8B8B8;
box-shadow: -2px 2px 2px #B8B8B8;
}
.anunciobar2 label {
color: white;
cursor: default;
font-weight: bold;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
-moz-text-shadow: 0 0 2px #000;
-webkit-text-shadow: 0 0 2px #000;
}
</style>