﻿
/*
------------------------------------------------
ARTICULO DETALLE
------------------------------------------------
*/
.articulo 
{
	margin-left:20px;
	margin-right:20px;
	font-size:1em;
	padding-top: 40px;
}


.articulo .i 
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;	
	display:block;
}

.articulo .imagenContenedor
{
	margin-top: 20px;
	
}



.articulo .i .boton
{
	cursor: pointer; 
	cursor: hand; 
}

.articulo .i .ampliar
{
	float:right;
	margin-right:0px;
	position:absolute;
	cursor: pointer; 
	cursor: hand; 
}



.articulo .titulo
{
	color: #2E7E3E;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 23px;
}

.articulo .fecha
{
	/*font-size: 0.8em;
	color: #a9a9a9;*/
	display:none;
}



.articulo .volanta 
{
	color: #555;
	margin-bottom: 4px;
}

.articulo .bajadaContenedor
{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:5px;
	padding-bottom:5px;
	width:90%;
	border-top: #55AD47 1px solid;
	border-bottom: #55AD47 1px solid;
}

.articulo .bajadaContenedor p
{
	text-indent: 20px;
}
.articulo .bajada
{
	margin-left:20px;
	margin-right:20px;
	color: #555;
	
}

.articulo .texto
{
	color: #555;
}


.articulo h2
{
	margin: 0px 0px 0.5em;
	font-size:1.25em;
	color:#555;
	font-weight: bold;
}

.articulo p
{
	text-indent: 0px;
	margin-bottom:10px;
}
.articulo p strong, .articulo strong, .articulo ul li strong
{
	font-weight: bold;
	color: #555555;
}
.articulo p em,
.articulo p i
{
	font-style:italic;
}
.articulo ul
{
	margin-left:20px;
}
.articulo li
{
	margin-left: 30px;
	list-style-type: circle;
	margin-bottom:5px;
}

.articulo .enlaces 
{
	
}

.articulo .enlaces a
{
	text-decoration: none;
	color: #555555;
}
.articulo .enlaces a:hover
{
	text-decoration:underline;
}


/*
------------------------------------------------
BOTONERA Imagenes
------------------------------------------------
*/

.imagenBotones
{	
    text-align:center;  
}
.imagenBotones ul
{	
    width:122px;
}
.imagenBotones ul li
{	
    display:inline; 
}

.articulo .imagenBotones .Primero
{	
    background-image:url('imagenes/articulo/botonPrimero.gif');
    background-repeat:no-repeat;
    width:27px;
    height:40px;   
    float:left;
}
.articulo .imagenBotones .Anterior
{	
    background-image:url('imagenes/articulo/botonAnterior.gif');
    background-repeat:no-repeat;
    width:34px;
    height:40px;   
    float:left;
}
.articulo .imagenBotones .Siguiente
{	
    background-image:url('imagenes/articulo/botonSiguiente.gif');
    background-repeat:no-repeat;
    width:34px;
    height:40px;  
    float:left;  
}
.articulo .imagenBotones .Ultima
{	
    background-image:url('imagenes/articulo/botonULtimo.gif');
    background-repeat:no-repeat;
    width:27px;
    height:40px; 
    float:left;
}


/*
------------------------------------------------
BOTONERA (Imprimir, Fuente+/-)
------------------------------------------------
*/
#articuloBotones
{
    text-align:right;
    margin-right: 20px;
}

#articuloBotones ul
{
    
}
#articuloBotones ul li
{
    display: inline;
    /*list-style-type: none;*/
}


#articuloBotones .imprimir
{
    background-image: url(imagenes/iconos/imprimir.gif);
    background-repeat:no-repeat;
    min-width:20px;
    min-height:20px;
    cursor:pointer;
    cursor:hand;
    margin-right: 2px;
}
#articuloBotones .imprimir span 
{   
    margin-left:20px;
}


#articuloBotones .fuente 
{

}
#articuloBotones .fuente .disminuirFuente 
{
    background-image: url(imagenes/iconos/fuenteDisminuir.gif);
    background-repeat:no-repeat;
    min-width:20px;
    min-height:20px;
    width:20px;
    cursor:pointer;
    cursor:hand;
    display: inline;    
}
#articuloBotones .fuente .disminuirFuente span
{
   margin-left:20px;
   visibility:hidden;
}

#articuloBotones .fuente .aumentarFuente 
{
    background-image: url(imagenes/iconos/fuenteAumentar.gif);
    background-repeat:no-repeat;
    width:20px;
    min-width:20px;
    min-height:20px;
    cursor:pointer;
    cursor:hand;     
    display: inline;
}
#articuloBotones .fuente .aumentarFuente span
{
    margin-left:20px;
     visibility:hidden;
}

#articuloBotones .fuente .separador 
{
    display:none;
}



/*
------------------------------------------------
ENLACES
------------------------------------------------
*/

.enlaces
{	
    margin-left:20px;
	margin-right:20px;
}

.enlaces .titulo
{
	border-bottom: #2E7E3E 1px solid;
	width:80%;
	
}

.enlaces .titulo .texto
{
	font-weight: bold;
	font-size: 1.1em;
	color: #2E7E3E;
	
}

.enlaces .listado
{
	padding-left:30px;
	
	
}

.enlaces .separador
{
	height: 2px;
	border-bottom: #a9a9a9 1px dotted;
	width:400px;
}



/*
------------------------------------------------
ARCHIVOS Listado
------------------------------------------------
*/

.archivos
{	
	margin-left:20px;
	margin-right:20px;
}

.archivos .titulo
{
	border-bottom: #2E7E3E 1px solid;
	width:80%;
	
}

.archivos .titulo .texto
{
	font-weight: bold;
	font-size: 1.1em;
	color: #2E7E3E;
	
}

.archivos .listado
{
	padding-left:40px;
	
	
}

.archivos .tabla
{
	padding-left:20px;
	width:100%;
	
}

.archivos .tabla .col1
{
	width:30px;
	vertical-align:top;
	
}

.archivos .tabla .col2
{
	vertical-align:top;
	padding-left:3px;
}

.archivos .separador
{
	height: 2px;
	border-bottom: #a9a9a9 1px dotted;
	width:400px
}



.contenidoScroll
{
	height:330px !important;
	width:870px !important;
  	overflow:auto !important;
  	padding-right:20px;
  	
}

