﻿


/*
------------------------------------------------
ARTICULO ITEM (para listados)
------------------------------------------------
*/
.articuloItem
{
	padding-bottom:10px;
}

.articuloItem .titulo
{
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
}
.articuloItem .bajadaEImagen
{
	margin-left:19px;	
}

.articuloItem .bajada
{
	
}
.articuloItem .bajada p
{			
}
.articuloItem .imagen
{			
	float:left;
	margin-right:5px;
	
}
.articuloItem .lineaPuntos
{
	border-top: #d3d3d3 1px dotted;
	width:100%;
	height:2px;
	margin-top:5px;
	margin-bottom:5px;
}




/*
------------------------------------------------
ARTICULO ITEM BLOQUE
------------------------------------------------
*/
.articuloItemBloque
{
	
}

.articuloItemBloque .imagen
{
	margin-right:10px;
	
	
}
	
.articuloItemBloque .seccion
{
	border:none;
	font-size:0.8em;
}
	
.articuloItemBloque .volanta
{
	border: none;
	font-size: 0.8em;
}

.articuloItemBloque a.titulo,
.articuloItemBloque a.titulo:link
{
	color: #1C4C34;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}
.articuloItemBloque a.titulo:hover
{
	text-decoration:underline;
}


.articuloItemBloque .bajada
{
	
}
	
.articuloItemBloque .separadorAbajo
{
	height: 5px;
	border-bottom: #a9a9a9 1px dotted;
}
.articuloItemBloque .separadorArriba
{
	height: 5px;	
}

#tablaArticuloItemBloque
{
	text-align:left;
}

#tablaArticuloItemBloque .colImagen
{
	vertical-align: top;
	text-align:left;
	width:80px;
	
}

#tablaArticuloItemBloque .colBajada
{
	vertical-align: top;
	width:100%;
	
	
}
	


/*
-----------------------------------------------------------------
ARTICULO ITEM BLOQUE PRINCIPAL
------------------------------
Cada item se divide en secciones:
       b1, b2, b3
y a su vez en tres sectores: 
       l, c, r (left, center, right)
-----------------------------------------------------------------
*/
#bloque1
{	
	padding-top:20px;
}
#bloque2
{
	padding-top:20px;
}
#bloque3
{
	width:210px;
	float:left;
}
#bloque4
{
	width:210px;
	float:right;
	margin-right:5px;
}

.clear
{
	clear:both;
}

.relleno
{
	height:5px;
}

/*------------- BLOQUE 1 -------------*/
.bloque1
{
	width:100%;
	
}
/*
.bloque1 .bi1 .izq
.bloque1 .bi1 .cen
.bloque1 .bi1 .der
*/
.bloque1 .bi1		
{
	display:none;
	height:0px;
}

.bloque1 .bi2
{
	width:100%;
	min-height:25px;
	background-color:#649377;
	vertical-align:middle;
	float:left;
	
}
.bloque1 .bi2 .titulo
{
	margin-top:10px;
	margin-bottom:10px;	
	margin-left:15px;
	margin-right:15px;
	color:#fff;
	font-weight:bold;
	white-space:normal;
	text-align:left;
}
.bloque1 .bi2 .fecha
{	
	float:left	
}

.bloque1 .bi2 .titulo a
{
	
	color:#fff;
	text-decoration:none;
	
}
.bloque1 .bi2 .titulo a:hover
{
	text-decoration:underline;
}

.bloque1 .bi3
{
	display:none;
}
.bloque1 .bi4	/*Bajada*/
{		
	margin-left:0px;
	left:0px;
	
}
.bloque1 .bi4 .l
{
	display:none;}
.bloque1 .bi4 .r
{
	display:none;}
.bloque1 .bi4 .c
{	
	float:left;
	width:100%;
}

.bloque1 .bi4 .c .bajada
{
	width:95%;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;	
	padding-left:15px;
	top:0px;	
	color: #696969;
	line-height: 14px;
	text-align:left;
	float:left;	
	clear:left;
}
.bloque1 .bi4 .c .bajada .relleno
{
	display:none;
}


.bloque1 .bi4 .c .fecha
{
	float: left;
	color: #a9a9a9;
	top:0px;	
	width:90px;
	text-align:right;
	
}


.bloque1 .bi5
{
	height:0px;
	display:none;	
}
.bloque1 .bi6
{
	height:20px;
}
.bloque1 .bi6 .pie
{
	text-align:right;
	vertical-align:middle;
	margin-left: 10px;
	margin-right: 15px;
	color: #fff;
}

.bloque1 .bi6 .pie a
{
	text-decoration:none;
	color:#1C4C34;
	font-weight:bold;
}
 .bloque1 .bi6 .pie a:hover
{
	text-decoration:underline;
	background-color:#A5C5B3;
}

 .bloque1 .separador
{
	height: 1px;
	min-height:1px;
	border-top: #a9a9a9 1px dotted;
	
	background-color:Transparent;
}





/*------------- BLOQUE 2 -------------*/
.bloque2
{
	width:100%;
	
}
/*
.bloque1 .bi1 .izq
.bloque1 .bi1 .cen
.bloque1 .bi1 .der
*/
.bloque2 .bi1		
{
	display:none;
	height:0px;
}

.bloque2 .bi2
{
	width:100%;
	min-height:25px;
	background-color:#649377;
	vertical-align:middle;
	float:left;
	
}
.bloque2 .bi2 .titulo
{
	margin-top:10px;
	margin-bottom:10px;	
	margin-left:15px;
	margin-right:15px;
	color:#fff;
	font-weight:bold;
	white-space:normal;
	text-align:left;
}
.bloque2 .bi2 .fecha
{	
	float:left	
}

.bloque2 .bi2 .titulo a
{
	
	color:#fff;
	text-decoration:none;
	
}
.bloque2 .bi2 .titulo a:hover
{
	text-decoration:underline;
}

.bloque2 .bi3
{
	display:none;
}
.bloque2 .bi4	/*Bajada*/
{		
	margin-left:0px;
	left:0px;
	
}
.bloque2 .bi4 .l
{
	display:none;}
.bloque2 .bi4 .r
{
	display:none;}
.bloque2 .bi4 .c
{	
	float:left;
	width:100%;
}

.bloque2 .bi4 .c .bajada
{
	width:95%;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;	
	padding-left:15px;
	top:0px;	
	color: #696969;
	line-height: 14px;
	text-align:left;
	float:left;	
	clear:left;	
}
.bloque2 .bi4 .c .bajada .relleno
{
	display:none;
}

.bloque2 .bi4 .c .fecha
{
	float: left;
	color: #a9a9a9;
	top:0px;	
	width:90px;
	text-align:right;
	
}


.bloque2 .bi5
{
	height:0px;
	display:none;	
}
.bloque2 .bi6
{
	height:20px;
}
.bloque2 .bi6 .pie
{
	text-align:right;
	vertical-align:middle;
	margin-left: 10px;
	margin-right: 15px;
	color: #fff;
}

.bloque2 .bi6 .pie a
{
	text-decoration:none;
	color:#1C4C34;
	font-weight:bold;
}
 .bloque2 .bi6 .pie a:hover
{
	text-decoration:underline;
	background-color:#A5C5B3;
}

 .bloque2 .separador
{
	height: 1px;
	min-height:1px;
	border-top: #a9a9a9 1px dotted;
	
	background-color:Transparent;
}




/*------------- BLOQUE 3 -------------*/
.bloque3
{
	
	
}
.bloque3 .bi1
{
	height: 27px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r1_c1.jpg);
	background-repeat:no-repeat;
}

.bloque3 .bi1 .l
{
	float: left;
	width: 19px;
	height: 27px;
	background-color:Transparent;	
}
.bloque3 .bi1 .c
{	
	float:left;		
	height: 27px;
	background-color:Transparent;
}
.bloque3 .bi1 .r
{	
	float:right;
	width:36px;
	height: 27px;
}

.bloque3 .bi2
{	
	min-height:53px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r2_c1.jpg);
	background-repeat:repeat-y;
}

.bloque3 .bi2 .l
{
	float: left;
	width: 19px;
	min-height:31px;
	background-color:Transparent;	
	
}
.bloque3 .bi2 .c
{		
	background-color:Transparent;	
	min-height:31px;	
	margin-right:36px;
}
.bloque3 .bi2 .r
{	
	top:0px;
	float:right;
	width:36px;
	min-height:31px;
	background-color:Transparent;	

}


.bloque3 .bi2 .titulo
{

	color:#fff;
	font-weight:bold;	
	white-space:normal;
	text-align:left;		
	margin-left:20px; /* para IE6 funciona pero en IE 7 agrega espacio en blanco verificar*/
	
}


.bloque3 .bi2 .titulo a
{
	color:#fff;
	text-decoration:none;
}
.bloque3 .bi2 .titulo a:hover
{
	text-decoration:underline;
}

.bloque3 .bi3
{
	background-image:url(imagenes/bloques/bloque2/Bloque2_r3_c1.jpg);
	background-repeat:repeat-y;
	height:8px;
}

.bloque3 .bi3 .l
{
	display:none;
	float: left;
	width: 19px;
	height: 9px;
}
.bloque3 .bi3 .c
{	
	display:none;
	float:left;
	background-color:Transparent;	
	height: 9px;
}
.bloque3 .bi3 .r
{	
	display:none;
	float:right;
	width:36px;
	height: 9px;
}


	
	
.bloque3 .bi4
{
	background-image: url(imagenes/bloques/bloque2/Bloque2_r4_c1.jpg);
	background-repeat:repeat-y;
	min-height: 129px;
}
.bloque3 .bi4 .l
{
	float: left;
	width: 19px;
	height: 31px;
}
.bloque3 .bi4 .c
{	
	
}
.bloque3 .bi4 .r
{	
	float:right;
	width:36px;
	height: 31px;	
	display:none;
}
.bloque3 .bi4 .bajada
{
	margin-left: 19px;
	margin-right: 36px;
	color: #696969;
	line-height: 14px;
	text-align:left;
	
}
.bloque3 .bi4 .c .fecha
{
	display:none;	
}

.bloque3 .bi5
{
	height:0px;
	display:none;	
}
.bloque3 .bi6
{
	height: 23px;
	background-image: url(imagenes/bloques/bloque2_ajustable/Bloque2_r5_c2.jpg);
}
.bloque3 .bi6 .l
{
	float: left;
	width: 19px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque2_ajustable/Bloque2_r5_c1.jpg);
	
}
.bloque3 .bi6 .c
{		
	height: 23px;
	float:right;	
	top:0px;
	
}
.bloque3 .bi6 .r
{	
	
	float:right;
	width:36px;
	height: 23px;	
	background-image: url(imagenes/bloques/bloque2_ajustable/Bloque2_r5_c3.jpg);
	background-repeat: repeat-y;
}
.bloque3 .bi6 .pie
{
	text-align:right;
	vertical-align:middle;
	color: #fff;
	width:100%;
	
}
	


.bloque3 .bi6 .pie a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;	
}
.bloque3 .bi6 .pie a:hover
{
	text-decoration:underline;
	background-color:#A5C5B3;
}
.bloque3 .separador
{
	height:5px;
	background-color:#F2F2F2;
	
}
.bloque3 .clear
{
	display:none;	
}



/*
--------------------------------------------------------
BLOQUE 3 AJUSTABLE    
--------------------------------------------------------
*/
.bloque3Ajustable
{
	
	
}
.bloque3Ajustable .bi1
{
	height: 27px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r1_c2.jpg);
	background-repeat: repeat-x;
}

.bloque3Ajustable .bi1 .l
{
	float: left;
	width: 19px;
	height: 27px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r1_c1.jpg);
	background-repeat: no-repeat;
}
.bloque3Ajustable .bi1 .c
{	
	float:left;
	background-color:Transparent;	
	height: 27px;
}
.bloque3Ajustable .bi1 .r
{	
	float:right;
	width:36px;
	height: 27px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r1_c3.jpg);
	background-repeat: no-repeat;

}

.bloque3Ajustable .bi2
{	
	min-height:31px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r2_c2.jpg);
}

.bloque3Ajustable .bi2 .l
{
	float: left;
	width: 19px;
	min-height:31px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r2_c1.jpg);
	background-repeat: repeat-y;	
}
.bloque3Ajustable .bi2 .c
{		
	background-color:Transparent;	
	min-height:31px;	
	margin-right:36px;
}
.bloque3Ajustable .bi2 .r
{	
	top:0px;
	float:right;
	width:36px;
	min-height:31px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r2_c3.jpg);
	background-repeat: repeat-y;

}
.bloque3Ajustable .bi2 .titulo
{

	color:#fff;
	font-weight:bold;	
	white-space:normal;
	text-align:left;	
	
}
.bloque3Ajustable .bi2 .titulo a
{
	color:#fff;
	text-decoration:none;
}
.bloque3Ajustable .bi2 .titulo a:hover
{
	text-decoration:underline;
}

.bloque3Ajustable .bi3
{
	/*background-image:url(imagenes/bloques/bloque2/Bloque2_r3_c2.jpg);*/
	background-color:Orange;
	height:9px;
}

.bloque3Ajustable .bi3 .l
{
	float: left;
	width: 19px;
	height: 9px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r3_c1.jpg);
	background-repeat: repeat-y;
}
.bloque3Ajustable .bi3 .c
{	
	float:left;
	background-color:Transparent;	
	height: 9px;
}
.bloque3Ajustable .bi3 .r
{	
	float:right;
	width:36px;
	height: 9px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r3_c3.jpg);
	background-repeat: repeat-y;
}	
	
.bloque3Ajustable .bi4
{
	background-image: url(imagenes/bloques/bloque2/Bloque2_r4_c2.jpg);
	min-height: 129px;
}
.bloque3Ajustable .bi4 .l
{
	float: left;
	width: 19px;
	height: 31px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r4_c1.jpg);
	background-repeat: repeat-y;
}
.bloque3Ajustable .bi4 .c
{	
	background-color:Transparent;	
	height: 31px;
}
.bloque3Ajustable .bi4 .r
{	
	float:right;
	width:36px;
	height: 31px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r4_c3.jpg);
	background-repeat: repeat-y;
}
.bloque3Ajustable .bi4 .bajada
{
	margin-left: 19px;
	margin-right: 36px;
	color: #696969;
	line-height: 14px;
	text-align:left;
	height:auto;
}
.bloque3Ajustable .bi4 .c .fecha
{
	display:none;	
}

.bloque3Ajustable .bi5
{
	height:0px;
	display:none;	
	
}
.bloque3Ajustable .bi6
{
	background-image: url(imagenes/bloques/bloque2/Bloque2_r5_c2.jpg);
	background-repeat: repeat-x;
	height: 23px;
}
.bloque3Ajustable .bi6 .l
{
	float: left;
	width: 19px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r5_c1.jpg);
	background-repeat: repeat-y;
}
.bloque3Ajustable .bi6 .c
{	
	background-color:Transparent;	
	height: 23px;
	float:left;
}
.bloque3Ajustable .bi6 .r
{	
	float:right;
	width:36px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque2/Bloque2_r5_c3.jpg);
	background-repeat: repeat-y;
}
.bloque3Ajustable .bi6 .pie
{
	text-align:right;
	vertical-align:middle;
	color: #fff;
	width:80%;
}

.bloque3Ajustable .bi6 .pie a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.bloque3 .bi6 .pie a:hover
{
	text-decoration:underline;
	background-color:#A5C5B3;
}
.bloque3Ajustable .separador
{
	height:5px;
	background-color:#F2F2F2;
	
	}





/*------------- BLOQUE 4 -------------*/
.bloque4
{
	
	
}
.bloque4 .bi1
{
	height: 27px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r1_c1.jpg);
	background-repeat: repeat-x;
}

.bloque4 .bi1 .l
{
	float: left;
	width: 36px;
	height: 27px;
	
}
.bloque4 .bi1 .c
{	
	float:left;
	height: 27px;
}
.bloque4 .bi1 .r
{	
	float:right;
	width:19px;
	height: 27px;	

}

.bloque4 .bi2
{
	min-height:53px;
	background-image:url(imagenes/bloques/bloque3/Bloque3_r2_c1.jpg);
	background-repeat:repeat-y;
	
}

.bloque4 .bi2 .l
{
	float: left;
	width: 36px;
	min-height:31px;
	background-color:Transparent;	
}
.bloque4 .bi2 .c
{	
	float:left;
	min-height:31px;
	margin-right:19px;
}
.bloque4 .bi2 .r
{	
	float:right;
	width:19px;
	min-height:31px;
	top:0px;
}
.bloque4 .bi2 .titulo
{

	color:#fff;
	font-weight:bold;
	white-space:normal;
	text-align:left;

}
.bloque4 .bi2 .titulo a
{
	color:#fff;
	text-decoration:none;
}
.bloque4 .bi2 .titulo a:hover
{
	text-decoration:underline;
}

.bloque4 .bi3
{
	background-image:url(imagenes/bloques/bloque3/Bloque3_r3_c1.jpg);
	height:9px;
}

.bloque4 .bi3 .l
{
	display:none;
	float: left;
	width: 36px;
	height: 9px;
	
}
.bloque4 .bi3 .c
{	
	float:left;
	background-color:Transparent;	
	height: 9px;
}
.bloque4 .bi3 .r
{	
	display:none;
	float:right;
	width:19px;
	height: 9px;
}


	
	
.bloque4 .bi4
{
	background-image: url(imagenes/bloques/bloque3/Bloque3_r4_c1.jpg);
	background-repeat:repeat-y;
	min-height: 129px;
}
.bloque4 .bi4 .l
{
	float: left;
	width: 36px;
	height: 31px;
	display:none;
	
}
.bloque4 .bi4 .c
{	
	
}
.bloque4 .bi4 .r
{	
	display:none;
	float:right;
	width:19px;
	height:31px;
}
.bloque4 .bi4 .bajada
{
	margin-left: 19px;
	margin-right: 36px;
	color: #696969;
	line-height: 14px;
	text-align:left;	
}
.bloque4 .bi4 .c .fecha
{
	display:none;	
}

.bloque4 .bi5
{
	height:0px;
	display:none;	
}
.bloque4 .bi6
{
	background-image: url(imagenes/bloques/bloque3_ajustable/Bloque3_r5_c2.jpg);
	height: 23px;
}
.bloque4 .bi6 .l
{
	float: left;
	width: 36px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque3_ajustable/Bloque3_r5_c1.jpg);
	
}
.bloque4 .bi6 .c
{	
	
	height: 23px;
	float:right;	
	top:0px;
}
.bloque4 .bi6 .r
{	
	float:right;
	width:19px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque3_ajustable/Bloque3_r5_c3.jpg);
	background-repeat: repeat-y;
}
.bloque3 .bi6 .pie
{
	text-align:right;
	vertical-align:middle;
	color: #fff;
	width:100%;
}

.bloque4 .bi6 .pie a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.bloque4 .bi6 .pie a:hover
{
	text-decoration:underline;
	background-color:#A5C5B3;
}
.bloque4 .separador
{
	height:5px;
	background-color:#F2F2F2;
	
	}
.bloque4 .clear
{
	display:none;	
}



/*
--------------------------------------------------------
BLOQUE 4 AJUSTABLE  
--------------------------------------------------------
*/
/*alargado*/
.bloque4Ajustable
{
	
	
}
.bloque4Ajustable .bi1
{
	height: 27px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r1_c2.jpg);
	background-repeat: repeat-x;
}

.bloque4Ajustable .bi1 .l
{
	float: left;
	width: 36px;
	height: 27px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r1_c1.jpg);
	background-repeat: no-repeat;
}
.bloque4Ajustable .bi1 .c
{	
	float:left;
	background-color:Transparent;	
	height: 27px;
}
.bloque4Ajustable .bi1 .r
{	
	float:right;
	width:19px;
	height: 27px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r1_c3.jpg);
	background-repeat: no-repeat;

}

.bloque4Ajustable .bi2
{
	background-image:url(imagenes/bloques/bloque3/Bloque3_r2_c2.jpg);
	min-height:31px;
}

.bloque4Ajustable .bi2 .l
{
	float: left;
	width: 36px;
	height: 31px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r2_c1.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi2 .c
{	
	float:left;
	background-color:Transparent;	
	height: 31px;
}
.bloque4Ajustable .bi2 .r
{	
	float:right;
	width:19px;
	height: 31px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r2_c3.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi2 .titulo
{

	color:#fff;
	font-weight:bold;
	line-height:14px;
	white-space:normal;
	text-align:left;
}
.bloque4Ajustable .bi2 .titulo a
{
	color:#fff;
	text-decoration:none;
}
.bloque4Ajustable .bi2 .titulo a:hover
{
	text-decoration:underline;
}

.bloque4Ajustable .bi3
{
	background-image:url(imagenes/bloques/bloque3/Bloque3_r3_c2.jpg);
	height:9px;
}

.bloque4Ajustable .bi3 .l
{
	float: left;
	width: 36px;
	height: 9px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r3_c1.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi3 .c
{	
	float:left;
	background-color:Transparent;	
	height: 9px;
}
.bloque4Ajustable .bi3 .r
{	
	float:right;
	width:19px;
	height: 9px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r3_c3.jpg);
	background-repeat: repeat-y;
}
	
.bloque4Ajustable .bi4
{
	background-image: url(imagenes/bloques/bloque3/Bloque3_r4_c2.jpg);
	min-height: 129px;
}
.bloque4Ajustable .bi4 .l
{
	float: left;
	width: 36px;
	height: 31px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r4_c1.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi4 .c
{	
	background-color:Transparent;	
	height: 31px;
}
.bloque4Ajustable .bi4 .r
{	
	float:right;
	width:19px;
	height:31px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r4_c3.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi4 .bajada
{
	margin-left: 19px;
	margin-right: 36px;
	color: #696969;
	line-height: 14px;
	text-align:left;
	height:auto;
}
.bloque4Ajustable .bi4 .c .fecha
{
	display:none;	
}

.bloque4Ajustable .bi5
{
	height:0px;
	display:none;	
}
.bloque4Ajustable .bi6
{
	background-image: url(imagenes/bloques/bloque3/Bloque3_r5_c2.jpg);
	background-repeat: repeat-x;
	height: 23px;
}
.bloque4Ajustable .bi6 .l
{
	float: left;
	width: 36px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r5_c1.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi6 .c
{	
	background-color:Transparent;	
	height: 23px;
	float:left;
}
.bloque4Ajustable .bi6 .r
{	
	float:right;
	width:19px;
	height: 23px;
	background-image: url(imagenes/bloques/bloque3/Bloque3_r5_c3.jpg);
	background-repeat: repeat-y;
}
.bloque4Ajustable .bi6 .pie
{
	text-align:right;
	vertical-align:middle;
	color: #fff;
	width:80%;
}

.bloque4Ajustable .bi6 .pie a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.bloque4Ajustable .bi6 .pie a:hover
{
	text-decoration:underline;
	background-color:#A5C5B3;
}
.bloque4Ajustable .separador
{
	height:5px;
	background-color:#F2F2F2;
	
	}








/*
------------------------------------------------
ARTICULO
------------------------------------------------
*/
.articulo 
{
	
}


.articulo .i 
{
	float:right;
	margin-left:12px;
	margin-bottom:5px;	
}

.articulo .imagenContenedor
{
	
	
}


.imagenBotones
{
	
}

.articulo .i .boton
{
	cursor: pointer; 
	cursor: hand; 
}




.articulo .titulo 
{
	color: #004080;
	font-size:1.8em;
	font-weight:bold;
}
.articulo .fecha
{
	font-size: 0.8em;
	color: #a9a9a9;
}



.articulo .volanta 
{
	
}

.articulo .bajadaContenedor
{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:90%;
	/*border-top: #006633 1px solid;
	border-bottom: #006633 1px solid;
	background-color:#EAFFF1;*/
}

.articulo .bajada
{
	/*
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	*/
	color: #333333;
   
	
}

.articulo .texto
{
	color: #333333;
}




.articulo p 
{
	
}


.articulo .enlaces 
{
	
}

.articulo .enlaces a
{
	text-decoration: none;
	color: #a9a9a9;
}
.articulo .enlaces a:hover
{
	text-decoration:underline;
}




/*
------------------------------------------------
ENLACES
------------------------------------------------
*/

.enlaces
{	
}

.enlaces .titulo
{
	border-bottom: #B74224 1px solid;
	width:80%;
	
}

.enlaces .titulo .texto
{
	font-weight: bold;
	font-size: 1.1em;
	color: #B74224;
	
}

.enlaces .listado
{
	padding-left:20px;
	
}

.enlaces .separador
{
	height: 2px;
	border-bottom: #a9a9a9 1px dotted;
}



/*
------------------------------------------------
ARCHIVOS Listado
------------------------------------------------
*/

.archivos
{	
	
}

.archivos .titulo
{
	border-bottom: #B74224 1px solid;
	width:80%;
	
}

.archivos .titulo .texto
{
	font-weight: bold;
	font-size: 1.1em;
	color: #B74224;
	
}

.archivos .listado
{
	padding-left:20px;
	
	
}

.archivos .tabla
{
	padding-left:20px;
	width:100%;
	
}

.archivos .tabla .col1
{
	width:20px;
	vertical-align:top;
	
}

.archivos .tabla .col2
{
	vertical-align:top;
	padding-left:3px;
}

.archivos .separador
{
	height: 2px;
	border-bottom: #a9a9a9 1px dotted;
}


/*
------------------------------------------------
ARTICULO Navegacion 
------------------------------------------------
*/

.navegacionPosicionArticulo
{
	/*border-top: #a9a9a9 1px solid;*/
	border-bottom: #a9a9a9 1px solid;
	width: 100%;
	color: #696969;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navegacionPosicionArticulo .IrPag
{
	float:right;
}
.navegacionPosicionArticulo .IrPag select
{
	color: #696969;
	font-size:0.8em;
}



.navegacionArticulo
{
	border-top: #a9a9a9 1px dotted;
	padding-top: 10px;
	width:90%;
}

.tablaNavegacionArticulo
{
	width:300px;
}
.tablaNavegacionArticulo .celdaPrimero,
.tablaNavegacionArticulo .celdaAnterior,
.tablaNavegacionArticulo .celdaSiguiente,
.tablaNavegacionArticulo .celdaUltimo
{
	background-color:Lime;
}
.tablaNavegacionArticulo{}
.tablaNavegacionArticulo{}
