/* INICIO - ESTILO AGREGADO POR FELIPE LEAL */
/* Agregado para nuevos botones compartir Redes Sociales  DCE 25-02-2014 */
/*Menú Auxiliar*/
#menu_auxiliar{
	font-size: 13px;
	float: right;
	display: inline;
	clear: both;
	padding-left: 30px;
	margin-right: 30px;
	margin-top: 3px;
	color: #B3B3B3;
}

#menu_auxiliar  li{
	list-style-type: none;
	display: inline;
	padding: 0px 6px;
	border-right: 1px solid #ccc;
}

#menu_auxiliar ul{
	display: inline;
}

#menu_auxiliar  .selected a{
	font-weight: bold;
}
/*Menú Auxiliar*/

.redes {
	color: #333;
	display: inline-block;
	width: 110px;
	float: left;
}

ARTICLE.post HEADER DIV.meta DIV.redes {
	float: right;
	width: 530px;
	display: inline-flex;
	display : -webkit-inline-flex;
	display : -moz-inline-flex;
	display : -o-inline-flex;
	max-height: 15px;
	display: -ms-flexbox;
}

.fb_iframe_widget {
	width: 19% !important;
}

#twitter-widget-0 {
	width: 21% !important;
}

.IN-widget {
	width: 25%;
	text-align: left !important;
}

#___plusone_0 {
	width: 14% !important;
}

/* CSS agregado a etiqueta Meta DCE 25-02-2014 */

ARTICLE.post HEADER DIV.meta {
	padding-bottom: 20px;
	padding-top: 10px;
}
/*Fin CSS*/


.contenido_destacado
{
	background-color: #fefcc2;
	border: 1px solid #D8D8D8;
	border-radius: 20px;
	padding: 5px 15px 15px 15px;
	margin: 15px;
}

ARTICLE.post HEADER H1.title
{
	color: #000;
	border-bottom: 1px solid #E2E2E2;
	font-size: 29px;
	font-weight: bold;
	text-transform: none;
	font-family: gobCL, Verdana, sans-serif;
	padding: 18px 5px 20px 0px;
	overflow: hidden;
	clear: left;
	margin-bottom: 10px;
	width: 620px;
	line-height: 115%;
}

a:hover
{
	text-decoration: underline !important;
}
/* REEMPLAZAR CSS MENÚ AUXILIAR */
.menuAux
{
	clear: both;
	display: inline;
	font-size: 13px;
	float: right;
	margin-right: 30px;
	margin-top: 3px;
	padding-left: 30px;
}
/*
.menuAux{
	font-size:12px;
	float:left;
	display:inline;
	clear:both;
	padding-left:20px;
}
*/

/* REEMPLAZAR CSS BUSCADOR */
form.search-site input
{
	background: url("../img/header/search.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #9F9F9F;
	height: 17px;
	margin: 0px 6px 5px 16px;
	padding: 4px 6px 4px 27px;
	width: 168px;
}
/*
form.search-site input {
	background: url("../img/header/search.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #9F9F9F;
	height: 17px;
	margin: 0px 6px 5px 16px;
	padding: 4px 6px 4px 27px;
	width: 168px;
}
*/

/* REEMPLAZAR CSS IMAGEN CONTACTO TELÉFONO */
.imgAtencionCiudadana
{
	float: right;
	margin: 15px 5px 0px 0px;
}
/*
.imgAtencionCiudadana{
	float:right;
	margin-right: 5px;
	clear:both;
}
*/

aside.home3
{
    width: 300px;
    float: left !important;
    height: 70px;
    margin: 25px 0 20px 0;
}

aside.home3 h2
{
    background: url(../img/home/box-h2.png)
    no-repeat;
    color: #005294;
    font-family: gobCL, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 26px;
    padding: 8px 0 0 14px;
}

aside.home3 li
{
    list-style:none;
}

aside.home3 li li
{
    margin: 0px;
    border-bottom: 1px solid #EBE9EA;
    padding: 5px 10px;
}

aside.home3 li li a
{
    color:#757575;
    font-size:13px;
}

aside.home3 p
{
    font-size: 15px;
    color: #787878;
    line-height: 14px;
    margin-bottom: 0;
    text-align: center;
}
/* FIN - ESTILO AGREGADO POR FELIPE LEAL */


/*Estilos Básicos*/
HTML
{
	/*background: #F6F6F6 url(../img/header/main-bg.png) repeat-y center top;*/
	background: url(../img/home/main-bg.jpg) center top repeat-y;
}
BODY
{
	color: #000;
/*background: url(/assets/img/fondo-gob.jpg) center top no-repeat;*/
	margin: 0;
	padding: 0;
	font: 13px/140% gobCL, Arial, sans-serif;
	/*font: 12px/140% Verdana, Helvetica, sans-serif;*/
	text-align: center;
	background: url(../img/header/body-bg.png) repeat-x center top;
}
@font-face
{
	font-family: gobCL;
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/gobcl_regular-webfont.eot');
	src: local('☺'), url('../fonts/gobcl_regular-webfont.woff') format('woff'), url('../fonts/gobcl_regular-webfont.ttf') format('truetype'), url('../fonts/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');
}
P
{
	text-align: left;
}
IFRAME
{
	border: 0;
	overflow: hidden;
}
IFRAME.contact
{
	margin-left: -14px;
}
.text-centered
{
	text-align: center;
}
H1
{
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 2px;
	font-family: gobCL, Verdana;
}
H2
{
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: gobCL, Verdana;
}
H3
{
	font-size: 16px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}
H4
{
	font-size: 14px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}
A
{
	color: #006CB7;
	text-decoration: none;
}
IMG
{
	border-style: none;
}
HEADER, FOOTER, SECTION, NAV, ASIDE, HGROUP
{
	display: block;
}
UL.clean
{
	margin: 0;
	padding: 0;
}
UL.clean LI
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*Estilos para las cajas*/
.wrapped
{
	width: 960px;
	height: auto;
	margin: 0 auto;
}
HEADER#top
{
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 175px;
}
HEADER#top H1.logo
{
	margin: 0;
	width: 170px;
	height: 170px;
	background: url(../img/header/logo-web.png) no-repeat;
	text-indent: -10000px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 100;
	box-shadow: 2px 2px 2px #ccc;
}
HEADER#top H1.logo A
{
	display: block;
	width: 172px;
	height: 169px;
	outline: 0 none #000000;
}
HEADER#top DIV#tools
{
	width: 795px;
	height: 90px;
	background-color: #F6F6F6;
	position: absolute;
	top: 20px;
	right: 6px;
	padding-top: 0px;
}
HEADER#top DIV#tools FORM
{
	float: right;
}
SECTION#top
{
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	height: 30px;
	background: url("../img/bg_top.png");
}
SECTION#top DIV.wrapped
{
	font-size: 11px;
	color: #666666;
	width: 940px !important;
	padding: 7px 10px;
	overflow: hidden;
}
SECTION#main
{
	width: 990px;
	height: auto;
	text-align: left;
	margin: 0px auto 0px auto;
}
SECTION#wrap
{
	width: 960px;
	height: auto;
	margin: 0px auto;
}
#welcome
{
	width: 320px;
	height: 20px;
	font-size: 11px;
	color: #666666;
	float: left;
	margin: 4px auto 0px 10px;
	text-align: left;
}
#topdate
{
	width: 320px;
	height: 20px;
	font-size: 11px;
	color: #666666;
	float: right;
	margin: 4px 10px 0px auto;
	text-align: right;
}
/*estilos para las cajas de los contenidos interiores. p.d: in=interior*/
#generalcontent
{
	width: 715px;
	height: 790px;
	float: left;
	margin: 0px 0px 0px 2px;
	background-image: url(../img/interiortop.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.intitulo
{
	color: #006699;
	width: 660px;
	float: left;
	font-size: 18px;
	text-align: left;
}
.intexto
{
	color: #666666;
	width: 660px;
	float: left;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: left;
}
/*estilos para el header

.logo h1 a {
width: 315px;
height: 125px;
float:left;
background-image: url(../img/logo.jpg);
text-indent: -5000px;
outline: 0 none;
}

estilos para el mini menu superior*/
#minimenu
{
	color: #666666;
	font-size: 11px;
	width: 430px;
	height: 20px;
	float: right;
	margin: 20px 35px 0px auto;
	text-align: right;
}
/*estilos para el buscar*/
#search
{
	width: 315px;
	height: 30px;
	float: right;
	margin: 0px 35px 0px auto;
}
/*estilos para la botonera*/
nav#menu
{
	position: absolute;
	top: 90px;
	left: 1px;
	width: 794px;
	height: 45px;
	margin: 0;
	background-image: url(../img/header/menu-bg.png);
	background-repeat: repeat-x;
}












.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1;
}
.sf-menu UL
{
	position: absolute;
	top: -50em;
	opacity:0;
	/*width: 19em;*/
	width:13em;
}
.sf-menu UL LI
{
	width: 197px;
}
.sf-menu UL LI UL
{
	margin-left:-50px;
}
.sf-menu UL LI UL LI UL
{
	margin-left:-37px;
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu A
{
	display: block;
	position: relative;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 0;
	top: 3em;
	opacity:1;
/*match top ul list item height*/
	z-index: 99;
}
UL.sf-menu LI:hover LI UL, UL.sf-menu LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI:hover UL, UL.sf-menu LI LI.sfHover UL
{
	left: 19em;
/*match ul width*/
	top: 0;
}
UL.sf-menu LI LI:hover LI UL, UL.sf-menu LI LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI LI:hover UL, UL.sf-menu LI LI LI.sfHover UL
{
	left: 18em;
/*match ul width*/
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu
{
	float: left;
	z-index: 100;
}
.sf-menu A
{
	/*padding: 1.1em 1em;*/
	text-decoration: none;
}
.sf-menu A:hover
{
	color: #005fab !important;
}
.sf-menu LI
{
	float: left;
	position: relative;
	/*background: #6E6E6E;*/
	background: url(../img/header/menu-li-right.png) right top no-repeat;
	z-index: 100;
	display: table-cell;
	height: 3.0em;
	vertical-align: middle;
}

.sf-menu li a {
	color: #787878;
	font-family: 'gobCL', Arial, sans-serif;
    font-size: 13px;
	text-decoration: none;
	background: url(../img/header/menu-li-left.png) left top no-repeat;
	padding: 0px 15px;
	width: 83px;
	text-align: center;
	display: table-cell;
	height:3.0em;
	vertical-align:middle;
}

.sf-menu LI LI
{
	background: url(../img/header/menu-bg.png);
	z-index: 100;
}

.sf-menu li li a
{
	width: 13em;
	padding: 0px 15px;
	text-align: left;
}

.sf-menu LI LI LI
{
	background: url(../img/header/menu-bg.png);
	z-index: 100;
}
.sf-menu LI:hover, .sf-menu LI.sfHover, .sf-menu A:focus, .sf-menu A:hover, .sf-menu A:active
{

}
.sf-menu A:hover, .sf-menu A:active
{
	z-index: 100;
}

.sf-menu A.sf-with-ul
{
	padding-top:1em;
	padding-right: 2.25em;
	min-width: 1px;
/*trigger IE7 hasLayout so spans position accurately*/
}
/*estilos para la galeria*/






#suckerfishnav{
background:none;
}







#gallery
{
	width: 960px;
	height: 430px;
	margin: 5px auto 0px;
	padding-top: 20px;
	float: left;
}
/*estilos para las cajas de contenido*/
SECTION#content
{
	width: 952px;
	margin: 0 18px 0 20px;
	overflow: hidden;
}
/*Columna 1*/
SECTION#content ASIDE
{
	float: left;
	display: inline !important;
}
SECTION#content ASIDE.sidebar
{
	width: 228px !important;
	overflow: hidden;
	margin-left: 0px;
	float: right;
}
SECTION#content ASIDE.birthday
{
	width: 228px !important;
	overflow: hidden;
	margin-left: 5px;
	float: left;
}
SECTION.homepage ASIDE.sidebar
{
	float: left !important;
}
SECTION#content ASIDE.left
{
	width: 690px;
}
/*FORM.search-site
{
	position: relative;
	width: 228px;
}
FORM.search-site INPUT
{
	background: url(../img/header/search.png) no-repeat;
	border: 0 none #000000;
	height: 17px;
	margin: 10px 15px;
	padding: 3px 6px;
	width: 193px;
	color: #9F9F9F;
}
FORM.search-site BUTTON.image
{
	background: transparent url("../img/banners/lupa-chile-clic.png") no-repeat scroll left top;
	border: 0 none #000000;
	height: 17px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 19px;
	text-indent: -10000px;
	top: 14px;
	width: 17px;
	cursor: pointer;
}
FORM.search-site INPUT.active
{
	color: #000000;
}*/

form.search-site {
	position: relative;
	margin: 20px 15px 0px 0px;
	width: 228px;
}
form.search-site button.image {
	border: 0 none; height: 17px; margin: 0; padding: 0; position: absolute; left: 20px; text-indent: -10000px; top: 14px; width: 17px; cursor: pointer; background: transparent;
}

dl#socialItems { float: right; padding:10px !important; margin: 0px !important; display: block; }
dl#socialItems dd{ float: left; margin-right: 5px; margin-left: 0px !important; padding-left: 0px !important; width: 16px; height: 16px; }
dl#socialItems dd a{ width: 16px; height: 16px; text-indent: -9999px; display: block; }
dl#socialItems a.yt{ background: url(../img/header/ico-youtube_bn.png) 0 0 no-repeat; }
dl#socialItems a.tw{ background: url(../img/header/ico-tw.png) 0 0 no-repeat; }
dl#socialItems a.rs{ background: url(../img/header/ico-rss_bn.png) 0 0 no-repeat; }
dl#socialItems a.yt:hover{ background: url(../img/header/ico-youtube.png) 0 0 no-repeat; }
dl#socialItems a.tw:hover{ background: url(../img/header/ico-tw-hover.png) 0 0 no-repeat; }
dl#socialItems a.rs:hover{ background: url(../img/header/ico-rss.png) 0 0 no-repeat; }


SECTION#content ASIDE.sidebar DIV.box, SECTION#content ASIDE.birthday DIV.box
{
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	width: 228px;
}
SECTION#content ASIDE DIV.even
{
	margin-right: 0 !important;
}
SECTION#content ASIDE.sidebar DIV.box H2,SECTION#content ASIDE.birthday DIV.box H2,SECTION#content ASIDE.buttons DIV.box H2

{
	background: transparent url("../img/sidebar/boton-h2-sidebar.png") no-repeat scroll left top;
	color: #005294;
	font-family: gobCL, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 21px;
	padding: 3px 0 0 7px;
	text-transform: none;
}
DIV.box UL.archive
{
	padding: 0;
	margin: 0;
	margin-left: 3px;
}
DIV.box UL.archive LI
{
	list-style-type: none;
	padding: 5px;
	border-bottom: 1px solid #EBE9EA;
}
DIV.box UL.archive LI A
{
	color: #7F7F7F;
	font-size: 12px;
}
DIV.box UL.calendar
{
	padding: 0;
	margin: 0;
}
DIV.box UL.calendar LI
{
	padding: 5px;
	border-bottom: 1px solid #EBE9EA;
}
DIV.box UL.calendar LI TIME
{
	font-size: 10px;
	color: #A2A2A2;
	display: block;
}
DIV.box UL.calendar LI A
{
	color: #005294;
	font-size: 11px;
}
SECTION#content ASIDE DIV.last-news UL
{
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0px;
}
SECTION#content ASIDE DIV.last-news UL LI
{
	list-style-type: none;
	text-align: left;
	margin-bottom: 2px;
}
SECTION#content ASIDE DIV.last-news UL LI IMG
{
	margin-top: 4px;
	float: left;
	margin-right: 10px;
}
SECTION#content ASIDE DIV.last-news UL LI TIME
{
	font-size: 9px;
	color: #BBBBBB;
	display: block;
	height: 15px;
}
SECTION#content ASIDE DIV.last-news UL LI A
{
	color: #787878;
	font-size: 12px;
	line-height: 14px;
	display: block;
}
SECTION#content ASIDE.left DIV UL LI
{
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 7px;
	overflow: hidden;
}
SECTION#content ASIDE.left DIV UL LI:last-child
{
	border-bottom: 0 none #000000;
}
SECTION#content ASIDE.left DIV A.more
{
	float: right;
	font-size: 10px;
	margin-right: 10px;
}
SECTION#content ASIDE DIV.gov-news UL
{
	margin-left: 0;
	padding: 0 5px;
}
SECTION#content ASIDE DIV.gov-news UL LI
{
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;
}
SECTION#content ASIDE DIV.gov-news UL LI IMG
{
	margin-top: 4px;
	float: left;
	margin-right: 10px;
}
SECTION#content ASIDE DIV.gov-news UL LI TIME
{
	font-size: 9px;
	color: #BBBBBB;
	display: block;
	height: 15px;
}
SECTION#content ASIDE DIV.gov-news UL LI A
{
	color: #787878;
	font-size: 11px;
	display: block;
	line-height: 14px;
}
SECTION#content ASIDE.left DIV.gov-news UL LI A
{
	margin-left: 58px !important;
}
SECTION#content ASIDE DIV.specials UL
{
	margin-left: 0;
	padding: 0 5px;
}
SECTION#content ASIDE DIV.specials UL LI
{
	clear: both;
	list-style-type: none;
	margin-bottom: 3px;
	overflow: hidden;
	text-align: left;
	padding-top: 3px;
}
SECTION#content ASIDE DIV.specials UL LI IMG
{
	float: left;
	margin-right: 10px;
}
SECTION#content ASIDE DIV.specials UL LI H3
{
	margin: 0 0 2px 0px;
}
SECTION#content ASIDE DIV.specials UL LI H3 A
{
	color: #787878;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
SECTION#content ASIDE DIV.primera-dama UL
{
	margin-left: 0;
	padding: 0 5px;
}
SECTION#content ASIDE DIV.primera-dama UL LI
{
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;
}
SECTION#content ASIDE DIV.primera-dama UL LI TIME
{
	font-size: 9px;
	color: #BBBBBB;
	display: block;
	height: 15px;
}
SECTION#content ASIDE DIV.primera-dama UL LI A
{
	color: #787878;
	font-size: 11px;
	display: block;
	line-height: 14px;
}
SECTION#content ASIDE DIV.interviews UL
{
	margin-left: 0;
	padding: 0 5px;
}
SECTION#content ASIDE DIV.interviews UL LI
{
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;
}
SECTION#content ASIDE DIV.interviews UL LI TIME
{
	font-size: 9px;
	color: #BBBBBB;
	display: block;
	height: 15px;
}
SECTION#content ASIDE DIV.interviews UL LI A
{
	color: #787878;
	font-size: 11px;
	display: block;
	line-height: 14px;
}
A.video
{
	position: relative;
}
A.video IMG.overlay
{
	position: absolute;
	top: 0;
	left: 0;
}
SECTION#content ASIDE DIV.calendar UL
{
	margin-left: 0;
	padding-left: 5px;
}
SECTION#content ASIDE DIV.calendar UL LI
{
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;
	position: relative;
}
/*
section#content aside div.calendar ul li time {
font-size: 15px;
color: #666666;
text-align: center;
position: absolute;
top: 3px;
}
*/
SECTION#content ASIDE DIV.calendar UL LI TIME
{
	width: 60px;
	text-align: center;
	float: left;
	margin-top: 7px;
}
SECTION#content ASIDE DIV.calendar UL LI TIME SPAN.day
{
	color: #B1B1B1;
	font-family: gobCL, sans-serif;
	font-size: 9px;
	display: block;
}
SECTION#content ASIDE DIV.calendar UL LI TIME SPAN.hour
{
	color: #006CB7;
	font-size: 20px;
	font-family: gobCL, sans-serif;
}
SECTION#content ASIDE DIV.calendar UL LI P
{
	border-left: thin solid #EF4144;
	margin: 7px 5px 7px 60px;
	padding-left: 7px;
	font-size: 11px;
	color: #787878;
}
SECTION#content ASIDE DIV.calendar UL LI P SPAN
{
	display: block;
	color: #CC0000;
}
SECTION#content ASIDE.left UL.banners
{
	clear: both;
	border-top: 1px solid #EBEBEB;
	margin-top: 30px;
	padding-top: 15px;
}
SECTION#content ASIDE.left UL.banners LI
{
	width: 200px;
	padding: 3px 15px;
	float: left;
}
ASIDE.sidebar H2
{
	width: 245px;
	height: 26px;
	background: url(../img/sidebar/sidebar-h2.png) no-repeat center top;
	padding: 6px 0 0 11px;
}
ASIDE.sidebar H2 A
{
	font-weight: normal;
	font-size: 16px;
	color: #005294;
}
ASIDE.home
{
	width: 300px;
	height: 260px;
	float: left !important;
}
ASIDE.home > H2
{
	background: url(../img/home/box-h2.png) no-repeat;
	color: #005294;
	font-family: gobCL, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 26px;
	padding: 8px 0 0 14px;
	text-transform: none;
}
/*aside.buttons h2
{
        background: url(../img/home/box-h2.png) no-repeat;
        color: #005294;
        font-family: gobCL, Verdana, sans-serif;
        font-size: 16px;
        font-weight: normal;
        height: 26px;
        padding: 8px 0 0 14px;
}*/
aside.buttons li li a
{
	color:#757575;
	font-size:11px;
}
aside.buttons p
{
	font-size: 11px;
	color: #787878;
	line-height: 14px;
	margin-bottom: 0;
	text-align: justify;
}
aside.buttons h2
{
    background-color: #0064AC;
    color: #FFF;
    font-family: gobCL, Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height:38px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1px;
}
ASIDE.home UL.news
{
	padding: 0;
	margin: 0;
}
ASIDE.home UL.news LI
{
	/*border-bottom: 1px solid #EBE9EA;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 5px;
}
ASIDE.home UL.news LI.small
{
	padding: 5px 0 0 7px !important;
}
aside.home ul.news li article
{
	height:190px;
}
ASIDE.home UL.news LI ARTICLE IMG
{
	float: left;
	margin-right: 10px;
	background-color: #FBFBFB;
	padding: 4px;
	border: 1px solid #F0F0F0;
	border-bottom: 1px solid #D3D3D3 !important;
}
ASIDE.home UL.news LI ARTICLE TIME
{
	font-size: 12px;
	color: #A2A2A2;
}
ASIDE.home UL.news LI ARTICLE H2
{
	margin-top: 0 !important;
	text-align: justify;
	line-height: 0.85em;
}
ASIDE.home UL.news LI ARTICLE H2 A
{
	font-family: gobCL, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #005294;
	text-align: justify;
}
ASIDE.home UL.news LI ARTICLE P
{
	font-size: 13px;
	color: #787878;
	line-height: 17px;
	margin-bottom: 0;
	text-align: justify;
}
ASIDE.home UL.news LI A.more
{
	float: right;
	color: #A2A2A2;
	font-size: 10px;
	display: block;
	margin-right: 10px;
}
ASIDE.home UL.news A.more
{
	float: right;
	color: #A2A2A2;
	font-size: 10px;
	display: block;
	margin-right: 10px;
}
aside.home ul.news li article h2 .gobLi{
	background: url(../img/footer/li-bullet.png) no-repeat left 7px;
	display: inline-block;
	padding-right: 5px;
}
/*Columna 2*/
#box2
{
	width: 250px;
	height: 595px;
	float: left;
	margin-right: 5px;
	border: thin dotted #E7E7E7;
}
.boxgobierno
{
	color: #135C91;
	width: 230px;
	height: 15px;
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 15px 10px;
	text-align: left;
	background-image: url(../img/gobiernoinforma.jpg);
}
.boxup
{
	width: 250px;
	height: 275px;
	float: left;
}
.boxdown
{
	width: 250px;
	height: 265px;
	float: left;
}
.lastnews
{
	color: #FFF;
	text-transform: uppercase;
	width: 230px;
	height: 18px;
	background-color: #006699;
	float: left;
	padding: 3px 10px 0px;
	font-weight: bold;
	text-align: left;
}
.contentpost
{
	width: 230px;
	height: 50px;
	float: left;
	margin: 5px 0px 5px 10px;
}
.date
{
	color: #666666;
	width: 120px;
	height: 13px;
	float: left;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}
.infopost
{
	width: 225px;
	height: 30px;
	float: left;
	color: #135C91;
	font-size: 11px;
	text-align: left;
	font-weight: 500;
	line-height: 1;
}
/*Columna 3*/
#box3
{
	width: 250px;
	height: 595px;
	float: left;
	margin-right: 5px;
	border: thin dotted #E7E7E7;
}
.boxagenda
{
	color: #D23D3D;
	width: 230px;
	height: 15px;
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 15px 10px;
	text-align: left;
	background-image: url(../img/agendadelpresidente.jpg);
}
.especial
{
	color: #FFF;
	text-transform: uppercase;
	width: 230px;
	height: 18px;
	background-color: #006699;
	float: left;
	padding: 3px 10px 0px;
	font-weight: bold;
	text-align: left;
}
.bigmonth
{
	width: 50px;
	height: 15px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.biginfo
{
	font-size: 40px;
	width: 50px;
	height: 50px;
	margin: 0px auto 0px 0px;
	float: left;
	border-right: thin solid #CC0101;
}
.bigdate
{
	font-size: 25px;
	width: 50px;
	height: 28px;
	margin: 0px -5px 0px 0px;
	float: left;
}
.thumb
{
	width: 60px;
	height: 45px;
	margin: 0px auto 0px 10px;
	float: left;
}
.resumen
{
	color: #135C91;
	width: 120px;
	height: 15px;
	float: left;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	margin-left: 5px;
}
/*
.hour {
color: #cc0101;
width:120px;
height:15px;
float:left;
font-size: 12px;
font-weight: 700;
text-align:left;
margin-left:5px;
}
*/
.infopost2
{
	width: 150px;
	height: 30px;
	float: left;
	color: #666666;
	font-size: 11px;
	text-align: left;
	font-weight: 500;
	line-height: 1;
	margin-left: 5px;
}
.infopost3
{
	width: 150px;
	height: 30px;
	float: left;
	color: #666666;
	font-size: 11px;
	text-align: left;
	font-weight: 500;
	line-height: 1;
	margin-left: 5px;
}
/*Columna 4*/
#box4
{
	width: 195px;
	height: 595px;
	margin-right: 20px;
	float: left;
	background-image: url(../img/side4.jpg);
	background-repeat: no-repeat;
}
.boxtop
{
	color: #135C91;
	width: 175px;
	height: 15px;
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 15px 10px;
	text-transform: uppercase;
	background-color: #E7E7E7;
}
.boxesright
{
	width: 195px;
	height: 70px;
	margin: 8px 0px 0px;
	float: left;
}
/*estilos para el SIDEBAR si existe*/
#sidebar
{
	width: 240px;
	height: 760px;
	float: left;
	background-color: #F2F2F2;
	border: thin dotted #E7E7E7;
}
/*estilos para el footer*/
SECTION#main FOOTER
{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px !important;
}
SECTION#main FOOTER NAV.sites
{
	text-align: center;
}
SECTION#main FOOTER NAV.sites A
{
	margin-right: 10px;
}
.logos
{
	width: 100px;
	height: 70px;
	float: left;
	margin: 0px 0px 0px 9px;
}
footer div.banners div div.atencion
{
	float:left;
	width: 320px;
	height: 70px;
	text-align: center;
	margin-left: 23px;
	margin-bottom: 0px;
	color: #757575;
	background-color: #F9F9F9;
	border: 1px solid #C1C1C1;
	padding-top:20px;
	text-shadow: 2px 2px 2px #CCC;
}
footer div.banners div div.consultas
{
    float:left;
    width: 588px;
    height: 90px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 0px;
	padding-top: 20px;
	color: #757575;
	text-shadow: 2px 2px 2px #CCC;
}
footer div.banners div div.atencion h3
{
	font-size:16px !important;
	text-align: center !important;
	color: #006BB6;
	line-height: 0.1em;
}
footer div.banners div div.consultas h3
{
    font-size:24px !important;
    text-align: center !important;
    color: #EF4042;
	line-height: 0.1em;
}

FOOTER DIV.banners
{
	background-color: #EFEFEF;
	overflow: hidden;
	padding: 0;
	margin: 0 6px;
	min-height: 134px;
	padding-bottom: 5px;
    background: url(../img/footer/line.png) no-repeat left top;
}
FOOTER DIV.banners UL
{
	width: 950px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 9px;
}
FOOTER DIV.banners UL LI
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: 7px;
	margin-left: 14px;
}
FOOTER DIV.links UL LI
{
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 7px;
        margin-left: 14px;
}
footer div.links h2{
	margin-left:38px
}
div .side-menu li{
	width: 226px;
	height: 30px;
	background: url(../img/featured/boton-sidebar-home.png) no-repeat;
}
div .side-menu li a{
	font-family: gobCL, Verdana, sans-serif;
	font-size: 14px !important;
	color: #757575;
	display: block;
	padding: 8px 10px;
}
FOOTER DIV.banners DIV.chileclic
{
	background: url(../img/footer/chileclic.png) no-repeat;
	height: 119px;
	float: right;
	margin-right: 17px;
	padding: 35px 0 0 57px;
	width: 183px;
}
/*estilos para el menu inferior, debajo del footer*/
#bottommenu
{
	margin: 0 6px;
	padding: 5px 12px 0;
	height: 21px;
	font-size: 12px;
	background-color: #F6F6F6;
	clear: both;
}
#bottommenu ADDRESS
{
	float: left;
	font-style: normal;
	color: #666;
}
#bottommenu NAV
{
	float: right;
	color: #A7A7A7;
}
#bottommenu NAV A
{
	color: #666;
}
#bottommenu NAV A:hover
{
	color: #135C91;
}
#menu1
{
	color: #A7A7A7;
	font-size: 11px;
	width: 430px;
	height: 20px;
	float: left;
	text-align: left;
	margin: 0px auto 0px 35px;
}
#menu2
{
	color: #A7A7A7;
	font-size: 11px;
	width: 430px;
	height: 20px;
	float: right;
	text-align: right;
	margin: 0px 35px 0px auto;
}
.debug
{
	outline: 1px solid #FF0000;
}
.aligncenter
{
	margin: 0 auto;
	display: block;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.block
{
	display: block;
}
.none
{
	display: none;
}
SECTION.list, ARTICLE.post
{
	width: 715px;
	float: left;
}
ARTICLE.post HEADER
{
	background: url(../img/article/line-top.png) no-repeat left top;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-left: 20px;
}
ARTICLE.post NAV.breadcrumb
{
	float: left;
    clear:both;
    width:100%;
	padding: 13px 0 0;
	color: #9F9F9F;
}
ARTICLE.post NAV.breadcrumb A
{
	color: #9F9F9F;
	font-size: 11px;
}
ARTICLE.post NAV.breadcrumb STRONG
{
	display: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #9F9F9F;
	font-size: 10px;
}
ARTICLE.post UL.tools
{
	float: right;
	height: 40px;
	margin: 0;
}
ARTICLE.post UL.tools LI
{
	float: left;
}
/*
ARTICLE.post HEADER H2.title
{
	color: #006CB7;
	border-bottom: 1px solid #E2E2E2;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	font-family: gobCL, Verdana, sans-serif;
	padding: 9px 20px 14px 0;
	overflow: hidden;
    clear: left;
	margin-bottom: 10px;
	width: 620px;
}
*/
ARTICLE.post HEADER H2.title
{
	color: #006CB7;
	border-bottom: 1px solid #E2E2E2;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	font-family: gobCL, Verdana, sans-serif;
	padding: 9px 20px 14px 0;
	overflow: hidden;
	clear: left;
	margin-bottom: 10px;
	width: 620px;
	line-height: 125%;
}
ARTICLE.post HEADER DIV.meta
{
	overflow: hidden;
	height: 22px;
	margin-right: 30px;
}
ARTICLE.post HEADER DIV.meta TIME
{
	color: #9F9F9F;
	font-size: 11px;
	float: left;
	margin-top: 2px;
}
ARTICLE.post HEADER DIV.meta P.share
{
	float: right;
	margin: 0;
	width:150px;
}
ARTICLE.post HEADER DIV.meta P.share A, ARTICLE.post HEADER DIV.meta P.share IFRAME
{
	float: left;
	margin-left: 10px;
}
ARTICLE.post SECTION.body
{
	margin-left: 20px;
	margin-right: 10px;
}
ARTICLE.post SECTION.body IMG
{
	max-width: 640px;
	height: auto;
}
/*
ARTICLE.post SECTION.body P
{
	color: #666666;
	text-align: left;
	margin-right: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
}
*/
ARTICLE.post SECTION.body P
{
	color: #666666;
	text-align: left;
	margin-right: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 15px;
}
ARTICLE.post SECTION.body BLOCKQUOTE
{
	border-left: 1px solid #006699;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*
ARTICLE.post SECTION.body H2
{
	color: #006CB7;
	text-transform: none;
	margin-top: 30px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
*/
ARTICLE.post SECTION.body H2
{
	color: #006CB7;
	text-transform: none;
	margin-top: 30px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
}
/*
ARTICLE.post SECTION.body H3
{
	color: #006CB7;
	text-transform: none;
	margin-top: 15px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
*/
ARTICLE.post SECTION.body H3
{
	color: #006CB7;
	text-transform: none;
	margin-top: 15px;
	font-family: gobCL, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
}
/*
ARTICLE.post SECTION.body H4
{
	color: #006CB7;
	text-transform: none;
	margin-top: 15px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
*/
ARTICLE.post SECTION.body H4
{
	color: #006CB7;
	text-transform: none;
	margin-top: 15px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
/*
ARTICLE.post SECTION.body UL LI
{
	color: #666;
	margin-bottom: 5px;
}
*/
ARTICLE.post SECTION.body UL LI
{
	color: #666;
/*	margin: 10px 30px 10px 30px;*/
	font-size: 14px;
}
ARTICLE.post SECTION.tools
{
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #ECECEC;
	text-align: center;
}
ASIDE.left UL
{
	margin: 0;
	padding: 0;
}
ASIDE.left UL LI
{
	list-style-type: none;
	margin-bottom: 8px;
}
ASIDE.left UL LI A IMG
{
	display: block;
}
ASIDE.left UL LI.primera-dama
{
	margin-left: 5px;
	overflow: hidden;
}
ASIDE.left UL LI.primera-dama IMG
{
	float: right;
	margin-left: 10px;
}
ASIDE.left UL LI.primera-dama HGROUP
{
	font-family: gobCL, Arial, sans-serif;
	font-weight: normal;
}
ASIDE.left UL LI.primera-dama A
{
	color: #CC0000;
}
ASIDE.left UL LI.primera-dama P
{
	color: #7A7A7A;
}
ASIDE.sidebar LI.networks
{
	height: 43px;
	text-align: center;
	padding-top: 17px;
}
ASIDE.sidebar LI.networks A
{
	margin: 0 9px;
}
/*aside.util ul li a img { display: block;}*/
.chileclic
{
	background: url(../img/sidebar/chileclic.png) no-repeat left top;
	height: 156px;
	padding: 0px;
	width: 240px;
}
.chileclic A
{
	height: 61px;
	width: 240px;
	display: block;
}
.chileclic FORM
{
	padding: 9px 12px 0;
	margin: 0;
}
.chileclic FORM INPUT.text
{
	border: 0;
	float: left;
	width: 140px;
	color: #999;
}
.chileclic FORM INPUT.active
{
	color: #000000;
}
.chileclic FORM BUTTON.image
{
	float: right;
	border: 0;
	background: url(../img/banners/lupa-chile-clic.png) no-repeat left top;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
	width: 17px;
	height: 17px;
}
/*Idiomas en Biografía Presidente*/
UL.flags
{
	overflow: hidden;
	margin: 0 !important;
	padding: 0 0 0 12px;
}
UL.flags LI
{
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	list-style-type: none;
	padding: 5px 0 0 22px;
	text-align: left;
	width: 77px;
}
UL.flags LI.es
{
	background-image: url(../img/flags/cl.png);
}
UL.flags LI.en
{
	background-image: url(../img/flags/us.png);
}
UL.flags LI.pt
{
	background-image: url(../img/flags/br.png);
}
UL.flags LI.fr
{
	background-image: url(../img/flags/fr.png);
}
UL.flags LI.cn
{
	background-image: url(../img/flags/cn.png);
}
UL.flags LI.de
{
	background-image: url(../img/flags/de.png);
}
UL.flags LI.jp
{
	background-image: url(../img/flags/jp.png);
}
UL.flags LI.arn
{
	background-image: url(../img/flags/arn.png);
}
UL.flags LI A.active
{
	font-weight: bold;
}
DIV.separator
{
	margin: 10px 20px;
	height: 1px;
	overflow: hidden;
	background-color: #CCC;
}
UL.banners
{
	margin: 0;
	padding: 0;
}
UL.banners LI
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px !important;
	border: 0;
}
SECTION.people UL.list
{
	float: left;
	width: 690px;
	padding: 0;
}
SECTION.people UL.list LI
{
	display: block;
	clear: both;
	list-style-type: none;
	margin: 0 20px 20px;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
}
SECTION.people UL.list LI A.photo
{
	float: left;
	display: block;
}
SECTION.people UL.list LI HGROUP
{
	margin-left: 130px;
	display: block;
}
SECTION.people UL.list LI HGROUP H2, SECTION.people UL.list LI HGROUP H3
{
	font-weight: normal;
	font-family: gobCL, Arial, sans-serif;
	color: #006699;
}
SECTION.people UL.list LI P
{
	margin-left: 130px;
}
SECTION.people UL.list LI A.more
{
	margin-left: 130px;
	display: block;
}
SECTION.people UL.list LI DL
{
	float: left;
	clear: left;
	margin: 20px 0 0;
	width: 110px;
}
SECTION.people UL.list LI DL DT
{
	color: #006699;
	font-family: gobCL, Arial, sans-serif;
	font-size: 14px;
}
SECTION.people UL.list LI DL DD
{
	margin-left: 0;
	margin-bottom: 20px;
}
SECTION.people UL.list LI DL DD A
{
	color: #000000;
}
SECTION.category UL.list
{
	float: left;
	width: 690px;
	padding: 0;
	margin: 0;
}
SECTION.category UL.list LI
{
	display: block;
	list-style-type: none;
	margin: 0 20px 20px;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
}
/*section.category ul.list li date*/
#INVALID-RULE
{
}
SECTION.category UL.list LI H3.title
{
	font-family: gobCL, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
	color: #006CB7;
}
SECTION.category UL.list LI TIME
{
	color: #9F9F9F;
	font-size: 12px;
}
SECTION.category UL.list LI IMG
{
	float: left;
	margin-right: 10px;
}
SECTION.category UL.list LI P
{
	color: #898989;
	font-size: 13px;
}
SECTION.category UL.list LI A.more
{
	display: block;
	color: #006CB7;
}
H2.subsection
{
	color: #006699;
	float: left;
	font-family: gobCL, Arial, sans-serif;
	margin-left: 40px;
	margin-top: 30px;
}
NAV.fundaciones
{
	text-align: center;
}
IMG.alignleft
{
	margin: 0 15px 15px 0;
}
IMG.alignright
{
	margin: 0 0 15px 15px;
}
IMG.aligncenter, IMG.alignnone
{
	margin-bottom: 20px;
}
SECTION.twitter
{
	margin-top: 20px;
	margin-bottom: 20px;
}
SECTION.twitter H2
{
}
SECTION.twitter A.footer
{
	background: url(../img/twitter-logo.jpg) no-repeat left top;
	width: 79px;
	height: 24px;
	display: block;
	text-indent: -10000px;
	outline: 0 none #000000;
}
SECTION.twitter UL
{
	margin: 0;
	padding: 0;
}
SECTION.twitter UL LI
{
	list-style-type: none;
	clear: both;
	margin-bottom: 6px !important;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}
SECTION.twitter UL LI SPAN
{
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	color: #333;
	border-radius: 5px 5px 5px 0px #CCC;
}
SECTION.twitter UL LI TIME
{
	float: right;
	color: #77A0BC;
	font-size: 11px;
	margin-right: 5px;
}
UL.links
{
}
UL.links LI
{
	list-style-type: square;
	margin-bottom: 5px;
}
UL.links LI A
{
	font-size: 18px;
}
SECTION.efemerides H2
{
	float: left;
	clear: left;
	width: 100px;
	margin: 0 !important;
	font-size: 20px !important;
	padding-top: 10px;
	text-align: center;
}
SECTION.efemerides H3
{
	margin-left: 120px;
	padding-left: 20px;
	border-left: 1px solid #ECECEC;
	margin-bottom: 0;
	margin-top: 0 !important;
	padding-top: 15px;
}
SECTION.efemerides DL
{
	margin-left: 120px;
	padding-left: 50px;
	border-left: 1px solid #ECECEC;
	margin-top: 0 !important;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 12px;
}
SECTION.efemerides DL DT
{
	font-weight: bold;
	margin-top: 5px;
}
SECTION#comments
{
	margin: 20px;
	margin-top: 50px;
}
SECTION#comments H2
{
	color: #006699;
	font-family: gobCL, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#IDCommentsHead H3
{
	display: none !important;
}
SPAN.author
{
	color: #006CB7;
	font-weight: normal;
}
.wp-pagenavi
{
	width: 720px;
	clear: both;
	height: 30px;
	text-align: center;
	font-family: gobCL, Arial, sans-serif;
}
.wp-pagenavi span.pages
{
	color:#898989 !important;
}
.wp-pagenavi A, .wp-pagenavi SPAN
{
	/* border: 1px solid #CCC; */
	padding: 5px 9px;
	margin-right: 5px;
}
.wp-pagenavi SPAN.current
{
	background: #CCC;
	color: #FFFFFF;
	font-weight: bold;
	/*border: 1px solid #CCC;*/
}
.wp-pagenavi a.page
{
	border: 1px solid #CCC;
}
A.facebook
{
	background: url(../img/facebook-icon.png) no-repeat left center;
	padding: 0 0 0 20px;
}
A.facebook:hover
{
	text-decoration: underline;
}
A.twitter
{
	background: url(../img/twitter-icon.png) no-repeat left center;
	padding: 0 0 0 20px;
}
A.twitter:hover
{
	text-decoration: underline;
}
LI.mayo21
{
	background: url(../img/banners/21-de-mayo.jpg) no-repeat left top;
	width: 195px;
	height: 100px;
	padding-top: 43px !important;
}
LI.mayo21 A
{
	color: #FFFFFF;
	display: block;
	font-family: gobCL, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 17px;
	text-align: center;
	text-transform: uppercase;
}
LI.mayo21 A:hover
{
	text-decoration: underline;
}
LI.bi100
{
	background: url(../img/banners/chile-bicentenario.jpg) no-repeat left top;
	width: 195px;
	height: 95px;
	padding-top: 112px;
}
LI.bi100 A
{
	color: #000000;
	display: block;
	font-family: gobCL, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
LI.bi100 A:hover
{
	text-decoration: underline;
}
/*begin bicentenario*/
BODY
{
/*background: white url(../img/fondo-bicentenario.jpg) top center no-repeat !important;*/
}
SECTION#main > HEADER
{
	background-image: none !important;
}
.logo H1 A
{
	background-image: none !important;
}
/*end bicentenario*/
UL.tree
{
	overflow: hidden;
}
UL.tree LI
{
	font-size: 16px;
	margin-top: 5px;
}
UL.tree LI UL
{
	margin-bottom: 20px;
}
UL.tree LI UL LI
{
}
LI.archive
{
	text-align: center;
	background-color: #EFEFEF;
	padding-bottom: 20px;
	border: 1px solid #D8D8D8;
	width: 193px;
}
LI.archive UL
{
	margin: 0;
	padding: 0 0 12px;
}
LI.archive UL LI
{
	background: url(../img/archivo-separator.jpg) no-repeat top center;
	margin-bottom: 0 !important;
}
LI.archive UL LI A
{
	color: #7F7D7E;
	display: block;
	font-family: gobCL, sans-serif;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 10px;
}
LI.archive UL LI A:hover
{
	text-decoration: underline;
}
#streaming
{
	width: 950px;
	height: 380px;
	background: #F5F5F5;
	border: 1px solid #ECECEC;
	margin: 0px auto 20px;
}
#video
{
	width: 610px;
	height: 350px;
	margin: 0px 10px 15px 15px;
	float: left;
}
#side_video
{
	width: 300px;
	height: 350px;
	background: #F5F5F5;
	border: 1px solid #ECECEC;
	margin: 13px 0px;
	float: left;
}
.title_video
{
	width: 300px;
	height: 60px;
	background: url(../img/streaming/title.jpg);
}
.txt_video
{
	color: #848484;
	font: 12px/140% gobCL, Arial, sans-serif;
	text-align: justify;
	width: 280px;
	height: 160px;
	padding: 10px;
}
/*
#streaming {
width:920px;
height:380px;
background:#f5f5f5;
border:solid 1px #ececec;
margin: 20px auto 0px auto;
}
#video {
width:580px;
height:350px;
margin:0px 10px 15px 15px;
float:left;
}
#side_video {
width:300px;
height:350px;
background:#f5f5f5;
border:solid 1px #ececec;
margin:13px 0px 13px 0px;
float:left;
}
.title_video {
width:300px;
height:60px;
background:url(images/title.jpg);
}
.txt_video {
color:#909090;
font: 12px/140% Arial, Helvetica, sans-serif;
text-align:justify;
width:280px;
height:160px;
padding:10px;
}
.title_streaming {
font-size: 16px;
margin: 3px auto;
color: #005389;
}
.bajada_streaming {
font-size: 12px;
margin: 3px auto;
color:#0061a0;
}
*/
FOOTER DIV#ribbon
{
	background: #F6F6F6 url(../img/footer/footer-final.png) no-repeat top center;
	height: 60px;
	position: relative;
}
FOOTER DIV#ribbon A
{
	position: absolute;
	bottom: 0;
	left: 16px;
	width: 172px;
	height: 23px;
	background: url(../img/footer/ribbon.png) no-repeat center top;
	text-indent: -10000px;
}
/*Links Footer (accesos directos)*/
FOOTER #links
{
	margin: 0 6px;
	overflow: hidden;
	background-color: #EFEFEF;
}
FOOTER #links DIV.column
{
	width: 290px;
	float: left;
	/*padding: 20px 15px;*/
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid white;
	padding: 20px 15px;
}
FOOTER #links DIV.even H2
{
	color: #EF4144 !important;
}
FOOTER #links DIV.column H2
{
	color: #006CB7;
	font-family: gobCL, Verdana;
	font-size: 15px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #CCC;
	list-style: none !important;
}
FOOTER #links DIV.column UL
{
	padding-left: 3px;
}
FOOTER #links DIV.column LI
{
	list-style: none;
}
FOOTER #links DIV.column UL LI
{
	list-style-type: none;
	margin-bottom: 5px;
	background: url(../img/footer/li-bullet.png) no-repeat left 7px;
	padding-left: 10px;
}
FOOTER #links DIV.column UL LI UL
{
	margin-top: 5px;
}
FOOTER #links DIV.column UL LI A
{
	color: #787878;
	font-size: 14px;
}

form.suscripcion-site { position: relative; width: 228px; }
form.suscripcion-site input { background: url(../img/header/search-mail.png) no-repeat; border: 0 none; height: 17px; margin: 10px 6px 10px 30px; padding: 4px 6px 4px 27px; width: 168px; color: #9f9f9f; }
form.suscripcion-site button.image { border: 0 none; height: 17px; margin: 0; padding: 0; position: absolute; left: 35px; text-indent: -10000px; top: 14px; width: 17px; cursor: pointer; background: transparent; }
form.suscripcion-site input.active { color: black; }

article.post ul
{
	list-style: disc !important;
	text-align: left;
}
article.post ul li
{
        margin-left: 15px;
        padding-right: 15px;
}
nav.menu_contextual
{
    float:left;
    width:220px;
    clear:left;
}
nav.menu_contextual ul.children
{
    padding-left:5px !important;
}

section.body_pages
{
 	margin-left: 0px;
	margin-right: 0px;
    width:460px;
    float:left;
}

SECTION.body_pages IMG
{
	max-width: 450px;
	height: auto;
}
SECTION.body_pages P
{
	color: #666666;
	text-align: justify;
	margin-right: 20px;
	overflow: hidden;
	line-height: 20px;
}
SECTION.body_pages BLOCKQUOTE
{
	border-left: 1px solid #006699;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
SECTION.body_pages H2
{
	color: #006CB7;
	text-transform: none;
	margin-top: 20px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
SECTION.body_pages H3
{
	color: #006CB7;
	text-transform: none;
	margin-top: 15px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
SECTION.body_pages H4
{
	color: #006CB7;
	text-transform: none;
	margin-top: 15px;
	font-family: gobCL, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
SECTION.body_pages UL LI
{
	color: #666;
	margin-bottom: 5px;
}

ul.menu_contextual li
{
    list-style: none;
    padding: 5px 10px;
    background-color: #F6F6F6;
}
ul.menu_contextual li ul
{
    margin-top: 10px !important;
}
ul.menu_contextual li ul li
{
    padding: 5px 10px;
    background-color: #FFF;
}
ul.menu_contextual li ul li ul
{
    margin-top: 10px !important;
}
ul.menu_contextual li ul li ul li
{
    padding: 5px 10px;
    background-color: #F6F6F6;
}
ul.menu_contextual a:hover
{
    text-decoration: underline;
}
ul.menu_contextual .selected
{
    /* background-color: #B6B6B6; */
    font-weight: bold;
    background: url(../img/footer/li-bullet.png) left 7px no-repeat;
    padding-left: 10px;
}
table.contenido_interno thead
{
    background: #5F78AB !important;
    color: white !important;
    border: 0px solid white !important;
    padding: 5px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}
table.contenido_interno
{
    border-collapse: collapse !important;
    color: #666 !important;
    border: 1px solid #CCC !important;
}
table.contenido_interno td
{
    padding: 5px !important;
    border: 1px solid #CCC !important;
}
div.wp-accordion-1 li
{
	list-style-type: circle;
}
img.photo
{
	-webkit-transition:all 0.9s ease;  /* Chrome y Safari */
	-o-transition:all 0.9s ease;  /* Opera */
	-moz-transition:all 0.9s ease;  /* Mozilla Firefox */
	-ms-transition:all 0.9s ease;   /* Internet Explorer */
	transition:all 0.9s ease;  /* W3C */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
img.photo:hover
{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
SECTION#featured ASIDE.buttons ul h2.region-title
{
	color: #FFF;
	/*letter-spacing: 1pt;
	letter-spacing: -moz-calc(-1pt);*/
	letter-spacing: -moz-calc(-1pt);
}
SECTION#featured ASIDE.buttons ul.region-info
{
	padding:13px;
	background-color: #F6F6F6;
	height: 296px;
	font-family: gobCL, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
SECTION#featured ASIDE.buttons ul.region-info small a
{
	color: black !important;
}
SECTION#featured ASIDE.buttons ul.region-info small a:hover
{
	color: red !important;
}
ASIDE.region-home, ASIDE.region-home-news
{
	width: 470px;
	float: left !important;
}
ASIDE.region-home > H2,
ASIDE.region-home-news > H2
{
	background: url(../img/home/box-h2-region.png) no-repeat;
	color: #005294;
	font-family: gobCL, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 26px;
	padding: 8px 0px 0px 14px;
	text-transform: none;
}
ASIDE.region-home UL.news,
ASIDE.region-home-news UL.news
{
	padding: 0;
	margin: 0;
}
ASIDE.region-home UL.news LI,
ASIDE.region-home-news UL.news LI
{
	/*border-bottom: 1px solid #EBE9EA;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 5px;
}
ASIDE.region-home UL.news LI.small,
ASIDE.region-home-news UL.news LI.small
{
	padding: 5px 0 0 7px !important;
}
aside.home ul.news li article
{
	height:190px;
}
ASIDE.region-home UL.news LI ARTICLE IMG,
ASIDE.region-home-news UL.news LI ARTICLE IMG
{
	float: left;
	margin-right: 10px;
	background-color: #FBFBFB;
	padding: 4px;
	border: 1px solid #F0F0F0;
	border-bottom: 1px solid #D3D3D3 !important;
}
ASIDE.region-home UL.news LI ARTICLE TIME,
ASIDE.region-home-news UL.news LI ARTICLE TIME
{
	font-size: 12px;
	color: #A2A2A2;
}
ASIDE.region-home UL.news LI ARTICLE H2,
ASIDE.region-home-news UL.news LI ARTICLE H2
{
	margin-top: 0 !important;
	text-align: justify;
	line-height: 0.85em;
}
ASIDE.region-home UL.news LI ARTICLE H2 A,
ASIDE.region-home-news UL.news LI ARTICLE H2 A
{
	font-family: gobCL, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #005294;
	text-align: justify;
}
ASIDE.region-home UL.news LI ARTICLE P,
ASIDE.region-home-news UL.news LI ARTICLE P
{
	font-size: 13px;
	color: #787878;
	line-height: 17px;
	margin-bottom: 0;
	text-align: justify;
}
ASIDE.region-home UL.news LI A.more,
ASIDE.region-home-news UL.news LI A.more
{
	float: right;
	color: #A2A2A2;
	font-size: 10px;
	display: block;
	margin-right: 10px;
}
ASIDE.region-home UL.news A.more,
ASIDE.region-home-news UL.news A.more
{
	float: right;
	color: #A2A2A2;
	font-size: 10px;
	display: block;
	margin-right: 10px;
}
aside.region-home ul.news li article h2 a div,
aside.region-home-news ul.news li article h2 a div
{
	background: url(../img/footer/li-bullet.png) no-repeat left 7px;
	display: inline-block;
	padding-right: 5px;
}
aside.region-home ul.news h4,
aside.region-home-news ul.news h4
{
	color: #005294;
}
aside.region-home ul.news,
aside.region-home-news ul.news
{
	color: #787878;
	padding: 15px !important;
}
aside.region-home ul.news table caption,
aside.region-home-news ul.news table caption
{
	color: white;
	height: 25px;
	background-color: #005294;
	padding-top: 5px;
}
aside.region-home ul.news table,th,td
{
	border: 1px solid gray;
	padding: 5px;
	border-collapse: collapse;
}
aside.region-home ul.news table
{
	width:90%;
}

#sc_events_calendar:after { display: block; float: none; clear: both; height: 0; content: "."; text-indent: -9999px; }
#sc_calendar table { width: 100%; border-collapse: collapse; float:left; }
#sc_calendar th { width: 13.25%; background: #fdfdfd; border: 1px solid #ddd; text-align: center; text-transform: capitalize; padding: 3px 4px!important; }
#sc_calendar td { width: 13.25%; border: 1px solid #ddd; font-size: 11px; padding: 0!important; }
#sc_calendar td.calendar-day { background: #fbfbfb; height: 40px; }
#sc_calendar td.calendar-day-np { background: #f0f0f0; }
#sc_calendar td div.sc_day_div { padding: 8px; }
#sc_events_calendar_head { padding: 8px; height: 26px; background: #f0f0f0; border: 1px solid #ddd; border-bottom: none; }
#sc_event_select, #sc_event_nav_wrap, #sc_events_calendar_head h2 { width: 33%; float: left; margin: 0; clear:none; }
#sc_event_nav_wrap { text-align: right; }
#sc_event_nav_wrap form { display: inline; text-align: right; }
#sc_events_calendar_head h2 { text-align: center; line-height: 26px; }
#sc_events_calendar select, #sc_events_calendar input { margin: 0 5px 0 0; }
.sc_small #sc_event_nav_wrap { margin: 8px 0 0 0; }
.sc_small #sc_event_nav_wrap, .sc_small #sc_event_select { float: none; width: 100%; }
.sc_small #sc_calendar td div { padding: 1px; }
.sc_small #sc_event_nav_prev, .sc_small #sc_event_nav_next { display: block; width: 50%; float: left; }
.sc_small #sc_event_nav_prev { text-align: left; }
#sc_calendar td div.day-number { float: right; margin: -6px -4px 0 0; }
.sc_small #sc_calendar  td div.day-number { float: none; text-align: right; padding: 0; margin: -3px 1px 0 0; }
.sc_event_details { margin: 0 0 15px; }
#sc_calendar_wrap select[name=sc_month]
{
	width:48px;
	height:22px;
	font-size: 13px;
}
#sc_calendar_wrap select[name=sc_year]
{
	width:55px;
	height:22px;
	font-size: 13px;
}
#sc_calendar_wrap input[type=submit]
{
	height:22px;
	font-size: 13px;
}
#sc_calendar_wrap input[name=sc_next],
#sc_calendar_wrap input[name=sc_prev]
{
	width:65px;
}
aside.home2
{
	width: 300px;
	float: left !important;
}
aside.home2 h2
{
    background: url(../img/home/box-h2.png) no-repeat;
    color: #005294;
    font-family: gobCL, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 26px;
    padding: 8px 0 0 14px;
}
aside.home2 li
{
    list-style:none;
}
aside.home2 li li
{
	margin: 0px;
    border-bottom: 1px solid #EBE9EA;
	padding: 5px 10px;
}
aside.home2 li li a
{
	color:#757575;
	font-size:13px;
}
aside.home2 p
{
	font-size: 13px;
	color: #787878;
	line-height: 17px;
	margin-bottom: 0;
	text-align: justify;
}
aside.region-home ul li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 15px;
	background: url(../img/footer/li-bullet.png) no-repeat left 7px;
	padding-left: 10px;
	color: gray;
}
aside.region-home ul li:hover {
	cursor: pointer;
}
aside.region-home-news ul li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 10px;
	color: gray;
}
aside.region-home ul li:hover {
	cursor: pointer;
}
.ui-dialog div.ui-widget-header{
	/*border: 1px solid #0064AC !important;*/
	background: #0064AC !important;
	color: white !important;
	font-weight: bold !important;
	font-size: 18px;
}
.ui-dialog ul.ui-widget-content li{
	list-style-type: none !important;
	text-align: justify;
}
.oficinasCols{
	float: left;
	margin-right: 50px !important;
}
table{
	border-collapse: collapse;
}

#region-portada div{
	display:inline-block;
}

#region-portada div img{
	width:200px;
}
.ui-state-default{
	font-weight:inherit !important;
}
footer #links div.column ol{
	margin: 0px !important;
	padding: 0px !important;
}

.wp-spoiler-title{
	background-image: none !important;
	background-color: #5F78AB !important;
	border: 1px solid #CCCCCC !important;
	color: #FFF !important;
}

.wp-spoiler-content{
	background-image: none !important;
	background-color: #FFF !important;
	border: 1px solid #CCCCCC !important;
}

article.post div#sip ol li
{
	background-color: #666;
	border: 1px solid #ccc;
	color: white;
	cursor: pointer;
	display: inline-block;
	height: 21px;
	padding: 20px 10px;
	text-align: center;
	width: 28%;
}

article.post div#sip ol li:hover
{
	background-color: #0065AB;
}

li.selected
{
	background-color: #0065AB !important;
}

li.selected:hover
{
	cursor: pointer;
}

ul#menuLateral li.selected a
{
	border-right: 3px solid red !important;
	color: white !important;
	vertical-align: middle;
	height: 100%;
}

ul#menuLateral li a span
{
	padding-top: 14px !important;
}

ul#menuLateral li.selected a span
{
	border-right:3px solid white;
	display: block;
	height: 100%;
	margin-top: -14px;
	width: 99%;
}

div#sip > H2
{
	background: url(../img/home/box-h2-sip.png) no-repeat;
	color: #005294;
	font-family: gobCL, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 26px;
	padding: 8px 0 0 14px;
	text-transform: none;
}

section#button div
{
	height: 30px;
	text-align: center;
	width: 100%;
}

section#button div span
{
	background-color: #0065AB;
	border-radius: 0px 0px 10px 10px;
	color: white;
	padding: 10px;
	width: 250px;
}

section#button div span:hover
{
	cursor:pointer;
}

div#sip
{
	margin-left: 3px;
}

div#sip div.sip
{
	bottom: 4px;
	position: absolute;
	width: 503px;
}

div#sip div.sip p, div#sip div.sip ol
{
	margin:0px !important;
	padding:0px !important;
	text-align: center;
}

div#sip div.sip p a img
{
	margin:0px !important;
}

div#sip div.texto
{
	background-color: #F6F6F6;
	font: 14px gobCl, Verdana, Helvetica;
	height: 276px;
	margin-right: 9px;
	margin-top: -5px;
	overflow: hidden;
	padding: 6px;
	position: absolute;
	right: 0px;
	text-align: justify;
	width: 200px;
}

div#sip div.texto p
{
	height: 279px;
	margin: 0px !important;
	overflow: hidden;
}

.textwidget
{
	margin-bottom: 30px;
}