/*******************************************************************************
****** NOTICIAS CSS ************************************************************
*******************************************************************************/

/* MENU PIE DE PAGINA */
table.cuerpo tr td.contenido div.menu_pie
{
	position: relative;
	margin-top: 40px;
}

/* TITULO DE NOTICIAS */
table.cuerpo tr td.contenido h3
{
    width: 377px;
    height: 20px;
    font-family: tahoma, arial, verdana, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #146FAF;
    background-image: url( ../img/fondo_titulos.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 24px;
    padding-top: 6px;
}

table.cuerpo tr td.contenido h3 span
{
    font-weight: normal;
    text-transform: none;
}

/* CAJA DE CONTENIDO */
table.cuerpo tr td.contenido div.caja
{
    width: 600px;
    /*background-image: url( ../img/sombra_sup_caja.jpg );*/
    background-repeat: repeat-x;
    background-position: left top;
    /*border-left: 1px solid #BEDA69;*/
    padding-left: 1px;
    padding-top: 15px;
    margin-top: -2px;
}

/* BOTONERA DE PAGINACION */
table.cuerpo tr td.contenido div.caja div.botonera_paginacion
{
	color: #D9D9DC;
	text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px solid #D9D9DC;
    margin-left: 10px;
	margin-right: 5px;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion span
{
	color: #FF9900;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion a
{
    font-family: tahoma, verdana, arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 1em;
    color: #146FAF;
    text-decoration: none;
    margin-left: 2px;
	margin-right: 2px;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion a img
{
	text-decoration: none;
	border: none;
}

table.cuerpo tr td.contenido div.caja div.botonera_paginacion a.activo
{
    font-size: 1.1em;
    font-weight: bold;
}

div.botonera_paginacion_abajo
{
	margin-top: 10px;
	border-bottom: none !important;
}

/* CAPA DE NOTICIA */
table.cuerpo tr td.contenido div.caja div.noticias
{
	padding-top: 10px;
	padding-bottom: 5px;
    border-bottom: 1px solid #D9D9DC;
    margin-left: 10px;
	margin-right: 5px;
}

table.cuerpo tr td.contenido div.caja div.noticias h4
{
	font-size: 1em;
    background-image: url( ../img/ico_punto.gif );
    background-repeat: no-repeat;
    background-position: 5px 8px;
	padding-top: 3px;
    padding-left: 15px;
	padding-bottom: 3px;
	background-color: #F3F3F3;
}

table.cuerpo tr td.contenido div.caja div.noticias h4 span
{
    font-weight: normal;
}

table.cuerpo tr td.contenido div.caja div.noticias h4 span.xx1
{
	color: #773129;
	font-weight: bold;
}

table.cuerpo tr td.contenido div.caja div.noticias p
{
    color: #666666;
	margin-top: 5px;
    margin-bottom: 15px;
}

table.cuerpo tr td.contenido div.caja div.noticias p img
{
	float: left;
	width: 125px;
	margin-right: 10px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia
{
	display: none;
	margin-bottom: 20px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia a img
{
	width: 115px;
	float: left;
	border: none;
	margin-right: 10px;
	margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia p
{
	color: #000000;
	margin-bottom: 10px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia h5
{
	font-size: 1em;
	color: #146FAF;
	padding-bottom: 2px;
	border-bottom: 1px solid #146FAF;
	margin-bottom: 10px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia ul
{
	list-style-type: none;
	list-style-position: inside;
	color: #629ACF;
	background-color: #FAFAFA;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia ul li
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #629ACF;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia ul li a
{
	color: #629ACF;
	text-decoration: none;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia ul li a:hover
{
	color: #FF9900;
}
	
table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia ul li a img
{
	width: 16px;
	height: 16px;
	float: none;
	border: none;
	margin: 0px;
	left: -3px;
	top: 4px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia table.galeria_fotos
{
	border-collapse: separate;
	margin-left: -5px;
}

table.cuerpo tr td.contenido div.caja div.noticias div.cuerpo_noticia table.galeria_fotos tr td
{
	width: 115px;
}


table.cuerpo tr td.contenido div.caja div.noticias a.ver_mas
{
    height: 19px;
    float: right;
    color: #629ACF;
    text-decoration: none;
    background-image: url( ../img/ico_ver_mas.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 22px;
    margin-top: -15px;
	clear: both;
}

div.titulo_album{
	width: 600px;
	border-bottom: 2px solid #631B43;
	background-image: url( ../img/flecha_morada.jpg );
   background-repeat: no-repeat;
   background-position: 0px 2px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

img.foto_izquierda{
	float: left;
}

div.postal{
	float: left;
	margin-top:10px;
	font-weight: bold;
}

