/****** CatNoticias (Inicio) ******/

.categorianoticia_layout
{
    width: 360px;
    text-align: left;
}

.categorianoticia_body
{
    padding-right: 10px;
    padding-left: 10px;
   /* padding-bottom: 10px; */
    padding-top: 15px;
    font-size: small;
    margin-bottom: 10px;
}

.categorianoticia_title
{
    text-decoration: none;
    vertical-align: middle;
    font-size: 24px;
    color: White;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.categorianoticia_item
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.categorianoticia_link
{
    color: White; 
    text-decoration: none;
}
.categorianoticia_link:hover
{
    color: White; 
    text-decoration: underline;
}

/****** CatNoticias (Fin) ******/


/****** Noticias (Inicio) ******/

.noticias_layout
{
    margin-top: 10px;
    width: 580px;
    text-align: left;

}

.noticias_title
{
    width: 550px;
    height: 24px;
    color: White;
    font-size: 24px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.noticias_titletext
{
    float: left;
}

.noticias_linkback
{
    color: white;
    padding-top: 4px;
    font-size: x-small;
    float: right;
}

.noticias_body
{
    padding-top: 10px;
    padding-left: 10px;
    font-size: small;
}

.noticias_item
{
    width: 560px;
    margin-bottom: 5px;
}

.noticias_itemimage1
{
    margin-bottom: 20px;
    margin-right: 15px;
    float: left;
    border-right: white 3px solid;
    border-top: white 3px solid;
    border-left: white 3px solid;
    border-bottom: white 3px solid;
}

.noticias_itemtitle
{
    width: 370px;
    vertical-align: middle;
    font-size: small;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 6px;
    float: right;
    margin-right: 2px;
    margin-bottom:5px;
}

.noticias_itemtitletext
{    
    color: White;
}

.noticias_itemauthor
{
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 4px;
}

.noticias_itemdate
{
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

.noticias_itemtitular
{
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 2px;
    margin-bottom: 20px;
    display: block;
    
}

.noticias_itemimage2
{
    border-right: white 3px solid;
    border-top: white 3px solid;
    border-left: white 3px solid;
    border-bottom: white 3px solid;
}

.noticias_itemtext
{
    margin-bottom: 15px;
    float: none;
}

.noticias_emptylistmessage
{
    padding-left: 10px;
}


/****** Noticias (Fin) ******/

/****** BuscarNoticias (Inicio) ******/

.buscarnoticia_layout
{
    width: 220px;
    text-align: left;
}

.buscarnoticia_body
{
    font-size: small;
}

.buscarnoticia_title
{
    text-decoration: none;
    vertical-align: middle;
    color: White;
}

.buscarnoticia_label
{
    font-size: small;
}

.buscarnoticia_textbox
{
    padding-top: 10px;
    padding-bottom: 6px;
    width: 120px;
    float: left;
}

.buscarnoticia_buttonarea
{
    padding-top: 10px;
    padding-bottom: 6px;
}

.buscarnoticia_button
{
	cursor: pointer;
	margin-left: 2px;
	color: White;
    font-weight: bold;
    background: url(/images/naturabergueda/nb_btn1.png) no-repeat;
    cursor: pointer;
    width: 80px;
    height: 24px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/****** BuscarNoticias (Fin) ******/