/*********************************************
Gobierno de la Provincia de Buenos Aires
Subsecretaria de Imagen, Tecnologia y Relaciones Institucionales
Direccion Provincial de Tecnologias
*********************************************/

.destacadosTabla
{
	border-left		: 1px solid #CCCCCC;
	border-top		: 1px solid #CCCCCC;
	border-bottom	: 1px solid #CCCCCC;
	border-right	: 1px solid #CCCCCC;
	
	background-color: white;
	padding		 	: 5px;
	margin-left		: 2px;
	margin-right	: 2px;
	margin-top		: 10px;
	margin-bottom	: 2px;
	
	text-decoration	: none;
	font			: 11px Arial;
	color			: #555555;
	list-style-type	: none;
}

.destacadosTitulo1
{
	font			: bold 12px Arial;
	text-align		: left;
	color			: #01abce;
	border-bottom	: 2px solid #01abce;
	padding		 	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
}

.destacadosTitulo2
{
	font			: bold 12px Arial;
	text-align		: left;
	color			: #660E78;
	border-bottom	: 2px solid #660E78;
	padding		 	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
}

.destacadosTitulo3
{
	font			: bold 12px Arial;
	text-align		: left;
	color			: #F5802F;
	border-bottom	: 2px solid #F5802F;
	padding		 	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
}

.destacadosTitulo4
{
	font			: bold 12px Arial;
	text-align		: left;
	color			: #F5802F;
	border-bottom	: 2px solid #F5802F;
	padding		 	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
}

.destacadosImg
{
	border-left		: 1px solid #CCCCCC;
	border-top		: 1px solid #CCCCCC;
	border-bottom	: 1px solid #CCCCCC;
	border-right	: 1px solid #CCCCCC;
	background-image:url(../images/body/bg_destacados.jpg);
	background-color: White;
	padding-top 	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 5px;
	margin-bottom	: 5px;
}


.colorazul /* TITULARES EN AZUL*/
{
	color			: #133091;
	font-weight:bold;
	text-decoration	: none;
	text-transform	: none;
	margin-left		: 0px;
	margin-bottom	: 0px;
	margin-top		: 0px;
	margin-right	: 0px;
}


.divCajaInstitucional
{
	background-color: #CCCCCC;
	border			: 1px solid #666666;
	font			: bold 11px Arial;
	text-align		: left;
	color			: #333333;
	margin-left		: 0px;
	margin-bottom	: 0px;
	margin-top		: 0px;
	padding-bottom	: 5px;
	padding-top 	: 5px;
	padding-left	:5px;
}

.pad3
{
	padding-left	:20px;
}

.pad6
{
	padding-left	:40px;
}

.bordeIzq
{
	border-left		: 2px solid #133091;
	padding-left 	: 5px;
	margin-left		: 10px;

}

/*INICIO ESTILO MEDIOS*/
.mediosTabla
{
	border-left		: 1px solid #CCCCCC;
	border-top		: 0px solid #CCCCCC;
	border-bottom	: 0px solid #CCCCCC;
	border-right	: 1px solid #CCCCCC;

	background-color: #FFFBF9;
	padding		 	: 3px;
	margin-left		: 5px;
	margin-right	: 5px;
	margin-top		: 10px;
	margin-bottom	: 10px;

	text-decoration	: none;
	font			: 11px Arial;
	color			: #555555;
	list-style-type	: none;
}

.mediosTitulo
{
	border-left		: 1px solid #CCCCCC;
	border-top		: 1px solid #CCCCCC;
	border-bottom	: 1px solid #CCCCCC;
	border-right	: 1px solid #CCCCCC;
	background-color: #333333;
	padding-top 	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
	text-decoration	: none;
	font			: 16px Arial;
	text-align		: center;
	color			: #FFF;
	list-style-type	: none;	

}

.copete
{
	font			: 11px Arial;
	color			: #555555;
}	
/* medios: Hoy*/
#mediosHoy  ul
{
	margin		: 0;
	padding		: 0px;
}
#mediosHoy li
{
	margin: 0 0 0 0;
	padding-bottom:10px;
	padding-left:2px;
	list-style-type:none;
}
#mediosHoy a
{
	color			:#666666;
	text-decoration	:none;
	font-size		:13px;
	font-family		:Arial;
	font-weight		:bold;
	padding-left	:5px;
	border-left		:2px solid #990000;	
}
#mediosHoy a:hover
{
	text-decoration:none;
	color:#C13E30;
}

.mediosHoyCierre
{
	background-color	: #CCC;
	background-image	: url(../images/iconos/arrow1.gif);
	background-position	: right;
	background-repeat	: no-repeat;
	vertical-align		: middle;
	padding-right		: 20px;	
	text-align			: right;
	border-left			: 1px solid #CCCCCC;
	border-top			: 1px solid #CCCCCC;
	border-bottom		: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
}
.mediosHoyCierre a
{
	font-size		:10px;
	color			:#333;
	font-family		:Verdana;
	text-decoration	:none;

}
.mediosHoyCierre a:hover
{
	text-decoration	:underline;

}

/* medios: ORGANISMOS*/
#mediosOrganismos  ul
{
	margin		: 0;
	padding		: 0px;
	list-style-position: outside;
}
#mediosOrganismos li
{
	margin: 0 0 0 0;
	padding: 0;
	padding-left:2px;
	list-style-type:none;
}
#mediosOrganismos a
{
	color			:#666666;
	padding-top		:3px;
	padding-left	:13px;
	text-decoration	:none;
	font-size		:14px;
	font-family		:Arial;
	font-weight		:bold;
	text-transform	:capitalize;
	height			:16px;
}
#mediosOrganismos a:hover
{
	text-decoration:none;
	color:#5E5DE5;
}
.mediosOrganismosCierre
{
	background-color	: #5E5DE5;
	background-image	: url(../images/iconos/arrow1.gif);
	background-position	: right;
	background-repeat	: no-repeat;
	vertical-align		: middle;
	padding-right		: 20px;	
	text-align			: right;
	border-left			: 1px solid #CCCCCC;
	border-top			: 1px solid #CCCCCC;
	border-bottom		: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
}
.mediosOrganismosCierre a
{
	font-size		:10px;
	color			:#FFFFFF;
	font-family		:Verdana;
	text-decoration	:none;

}
.mediosOrganismosCierre a:hover
{
	text-decoration	:underline;

}
/*FIN ESTILO MEDIOS*/

