/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */


/*@font-face {
  font-family: 'Titillium Maps';
  src: url("../fonts/TitilliumMaps29L002.eot");
  src: local('Titillium Maps'), local('TitilliumMaps'),
    url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
    url("../fonts/TitilliumMaps29L002.woff") format("woff");
}*/

@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');

}

html {
    background: #F6F6F6 url(../images/header/main-bg.jpg) center top repeat-y;
}


ul {
    list-style: disc !important;
}

body {
    color: #000;
/*    background: url(/assets/images/fondo-gob.jpg) center top no-repeat; */
  margin: 0;
  padding: 0;

  font: 16px/100% Verdana, Helvetica, sans-serif;
  text-align: center;
  background: url(../images/header/body-bg.png) center top repeat-x;

}

img{
  border: 0 none;
}

#main img {
    border: 0 none;
    max-width: 660px;
    margin:5px 10px 0px 0px;
}

#system-message dd.message ul li {
    background: none repeat scroll 0 0 transparent !important;
    list-style: none outside none;
}

#all
{
    background: none repeat scroll 0 0 transparent;
    border: 0 solid;
    color: #333333;
    padding-top: 0;
    width: 990px;
    max-width: 990px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

a:link,
a:visited
{
  color:#095197
}

a:hover,
a:active,
a:focus
{

}

input:focus
{
  border:solid 2px;
}

fieldset
{
  border:solid 0px #ccc
}

.article-info
{
  color:#444
}

.article-info dd span
{
  color:#444;
  border-right:solid 0px;
  background:#eee
}

/* ##########################  back  ########################### */

#back
{
}

/* ##########################  logo  ########################### */

#logo span
{
  color:#fff;
  padding-left:50px;
  font-size:0.3em !important;
  text-transform:none;
  font-family:arial, sans-serif
}
#all #header {
    background-image: none !important;
    z-index: 99 !important;
}
.logoheader
{

  background:  #0c1a3e  URL(../images/personal/personal2.png) no-repeat bottom right ;
  color:#fff;
  min-height:200px;
  margin:0em 10px 0 10px !important;

}


h1#logo {
    background: url(../images/logo_agci_2011_gobcl.jpg) no-repeat scroll 0 0 transparent;
    /*background: url(../images/logo_agcichile.png) no-repeat scroll 0 0 transparent;*/
    height: 174px;
    left: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -10000px;
    top: 50px;
    width: 200px;
    z-index: 10000;
}
h1#logochile {
    /*background: url(../images/logo_agci_2011_gobcl.jpg) no-repeat scroll 0 0 transparent;*/
    background: url(../images/logo_chile.png) no-repeat scroll 0 0 transparent;
    height: 110px;
    left: 785px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -10000px;
    top: 70px;
    width: 200px;
    /*z-index: 10000;*/
}

h1#logo a {
  display: block;
  width: 172px;
  height: 169px;
  outline: 0 none;
}

h1#logo a:hover, a:active, a:focus
{
  background: none;
}

#logo {}


/*#line
{
    background-color: #F6F6F6;
    height: 65px;
    max-width: 100%;
    padding: 0;
    position: absolute;
    right: 13px;
    text-align: right;
    top: 20px;
    width: 795px;

}*/

div#line {
    /*background-color: #F6F6F6;*/
    height: 65px;
    max-width: 100%;
    padding-top: 25px;
    position: absolute;
    right: 6px;
    top: 20px;
    width: 500px;
    z-index: -1;
}

div#line form {
  float: right;
}


/* ##########################  header  ########################### */

#header
{
    height: 175px;
    margin: 0 auto;
    position: relative;
    width: 990px;
    display: block !important;
    overflow: visible;
    padding: 0 0 0;

}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{
    background-image: url("../images/header/menu-bg.png");
    background-repeat: repeat-x;
    font-family: 'gobCL',Arial,sans-serif;
    height: 45px;
    left: 185px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 69px;
    width: 799px;
    z-index: 1;
}


#header ul.menu li
{    background: url("../images/header/menu-li-right.png") no-repeat scroll right top transparent;
    display: inline;
    float: left;
    height: 37px;
    position: relative;
    z-index: 100; }


#header ul.menu li a:link,
#header ul.menu li a:visited
{
    background: url("../images/header/menu-li-left.png") no-repeat scroll left top transparent;
    color: #787878;
    display: inline-block;
    float: left;
    margin: 0 0 0;
    padding: 10px 5px 12px 9px;
    position: relative;
    font-weight: normal;
    font-family: 'gobCL',Arial,sans-serif;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
background: url("../images/header/menu-li-left.png") no-repeat scroll left top transparent;
color:#006CB7 !important;
}

#header ul li.active a:link,
#header ul li.active a:visited
{
  color:#006CB7 !important;

}


#header ul.skiplinks
{
  width:100%;
  text-align:left;
  background:none;
  z-index:20000;
  top:0;
  display:inline;
  padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
  background:#095197 !important;
  color:#fff !important;
  border:solid 1px;
  top:0 !important;
  z-index:10000;
  right:auto;
  left:0 !important;
  display:block
}


/* ++++++++++++++  fontsize  ++++++++++++++ */
#fontsize .smallfont {
    background: url("../images/lessfont.png") no-repeat scroll 0 0 transparent;
}

#fontsize .normalfont {
    background: url("../images/normalfont.png") no-repeat scroll 0 0 transparent;
}

#fontsize .bigfont{
    background: url("../images/morefont.png") no-repeat scroll 0 0 transparent;
}

#fontsize
{
    display: inline;
    float: right;
    left: 10px;
    position: relative;
    top: 165px;
}

#fontsize p a:link,
#fontsize p a:visited
{
  color:#222;
/*  border-right:solid 1px #ccc
*/}

#fontsize p a {
    display: inline-block;
    height: 22px;
    margin: 0 2px;
    padding: 0;
    text-indent: -100000px;
    width: 24px;
}

#fontsize p a.larger,
#fontsize p a.reset,
#fontsize p a.smaller
{
  padding-left:5px;
  padding-right:5px;
  text-decoration:none;
  margin:0;
}

#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{

}

#fontsize h3
{
  color:#222;
  font-weight:bold
}

/* ++++++++++++++  search  ++++++++++++++ */
#header form,
#header form .search
{
display:inline;
padding-right:1px ;


}

#header form .inputbox
{
/*    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;*/
    background: url("../images/find.png") no-repeat scroll right center #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 5px;
}
#breadcrumbs form .inputbox
{
/*    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;*/
    background: url("../images/find_a.png") no-repeat scroll right center #F5F5F5;
    border-color: #cccccc;
    border-style: none none none none;
    border-width: 1px 0 0 1px;
    padding: 5px;
}

#header form .inputbox:focus
{
  border:solid 2px #000;
}

#header form .button
{
  border:solid 0px #ddd;
  background:#ccc url(../images/personal/button.png);
  color:#333;
  padding:4px !important
}

/* ##########################  contentarea  ########################### */

#contentarea,
#contentarea2
{

}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
  color:#333;
}

#breadcrumbs span
{
  color:#333;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
  background:#fff;
  color:#333;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
  background:#095197;
  color:#fff;
}


/* ##########################  navigation column  ########################### */

.module_content
{
  border:solid 1px #ddd;

}
.moduletable_js
{
  border:solid 0px #ddd;
}

#right .moduletable_js
{
  border:0
}

.moduletable_menu {
   width: 200px;
}
.moduletable {
   width: 200px;
}


#nav h3
{
    background: url("../images/sidebar/boton-h2-sidebar.png") no-repeat scroll left bottom transparent;
    /*color: #005294;*/
    color: #999999;
    font-family: 'gobCL',Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 0 0 15px;
    text-transform: none;
}

h3.js_heading
{
  border-bottom:solid 1px #ddd;
  background:#eee;
  font-family: gobCL,Verdana,sans-serif;
}

h3.js_heading span.backh
{
  border:solid 0px #000
}

h3.js_heading span.backh1
{

}

h3.js_heading a
{
  border:0
}

h3.js_heading a img
{
  border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
  background:none
}


#right h3 span.backh
{

}

#right h3 span.backh2
{
  background:#fff;
  color:#555;
  border-bottom:solid 1px #ddd
}

#right h3 span.backh3
{
padding-left:0
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3.js_heading a:focus
{

}

#nav form
{
  color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
  color:#fff;
  background:#095197;
  text-decoration:none
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
  background:#fff;
  border:0;
}

ul.menu
{
  border:0;
  background:#fff /* url(../images/nature/nav_level_1.gif) repeat-x */;
  border:solid 0px #eee;
}

.module_content ul.menu
{
  border:0;
}

ul.menu li
{
    border-bottom: 1px solid #E5E5E5;
}


ul.menu li a:link,
ul.menu li a:visited
{
  color:#424242;
   /*  background:url(../images/nature/karo.gif) 5px 12px no-repeat;  */
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
  color:#333;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
   background: #fff url(../images/nav_level_1.gif) repeat-x ;
  color:#424242;
}

/*---------------------------------------CSS MENU GOB------------------------------------------*/

ul.menu-main {
    padding: 0;
}

ul.menu-main li {
    border-bottom: 1px solid #EBE9EA;
    list-style-type: none;
}

ul.menu-main li a {
    color: #7F7F7F;
    font-size: 12px;
    text-decoration: none !important;
}

ul.menu-main li a:link,
ul.menu-main li a:visited
{

}

ul.menu-main li.active a:link, ul.menu-main li.active a:visited {
    border-left: 3px solid #006CB7;
    color: #006CB7 !important;
}

ul.menu-main li a:hover,
ul.menu-main li a:active,
ul.menu-main li a:focus,
ul.menu-main li.active a:hover,
ul.menu-main li.active a:active,
ul.menu-main li.active a:focus
{
  color: #006CB7;
}

ul.menu-main li a:link, ul.menu-main li a:visited {
    display: block;
    padding: 5px;
    text-decoration: none;
}

/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
  border:solid 0px #eee;
}

 ul.menu li ul li
{
  border:solid 0px #000;
  background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
  color:#444;
  border:0;
  border-bottom:solid 1px #fff;
  background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
  border:0;
  color:#333;
  border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
  background:#666 !important;
  color:#fff !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
  border:0 !important;
  background:#f5f5f5 !important;
  padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
  background:#f5f5f5 ;
  border-bottom:solid 1px #fff;
  color:#444;
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
  color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
  border:solid 1px #eee !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:#fff url(../images/nature/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 40px;
  font-size:0.9em;
  background:#fff url(../images/nature/arrow_small.png) no-repeat  30px 5px;
  color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
  border:solid 0px #eee !important;
  padding-top:5px !important;
  padding-bottom:10px !important;
  background:#fff !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 5px;
  font-size:0.9em;
  background:#fff ;
  color:#444;
  margin:0 10px  0 35px;
  border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}

/* ##########################  content - main   ########################### */


#main
{

}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{

}

#main th a:hover,
#main th a:active,
#main th a:focus
{

}

.items-row
{
  background:#fff;

}

.blog-noticiasMain .items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}

.items-row h2
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#555
}

.column-1,
.column-2
{
  border: solid 0px ;
}

.item-separator
{
  border: solid 0px #333333;
}

#main ul li
{

}

.small
{
  border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
  border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
  border:0;
  padding:0;
  margin:20px 0
}
/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
  padding:2px;
}

.image-right
{
  border:solid 1px #ddd;
  padding:2px
}

/* ++++++++++++++  leading  ++++++++++++++ */

#main .blog-featured-ppal .items-leading
{
/*    color: #848484;
    font-family: 'gobCL',Arial,sans-serif;
    font-size: 11px;
    height: 350px;
    width: 170px;
    padding-bottom: 10px;*/

    color: #848484;
    font-family: 'gobCL',Arial,sans-serif;
    font-size: 11px;
    /*height: 380px;*/
	height: 340px;
    width: 170px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;

}


.blog-featured-ppal .items-leading p.nspText a{
    text-decoration:none;
  color: #666666;
}

.blog-featured-ppal .items-leading img {
    float: none !important;
    height: auto;
    width: 185px;
}

#main .blog-featured-ppal .items-leading h2 {
    float: none;
}

.blog-featured-ppal .items-leading .actions img {
    border: 0 none;
    float: right;
    height: auto;
    left: 12px;
    top: -31px;
    width: auto;
}

#main  .blog-becas p {
    margin-left: 6px;
}

#main .blog-becas .items-leading h2 {
    float: none;
    font-size: 1.4em;
    font-weight: normal;
    width: auto;
    padding-left: 4px;
}

.blog-becas .items-leading {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
}




/* ++++++++++++++++++++ headings +++++++++++++ */
#main h1
{
    border-bottom: 1px solid #DDDDDD;
    color: #0D4C89;
    font-family: 'Titillium Maps',Arial;
    font-size: 14px;
}


#main .blog  h1,
#main .blog-featured  h1
{
  color:#0d4c89;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  font-family: 'Titillium Maps', Arial;
  margin-top:-1px !important

}

/* h1 on frontpage */

/*.items-row h2, #main h2, .search h1, #index .title, #main .blog h1, #main .blog-featured h1
{
    background: url("../images/home/boton-h2-home2.png") no-repeat scroll 0 0 transparent !important;
    color: #005294 !important;
    font-family: 'gobCL',Verdana,sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    height: 21px !important;
    padding: 3px 0 0 7px !important;
    text-transform: none !important;
    border: 0 none !important;
    width: 100%;
}*/
.items-row h2, #main h2, .search h1, #index .title, #main .blog h1, #main .blog-featured h1
{
    background: url("../images/home/boton-h2-home2.png") no-repeat scroll 0 0 transparent !important;
    color: #999999 !important;
    font-family: 'gobCL',Verdana,sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 21px !important;
    padding: 3px 0 0 15px !important;
    text-transform: none !important;
    border: 0 none !important;
    width: 96%;
}

.items-leading h2,
#main h3,
#main h4
{
  color:#555;
}

#main h2

{
  color:#555;
  font-family: 'Titillium Maps', Arial;

}

#main h2 a
{
  color:#095197
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
  color:#095197;
  background:#eee url(../images/nature/arrow1.gif) repeat-x left top;
  border:solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
  background:#555 url(../images/nature/arrow2.gif) no-repeat left 6px !important;
  color:#fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
  background:#555;
  color:#fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
    border: 0 none;
    float: right;
    height: auto;
    width: auto;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#444;
}

#main .items-more ol
{
  color:#000;
}

#main .items-more ol li a
{
  background:#FFFFFF url(../images/blog_more.gif) no-repeat 0px center;
  color:#095197
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
  background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
  color:#fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
  border-top:solid 1px #ddd;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
  border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right
{
  border:solid 0px #e6e6e6;
  background:#fff
}



#right h3
{

}

#right h4
{
  color:#555;
  border:solid 0;
}





#right ul li a:hover,
#right ul li a:active,
#right ul li a:focus
{
  background:#095197;
  color:#fff;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
  color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
  background: url(../images/personal/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
  background:#555 url(../images/arrow_white_grey.png) 2px 7px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
  border:solid 0px #000;
}

.newsfeed-item
{
  border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
  background:#F5F5F5 url(../images/nature/box.png) repeat-x;
  border:1px solid #EEEEEE;
}

ul.newsflash-horiz li
{
  border:solid 0px #eee;
  background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
  font-family: 'Titillium Maps', Arial;
}


/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
  border:0
}

.banneritem a
{
  background:none
}

.banneritem a img
{
  background:none;
  border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;

}

fieldset.input
{
  border:0 ;
}

input.button,
button.button,
button.validate
{

  background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;
  border:1px solid #DDDDDD;
  color:#444444;
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li
{
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
  color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
  color:#000
}

.tabcontent
{
  border:solid 1px #ddd;
  background:#fff;
  color:#000;
}

.tabcontent .linkclosed
{
  color:#000;
  border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
  background:#fff;
  color:#333;
  border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
  background:#555;
  color:#fff
}

/* ++++++++++++++  category-module  ++++++++++++++ */

#right .category-module h4 a:link,
#right .category-module h4 a:visited
{
  color:#0D4C89
}

#right .category-module h4 a:hover,
#right .category-module h4 a:active,
#right .category-module h4 a:focus
{
  color:#fff
}


.category-module li
{
  border-bottom:solid 1px #ddd;
}

.category-module li li
{
  border:0
}



/* ##########################  search   ########################### */

.searchintro img
{
  border:0px
}

.inputbox:focus
{
  border:solid 2px #000;
}

.word
{
  background:#fff;
  border:solid 0px #ccc ;
}

.word input
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;
  color:#333;
}

.only
{
  border:solid 1px #ccc;
}

.phrases
{
  color:#000;
  border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
  background:#fff;
  color:#000;
}

.phrases .inputbox option
{
  background:#f5f5f5;
  border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
  background:#C00;
  border-color:#CFD0D6;
  color:#fff;
}

/* ++++++++++++++   search results  ++++++++++++++++++ */

dl.search-results
{
  background:#f5f5f5;
}

dl.search-results dt.result-title
{
  border-top:dotted 1px #ddd
}

dl.search-results dd.result-created
{
  border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */


/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid
{
  border-color:red !important;
}

label.invalid
{
  color:red;
}


/* ##########################  user profile  ########################### */
#users-profile-core,
#users-profile-custom
{
  border:solid 1px #ccc;
}

#member-profile fieldset
{
  border:solid 1px #ccc;
}


/* ##########################  tables   ########################### */
table
{

}

tbody
{

}

tr.odd,
.cat-list-row1
{
  background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  background:#444 ;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  color:#fff
}


td.table_footer
{
  background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
  border:solid 0px ;
}

/* for opera */
tr, td
{
  border:solid 1px #ddd
}


#main table.moduletable td,
#main table.moduletable tr
{border:0;}
fieldset.filters
{
  border:solid 0px #ddd;

}

/* ##########################  contacts   ########################### */

.contact form
{
  background:#fff;
  color:#000;
}

.contact input
{
  background:#fff;
  color:#000;
}

.contact .button
{

}

.contact input.invalid,
.contact textarea.invalid
{
  border:solid 2px red;
}

.contact label.invalid
{
  color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
  color:#044b63;
  background:#eee;
  border-top:3px solid #044b63;
  border-bottom:3px solid #044b63;
}

body.contentpane
{
  background:#fff;
}


/* ##########################  footer   ########################### */

#footer
{

}

#footer-inner
{
    background-color: #EFEFEF;
    height: 185px; 
    /*110px*/
    margin: 0 6px;
    overflow: hidden;
    padding: 10px 0 30px;
}

#footer-outer {
      clear: both;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px !important; 
    overflow: hidden;
}

#footer-sub {
    background-color: #F6F6F6;
    clear: both;
    font-size: 10px;
    height: 21px;
    margin: 0 6px;
    padding: 5px 12px 0;
}

header, footer, section, nav, aside, hgroup {
    display: block;
}

div#ribbon {
    background: url("../images/footer/footer-final.png") no-repeat scroll center top #F6F6F6;
    height: 190px;
    position: relative;
}

div#ribbon a {
    background: url("../images/footer/ribbon.png") no-repeat scroll center top transparent;
    bottom: 0;
    height: 180px;
    left: 15px;
    position: absolute;
    text-indent: -10000px;
    width: 180px;
}

#footer a
{
  color:#fff;
}

#bottom a img
{
  border:0
}

#banners {
    float: right;
/*    float: left;*/
    overflow: hidden;
    vertical-align: middle;
    width: 600px;
}

#chileclic
{
    float: left;
    height: 150px;
    padding: 0;
}

.box h3
{
  font-family: 'Titillium Maps', Arial;
  font-size:1.2em
}

.box ul
{padding-left:0}

.box1
{

}

.box3
{

}

.box4
{

}

#bottom  ul li a
{background-image:none;
padding-left:0}
/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
  border:0
}

form.editor fieldset
{
  border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
  border:solid 0px #000
}

.edit form#adminForm fieldset
{
  border:solid 1px #ddd
}
.edit form#adminForm  legend
{
  font-weight:bold
}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
  border:solid 1px #333;
  background:#ffffcc;
}


/*-------------------------------*/


table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

.cat-children ul ul,
.categories-list ul ul
{
  list-style-type:none;

}

.cat-children ul ul ul,
.categories-list ul ul ul
{


}
.categories-list .category-desc ul li
{list-style-type:square
}

/* contact  plain */
#main .contact h3
{
  border-bottom:solid 1px #ddd;
  margin: 20px 0
}

.form-required
{
  font-weight:bold;
  margin:10px 0;
  background:#fff url(../images/req.png) no-repeat;
  padding:10px 40px

}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields input,
.remind input,
.reset input


{
  background:#fff url(../images/content_bg.gif) repeat-x ;
  border:solid 1px #ccc;
  padding:3px
}

.profile-edit select
{
  padding:0px;
  border:solid 1px #ccc;
  background:#f5f5f5;

}
.profile-edit select option
{
  padding:3px

}
/* contact  slider */

.panel
{
  border:solid 1px #ddd;
  margin-top:-1px

}
#main .contact .panel h3
{
  margin:0px 0 0px 0;
  padding: 0;
  background:#eee;
  border:0
}
.panel h3 a
{
  display:block;
  padding:6px;
  text-decoration:none;
  color:#444;
  padding:6px;
}


.panel h3.pane-toggler a
{
  background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
  background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
  border-bottom:solid 1px #ddd;
}

.pane-slider
{
  border:solid 0px;
  padding:0px 10px !important;
  margin:0;
  background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
  padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
  margin:20px 0 0 0
}


/* tabs */

div.current
{

  background: url(../images/nav_level_1.gif) repeat-x ;
}

/* image upload modal */

#all #upload-flash ul li a:hover,
#all .item a:hover span {
  background:#095197;
  color:#fff;
}
#close a
{text-decoration:none}

/*-----CSS FEATURED BANNERS IZQ--*/
.custom-featured ul li a {
   color: #424242;
    display: block;
    font-family: gobCL,Verdana,sans-serif;
    font-size: 17px;
    height: 45px;
    padding: 5px 16px 0;
    text-align: left;
    text-decoration: none;
}

.custom-featured {
    background: url("../images/featured/separador.png") no-repeat scroll right bottom transparent;
    float: left;
    margin-bottom: 13px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 228px;
}

.custom-featured  ul li a small {
    color: #8F8F8F;
    display: block;
    font-size: 14px;
}

.custom-featured  ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.custom-featured  ul li {
    background: url("../images/featured/boton-sidebar-home.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    margin-bottom: 4px;
    width: 226px;
}

/*-----CSS FEATURED MENU BANNERS IZQ--*/
/*.menu-featured a {
    color: #424242;
    display: block;
    font-family: gobCL,Verdana,sans-serif;
    font-size: 15px;
    height: 37px;
    line-height: 14px;
    text-decoration: none;
    padding: 6px;
}*/
.menu-featured a {
    color: #999999;
    display: block;
    font-family: gobCL,Verdana,sans-serif;
    font-size: 13px;
    height: 37px;
    line-height: 14px;
    text-decoration: none;
    padding: 6px;
    padding-left: 20px;
}

.menu-featured {
    /*background: url("../images/featured/separador.png") no-repeat scroll right bottom transparent; */
    float: left;
    margin-bottom: 13px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 200px;
}

.menu-featured  ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.menu-featured  li {
    background: url("../images/menulateralBG2.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin-bottom: 6px;
    width: 200px;
}

/*-----CSS FEATURED MENU BANNERS IZQ--*/
.menu-noticias a {
   color: #424242;
    display: block;
    font-family: gobCL,Verdana,sans-serif;
    font-size: 17px;
    height: 33px;
    padding: 5px 16px 0;
    text-align: left;
    text-decoration: none;
}

.menu-noticias {
    float: left;
    margin-bottom: 13px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 228px;
}


.menu-noticias  ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.menu-noticias li {
background: url("../images/featured/boton-sidebar-home.png") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E5E5E5;
    height: 33px;
    margin-bottom: 4px;
    width: 226px;
}

/*-------------CSS REDES SOCIALES------------*/

.custom-banners {
    float: right;
}
.custom-banners ul {
    bottom: 12px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: relative;
}
.custom-banners li a {
    /*margin: 0 2px;*/
}
.custom-banners img {
    width: 25px;
}
.custom-banners li {
    border: 0 none;
    list-style-type: none;
    margin-bottom: 5px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;
}

/*---------------------------CSS FIX DROP MENU------------------------------*/


.ux-menu-init-hidden{
  visibility: hidden;
  position: absolute;
}

.ux-menu-container{
  position: relative;
  top: 160px;
}

.ux-menu,.ux-menu ul{
    /*background-image: url("../images/header/menu-bg.png");*/
    background-repeat: repeat-x;
    font-family: 'gobCL',Arial,sans-serif;
    height: 45px;
    left: 227px;
    margin: 0 !important;
    padding: 0 !important;
    width: 550px;
    /*z-index: -1;*/
}

.ux-menu li{
    /*background: url("../images/header/menu-li-right.png") no-repeat scroll right top transparent;*/
    display: inline;
    float: left;
    height: 37px;
    position: relative;
    z-index: 100;
}


.ext-border-box .ux-menu-ie-iframe,.ext-ie7 .ux-menu-ie-iframe{

  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}

.ux-menu-vertical .ux-menu-item-main{
  clear: left;
}

.ux-menu a{
    /*background: url("../images/header/menu-li-left.png") no-repeat scroll left top transparent;*/
    border-bottom: 0 none;
    /*border-left: 1px solid #E3DAD1;*/
    border-top: 0 none;
    color: #787878;
    display: inline-block !important;
    float: left;
    font-family: 'gobCL',Arial,sans-serif;
    font-weight: normal !important;
    height: 23px;
    line-height: 13px;
    /*max-width: 120px;
    padding: 7px !important;*/
    padding: 10px 10px 0  2px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none;
}

.ux-menu a.ux-menu-link-last {
    border-right: medium none;
    text-transform: none !important;
}

ux.menu ul a{
  width: 100%;
}

.ux-menu a:focus,.ux-menu a:hover,.ux-menu a.ux-menu-link-hover{
/*    background: url("../images/header/menu-li-left.png") no-repeat scroll left top transparent;
*/    /*color: #006CB7 !important;*/
color: #CC6633 !important;
}

.ux-menu-clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ux-menu a.ux-menu-link-parent{
  padding-right: 24px;
  min-width: 1px;
  text-transform: none !important;
}

a.ux-menu-link-last, a.ux-menu-link-last{
  /*background: url("../images/header/menu-li-left.png") no-repeat scroll left top transparent;*/
}

li.ux-menu-item-parent-last{
  background: none;
}

.ux-menu ul a.ux-menu-link-last,.ux-menu .ux-menu-vertical a.ux-menu-link-last{

}

.ux-menu ul.ux-menu-link-last, .ux-menu .ux-menu-vertical ul.ux-menu-link-last {
    background: none repeat scroll 0 0 BLUE;
    left: 80px;
    position: relative;
    top: -71px !important;
}

.ux-menu-arrow{
  display: block !important;
  width: 8px !important;
  height: 6px !important;
  right: 10px !important;
  top: 14px !important;
  position: absolute !important;
  /*background: url(images/menu-arrow-down.png) no-repeat !important; */
  font-size: 0;
}

.ux-menu .ux-menu-vertical .ux-menu-arrow,.ux-menu ul .ux-menu-arrow{
  width: 6px !important;
  height: 8px !important;
  top: 13px !important;
  /*background: url(images/menu-arrow-right.png) no-repeat;*/
}

.ext-border-box .ux-menu-arrow{
  top: 17px !important;
}

.ext-border-box .ux-menu .ux-menu-vertical .ux-menu-arrow,.ext-border-box .ux-menu ul .ux-menu-arrow{
  top: 16px !important;
}

.ux-menu ul.ux-menu-hidden{
    display: none !important;
    top: 0;
}

.ux-menu-sub {
  width: 200px !important;
  text-align: left;
}

.ux-menu-sub li {
    /*background: url("../images/header/menu-bg.png") repeat scroll 0 0 transparent;*/
	background-color:#FFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: block;
    float: none;
    height: 39px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    width: auto !important;
}

.ux-menu-sub a.current{
    border-left: 3px solid #006CB7;
    color: #006CB7 !important;
    background-image: none;
}

.ux-menu-sub a{
   /* background: none repeat scroll 0 0 transparent;*/
    display: block !important;
    float: none;
    padding: 7px 16px !important;
    text-align: left !important;
    white-space: normal;
    width: auto !important;
  }

.ux-menu a.current{
    /*color: #006CB7 !important;*/
	color: #CC6633 !important;
}

/*-----------CSS FOOTER: DATOS DE AGCI------------*/
#infoAgci{
    float: left;
    padding-left: 29px;
}

#infoAgci p {
    margin: 0 auto;
}

#infoAgci address {
  color: steelblue;
}

/*-------------CSS MENU IZQ: CONTACTOS -----------------------------------*/
.moduletable-menucontacto {
    margin-left: 4px;
    width: 228px;
    margin-bottom: 3px;
}

.custom-menucontacto {

}

.custom-menucontacto a, .custom-menucontacto a:visited {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #7F7F7F;
}

.custom-menucontacto ul li{
    color: #7F7F7F;
    font-size: 16px;
    text-align: center;
    line-height: 0;
}


.custom-menucontacto h1{
    color: #7F7F7F;
    font-size: 0.6pc;
    font-weight: lighter;
    letter-spacing: -1px;
    text-align: center;
    white-space: nowrap;
}

.custom-menucontacto h2{
    color: #7F7F7F;
    font-size: 12px;
    text-decoration: none !important;
    border-bottom: 1px solid #EBE9EA;
    border-top: 1px solid #EBE9EA;
    font-weight: normal;
}

h1.custom-menucontacto a:active  {
    border-left: 3px solid #006CB7;
    color: #006CB7 !important;
}

.custom-menucontacto a:hover  {
    color: #006CB7 !important;
}

/*-----------CSS FOOTER BANNERS----------------------*/
.custom-footerbanners
{
    left: 19px;
    position: relative;
}
.custom-footerbanners img {
    border: 0 none;
    margin-right: 25px;
}

/*----------------CSS MENSAJE FOOTER------------------------*/
#bottommenu .custom-msgfooter p {
    float: left;
    position: relative;
    top: -8px;
}

#bottommenu a{
  text-decoration: none;
  color:#7F7F7F;
}

#bottommenu {
    background-color: #F6F6F6;
    clear: both;
    font-size: 10px;
    height: 21px;
    margin: 0 6px;
    padding: 5px 12px 0;
    color:#7F7F7F;
}

#bottommenu address {
    color: #666666;
    float: left;
    font-style: normal;
    margin: 0;
}

#bottommenu nav {
    color: #A7A7A7;
    float: right;
    position: relative;
    top: -3px;
}

/*---------------CSS ARREGLO MENU SECUNDARIO: SUB CATEGORIAS LISTA ---------------*/

#main #subcatMenu {
    float: right;
    padding:0px;
    margin: 0px 0px 5px 10px;
    background:#f7f7f7;
    border-bottom: 1px solid #0981C3;
    border-top: 1px solid #EF3E44;
}
#main #subcatMenuInterno {
    float: right;
    padding:0px;
    margin: /*23px*/ 0px 0px 0px 10px;
    background:#f7f7f7;
    border-bottom: 1px solid #0981C3;
    border-top: 1px solid #EF3E44;
}

#main #subcatMenu .categories-module-subcat, #main #subcatMenuInterno .categories-module-subcatInt {
  padding:4px 2px 4px 16px;
}
#main #subcatMenu .custom-subcat, #main #subcatMenuInterno .custom-subcatInt {
    border-top: 1px solid #EF3E44;
    padding:4px 0px;
    width:168px;
}

#main #subcatMenu a, #main #subcatMenu a:link, #main #subcatMenu a:visited,
#main #subcatMenuInterno a, #main #subcatMenuInterno a:link, #main #subcatMenuInterno a:visited {
    display: block;
    font-size: 10px;
    text-decoration: none;
    color: #8F8F8F;
    font-weight: lighter;
  width:150px;
}
#main #subcatMenu a:hover, #main #subcatMenuInterno a:hover {
   color: #006CB7;
}
#main #subcatMenu .categories-module-subcat .active a, #main #subcatMenu .custom-subcat .active a,
#main #subcatMenuInterno .categories-module-subcatInt .active a, #main #subcatMenuInterno .custom-subcatInt .active a{
   color: #0981C3;
}

#main #subcatMenu ul, #main #subcatMenuInterno ul {
    padding:0px 17px;
    margin: 0px;
}
#main #subcatMenu .categories-module-subcat li, #main #subcatMenu .custom-subcat li,
#main #subcatMenuInterno .categories-module-subcatInt li, #main #subcatMenuInterno .custom-subcatInt li {
    margin: 0px;
    list-style-position: outside;
    margin:0px;
    padding:4px 0px;
    font-size:10px;
    line-height: 1;
    color: #006CB7;
}
#main #subcatMenu .categories-module-subcat h3, #main #subcatMenu .custom-subcat h3,
#main #subcatMenuInterno .categories-module-subcatInt h3, #main #subcatMenuInterno .custom-subcatInt h3 {
    margin: 0px;
    padding:0px;
}

/*---------------CSS ARREGLO MENU SECUNDARIO: SUB CATEGORIAS INTERNAS NUEVO ESTILO ARREGLO ---------------*/

/* #main #subcatMenuInterno div.custom-subcatInt {
    border-top: medium none !important;
    padding: 1px 20px 0 7px !important;
}

#main #subcatMenuInterno .categories-module-subcatInt,  #main #subcatMenuInterno div.custom-subcatInt {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #0981C3;
    border-top: 1px solid #EF3E44;
    float: none;
    font-size: 10px;
    list-style: none outside none !important;
    margin: 0;
    padding: 1px 7px 7px 20px;
    width: 170px;
}

#main #subcatMenuInterno .categories-module-subcatInt h3,  #main #subcatMenuInterno .custom-subcatInt h3 {
    margin: 5px 0;
}

#main #subcatMenuInterno .categories-module-subcatInt h3 a:hover {
    color: #006CB7;
}

#main #subcatMenuInterno .categories-module-subcatInt ul {
    list-style-type: none !important;
    margin: 0;
    padding-left: 15px;
}

#main #subcatMenuInterno .categories-module-subcatInt li, #main #subcatMenuInterno .custom-subcatInt li {
    color: #006CB7;
    list-style: disc outside none;
    margin: 0;
}

#main #subcatMenuInterno .categories-module-subcatInt li.active a {
    color: #006CB7;
}

#subcatMenuInterno {
    float: right;
    left: 19px;
    padding-left: 20px;
    position: relative;
    top: 26px;
    margin-bottom: 5px;
}

#subcatMenuInterno a {
    line-height: 1;
    text-decoration: none;
    color: #8F8F8F;
    font-weight: lighter;
}*/

/*---------------CSS LINKS HEADER: CORREO Y MAPA SITIO ---------------*/
.custom-correoinst {
    float: right;
    position: relative;
    bottom: 31px;
    left: 179px;
}
.custom-correoinst a {
    color: #006CB7;
    text-decoration: none;
}
.custom-mapasitio {
    float: right;
    left: 178px;
    position: relative;
    top: 23px;
}
.custom-mapasitio a {
    color: #8F8F8F;
    text-decoration: none;
}
.custom-mapasitio, .custom-correoinst {
    font-size: 10px;
}


/*---------------CSS ARREGLO HOME - COLUMNAS ---------------*/
.blog-featured-ppal .cols-4 .column-1 {
    float: left;
    width: 47%;
    margin: 0;
}
.blog-featured-ppal .cols-4 .column-2 {
    float: left;
    width: 48%;
}
.blog-featured-ppal .cols-4 .column-3 {
    float: left;
    /*padding: 0 5px;*/
  padding: 10px 5px 0;
    width: 48%;
}
.blog-featured-ppal .cols-4 .column-4 {
    float: left;
    /*padding: 0 5px;*/
  padding: 10px 5px 0;
    width: 48%;
}

.blog-featured-ppal .column-2 {
    width: 55%;
}
.blog-featured-ppal .column-3 {
    width: 30%;
}

.blog-featured-ppal .attachmentsContainer {
    display: none;
}


/*---------------CSS ARREGLO NOTICIAS: PAG PPAL NOVEDADES CHILENOS Y EXTRANJEROS---------------*/
.item-page-noticiasMain , .item-page-interior{
    margin-left: 6px;
    margin-top: 5px;
}

.blog-interior{
  margin-left: 2px;
  }

.item-page-noticiasMain img {
    height: auto;
    margin: 10px 0;
    /*max-height: 250px; */
    max-width: 300px !important;
}

.blog-noticiasMain .actions img {
    width: auto !important;
    height: 100% !important;
    float: right;
}

.blog-noticiasMain .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-noticiasMain .readmore a {
    background: none;
    border: 0;
}
.blog-noticiasMain .readmore a:focus,
.blog-noticiasMain .readmore a:hover,
.blog-noticiasMain .readmore a:link,
.blog-noticiasMain .readmore a:active {
    background: none !important;
    color: #006CB7;
}

#main .blog-noticiasMain .items-row h2,
#main .item-page-noticiasMain h2
 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
#main .blog-noticiasMain .items-row .article-info {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
    margin: 0;
    padding-left: 7px;
}
#main .blog-noticiasMain .items-row {
    font-size: 82%;
    text-align: justify;
}
#main .blog-noticiasMain .items-row p {
    margin-left: 8px !important;
    margin-top: 0 !important;
}

.blog-noticiasMain img {
    float: left !important;
    height: 70px;
    margin: 0 !important;
    padding: 0;
    width: 90px;
}
.blog-noticiasMain .actions img, .item-page-noticiasMain .actions img {
    float: right !important;
    height: 16px !important;
    width: 16px !important;
}
.blog-noticiasMain .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-noticiasMain .readmore a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
.blog-interior .readmore a:focus, .blog-interior .readmore a:hover, .blog-interior .readmore a:link, .blog-noticiasMain .readmore a:active {
    background: none repeat scroll 0 0 transparent !important;
    color: #006CB7;
}

/*---------------CSS ARREGLO INTERIORES VARIOS: PAG PPAL---------------*/

.blog-interior .category-desc {
    /*margin: 18px 0 30px;*/
    padding: 0 5px;
}

.item-page-interior img {
    height: auto;
    max-width: 300px !important;
}

.blog-proyectos .grillaProyectos img,
.blog-socios .grillaProyectos img,
.blog-tematicas .grillaProyectos img
{
    height: auto;
    max-width: 300px !important;
    margin: 0 auto !important;
    float: none !important;
}

.blog-proyectos .items-row img, 
.blog-socios .items-row img, 
.blog-tematicas .items-row img, 
.item-page-proyectos .items-row img {
    float: right;
    height: auto;
    max-width: 300px !important;
    margin: 0 auto !important;
}

#main .item-page-interior h2 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0px !important;
}

.blog-interior .actions img {
    width: auto !important;
    height: 100% !important;
    float: right;
}

.blog-interior .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-interior .readmore a {
    background: none;
    border: 0;
}
.blog-interior .readmore a:focus,
.blog-interior .readmore a:hover,
.blog-interior .readmore a:link,
.blog-interior .readmore a:active {
    background: none !important;
    color: #006CB7;
}

#main .blog-interior .items-row h2 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0px !important;
}
#main .blog-interior .items-row .article-info {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
    margin: 0;
    padding-left: 7px;
}
#main .blog-interior .items-row {
    overflow: visible;
    text-align: justify;
}
#main .blog-interior .items-row p {
    /*margin-left: 8px !important;*/
    margin-top: 0 !important;
}

.blog-interior img {
    max-width: 300px !important;
    padding: 7px;
}

.blog-interior .actions img, .item-page-interior .actions img {
    float: right !important;
    height: 16px !important;
    width: auto !important;
}
.blog-interior .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-interior .readmore a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
.blog-interior .readmore a:focus, .blog-interior .readmore a:hover, .blog-interior .readmore a:link, .blog-interior .readmore a:active {
    background: none repeat scroll 0 0 transparent !important;
    color: #006CB7;
}

/*---------------CSS ARREGLO INTERIORES PARA PAGINAS SIN IMG PREVIAS, IMNG MAX ANCHO CONTENIDO---------------*/

.blog-interior_sinIMG .category-desc {
    margin: 18px 0 30px;
    padding: 0 5px;
}


.item-page-interior_sinIMG img {
    height: auto;
    max-width: 300px !important;
}

#main .item-page-interior_sinIMG h2 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 4px 0 7px !important;
}

.blog-interior_sinIMG .actions img {
    width: auto !important;
    height: 100% !important;
    float: right;
}

.blog-interior_sinIMG .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-interior_sinIMG .readmore a {
    background: none;
    border: 0;
}
.blog-interior_sinIMG .readmore a:focus,
.blog-interior_sinIMG .readmore a:hover,
.blog-interior_sinIMG .readmore a:link,
.blog-interior_sinIMG .readmore a:active {
    background: none !important;
    color: #006CB7;
}

#main .blog-interior_sinIMG .items-row h2 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 4px 0 7px !important;
}
#main .blog-interior_sinIMG .items-row .article-info {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
    margin: 0;
    padding-left: 7px;
}
#main .blog-interior_sinIMG .items-row {
    text-align: justify;
}
#main .blog-interior_sinIMG .items-row p {
    margin-left: 8px !important;
    margin-top: 0 !important;
}

.blog-interior_sinIMG .actions img, .item-page-interior_sinIMG .actions img {
    float: right !important;
    height: 16px !important;
    width: auto !important;
}
.blog-interior_sinIMG .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-interior_sinIMG .readmore a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
.blog-interior_sinIMG .readmore a:focus, .blog-interior_sinIMG .readmore a:hover, .blog-interior_sinIMG .readmore a:link, .blog-interior_sinIMG .readmore a:active {
    background: none repeat scroll 0 0 transparent !important;
    color: #006CB7;
}

/*---------------CSS ARREGLO INTERIORES NOTICIAS PPAL---------------*/

.blog-interiorNoticiasMain .category-desc {
    margin: 18px 0 30px;
    padding: 0 5px;
}

.blog-interiorNoticiasMain img {
    width: 100px;
    height: 70px;
    float: left;
    padding: 7px;
}

.item-page-interiorNoticiasMain img {
    height: auto;
    max-width: 300px !important;
}

#main .item-page-interiorNoticiasMain h2 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 4px 0 7px !important;
}

.blog-interiorNoticiasMain .actions img {
    width: auto !important;
    height: 100% !important;
    float: right;
}

.blog-interiorNoticiasMain .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-interiorNoticiasMain .readmore a {
    background: none;
    border: 0;
}
.blog-interiorNoticiasMain .readmore a:focus,
.blog-interiorNoticiasMain .readmore a:hover,
.blog-interiorNoticiasMain .readmore a:link,
.blog-interiorNoticiasMain .readmore a:active {
    background: none !important;
    color: #006CB7;
}

#main .blog-interiorNoticiasMain .items-row h2 {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 4px 0 7px !important;
}
#main .blog-interiorNoticiasMain .items-row .article-info {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
    margin: 0;
    padding-left: 7px;
}
#main .blog-interiorNoticiasMain .items-row {
    text-align: justify;
    font-size: 82%;
}
#main .blog-interiorNoticiasMain .items-row p {
    margin-left: 8px !important;
    margin-top: 0 !important;
}

.blog-interiorNoticiasMain img {
    float: left !important;
    height: 70px;
    padding: 7px 0;
    width: 100px;
}
.blog-interiorNoticiasMain .actions img, .item-page-interiorNoticiasMain .actions img {
    float: right !important;
    height: 100% !important;
    width: auto !important;
}
.blog-interiorNoticiasMain .readmore {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    float: right;
    font-size: 10px;
    margin: 0;
}
.blog-interiorNoticiasMain .readmore a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
.blog-interiorNoticiasMain .readmore a:focus, .blog-interiorNoticiasMain .readmore a:hover, .blog-interiorNoticiasMain .readmore a:link, .blog-interiorNoticiasMain .readmore a:active {
    background: none repeat scroll 0 0 transparent !important;
    color: #006CB7;
}


/*---------------CSS SUBCATEGORIA BECAS DENTRO ---------------*/
.categories-module-subcat2 {
    color: red;
    font-size: 80%;
    line-height: 0 !important;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc !important;
    margin: 20px !important;
}
.categories-module-subcat2 h3 {
    margin: 9px 0 !important;
}
.categories-module-subcat2 a {
    text-decoration: none;
}


#wrapper2 .item-page {
    width: auto;
    max-width: 100%;
    float: left;
}

.item-page {
    display: block;
    overflow: visible;
    padding: 0 0;
    text-align: justify;
}

/*---------------CSS GLOSARIO ---------------*/

.category-desc li.active a {
    color: #fff;
    line-height: 1.7em;
    margin: 10px 0;
    padding-left: 0;
}

.category-desc li.active h4 {
    background: none repeat scroll 0 0 #C0C0C0;
}

.blog-glossario {
    padding: 0 5px 10px;
}

.blog-glossario .category-desc li {
    display: inline-block;
    margin: 6px 0 0 !important;
    padding: 0 5px;
}

.categories-module-glossary {
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}
.categories-module-glossary h4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A7A7A7;
    padding: 2px 9px;
    width: 10px;
}
.categories-module-glossary a {
    color: #A7A7A7;
    text-decoration: none;
    width: 10px;
}

.blog .category-desc hr {
    background: url("../images/home/boton-h2-home2.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none;
    height: 2px;
}

#main .blog-glossario ul.actions {
    bottom: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}

.blog-glossario .items-row {
  text-align: justify;
}

.blog-glossario .items-row ul {
  text-align: left;
}


/*---------------CSS ART RELACIONADOS ---------------*/

#relatedArt {
    float: right;
    position: relative;
    width: 48%;
    margin-right: 15px;
}

p.relateditems {
    margin: 0;
}

#relatedArt h2 {
    background: url("../images/home/boton-h2-home2.png") no-repeat scroll left center transparent !important;
    padding-bottom: 2px !important;
    padding-left: 6px;
    padding-right: 2px !important;
    padding-top: 2px !important;
    text-align: justify;
    color: #005294 !important;
    font-family: 'gobCL',Verdana,sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 21px !important;
    text-transform: none !important;
    border: 0 none !important;
}

#relatedArt .relateditems {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 0.1em solid steelblue;
    font-size: 10px;
    list-style: none outside none !important;
    padding: 10px;
    position: relative;
}

/*---------------CSS REDES SOCIALES - COMPARTIR CONTENIDO ---------------*/
#socialShare {
/*    float: left;
    margin-left: 40px;
    width: 45%;*/
    margin-left: 20px;
}


/*---------------CSS ARREGLOS CARRUSEL HOME ---------------*/
.hotcarousel {
    float: left;
    margin-left: 30px;
}


/*---------------CSS ARREGLOS NOTICIAS HOME - HACKCSS MODULO - #nsp-noticiashomeCSS ---------------*/
#nsp-noticiashomeCSS .nspMain {
    overflow: hidden;
}
#nsp-noticiashomeCSS .nspBotInterface, .nspTopInterface {
    margin: 5px 0;
    overflow: hidden;
}
#nsp-noticiashomeCSS .nspBotInterface div, .nspTopInterface div {
    float: right;
}
#nsp-noticiashomeCSS .nspPagination {
    float: left;
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
}

#nsp-noticiashomeCSS .nspPagination li {
    background: url("../images/interface.png") no-repeat scroll 50% 0 transparent;
    cursor: pointer;
    float: left;
    height: 8px;
    margin: 0 4px 0 0 !important;
    text-indent: -999em;
    width: 8px;
}
#nsp-noticiashomeCSS .nspPagination li:hover, #nsp-noticiashomeCSS .nspPagination li.active {
    background-position: 50% -8px;
}
#nsp-noticiashomeCSS .nspText {
  display:block;
}

#nsp-noticiashomeCSS .nspNext, #nsp-noticiashomeCSS .nspPrev {
    background: url("../images/interface.png") no-repeat scroll 0 -16px transparent;
    cursor: pointer;
    float: left;
    height: 14px;
    margin: 0 0 0 4px;
    text-indent: -999em;
    width: 14px;
}

#nsp-noticiashomeCSS .nspPrev {
    background-position: 0 -44px;
}
#nsp-noticiashomeCSS .nspNext:hover, #nsp-noticiashomeCSS .nspPrev:hover {
    background-position: 0 -30px;
}
#nsp-noticiashomeCSS .nspPrev:hover {
    background-position: 0 -58px;
}
#nsp-noticiashomeCSS .nspCounter {
    border: 1px solid #dddddd;
    border-radius: 2px 2px 2px 2px;
    color: #878787;
    cursor: pointer;
    float: left;
    font-size: 9px;
    margin: 0 0 0 8px;
    padding: 2px 4px;
}
#nsp-noticiashomeCSS .nspCounter span {
}
#nsp-noticiashomeCSS .nspBotInterface .nspCounter strong, #nsp-noticiashomeCSS .nspTopInterface .nspCounter strong {
}
#nsp-noticiashomeCSS .nspArts {
    overflow: hidden;
}
#nsp-noticiashomeCSS .nspArt {
    float: left;
 /* border-bottom:1px dotted #cccccc;*/
  border-bottom:10px solid #ffffff;
}
#nsp-noticiashomeCSS .nspArt div {
    overflow: hidden;
}
#nsp-noticiashomeCSS .nspArt h4.nspHeader, #nsp-becasExtrHome .nspArt h4.nspHeader, #nsp-becasChHome .nspArt h4.nspHeader{
    float: none;
    font-size: 11px;
    line-height: 12px;
    margin: 4px 0 0;
}

.nspArt h4.nspHeader a {

}
#nsp-noticiashomeCSS .nspArt h4.nspHeader a, 
#nsp-becasExtrHome .nspArt h4.nspHeader a, 
#nsp-becasChHome .nspArt h4.nspHeader a {
    text-decoration: none;
    color: #666666;
    font-weight: lighter;
}
#nsp-noticiashomeCSS .nspArt h4.nspHeader a:hover {
}
#nsp-noticiashomeCSS .nspArt img.nspImage {
    border: medium none;
}
#nsp-noticiashomeCSS .nspArt p.nspText {
    float: none;
    font-size: 10px;
  line-height:12px;
}

#nsp-noticiashomeCSS .nspArt p.nspText a {
  text-decoration:none;
  color:#666666;
}
#nsp-noticiashomeCSS .nspArt p.nspText a:hover {
}

/*#nsp-noticiashomeCSS .nspArt p.nspInfo {
  color:#aaaaaa;
  font-size: 9px;
  font-weight: bold;
  margin: 5px 0 0 0;
  width:81%;
}*/
#nsp-noticiashomeCSS .nspArt p.nspInfo {
  color:#aaaaaa;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0 5px;
  width: 40px;
  /*height: 50px;*/
}
#nsp-noticiashomeCSS .nspArt p.nspInfo a {
}
#nsp-noticiashomeCSS .nspArt p.nspInfo a:hover {
}
#nsp-noticiashomeCSS .nspArt .tleft {
    text-align: left;
}
#nsp-noticiashomeCSS .nspArt .tright {
    text-align: right;
}
#nsp-noticiashomeCSS .nspArt .tcenter {
    text-align: center;
}
#nsp-noticiashomeCSS .nspArt .tjustify {
    text-align: justify;
}
#nsp-noticiashomeCSS .nspArt .fleft {
    float: left;
}
#nsp-noticiashomeCSS .nspArt .fright {
    float: right;
}
#nsp-noticiashomeCSS .nspArt .fnone {
    clear: both;
    float: none;
    width: 100%;
}
#nsp-noticiashomeCSS .readon.left, #nsp-noticiashomeCSS .readon.right, .readon.center {
    clear: both;
}
#nsp-noticiashomeCSS .readon.left {
    float: left;
}
#nsp-noticiashomeCSS .readon.right {
    float: right;
}
#nsp-noticiashomeCSS .readon.center {
    display: inline;
    float: none;
}
#nsp-noticiashomeCSS .nspAvatar {
}
#nsp-noticiashomeCSS .nspLinks {
}
#nsp-noticiashomeCSS .nspLinks ul {
    list-style-type: none !important;
    padding: 0 !important;
}
#nsp-noticiashomeCSS .nspLinks ul li {
    margin: 0 30px 0 0 !important;
}
#nsp-noticiashomeCSS .nspLinks ul li:hover {
}
#nsp-noticiashomeCSS .nspLinks ul li h4 {
}
#nsp-noticiashomeCSS .nspLinks ul li h4 a {
    text-decoration: none;
}
#nsp-noticiashomeCSS .nspLinks ul li h4 a:hover {
}
#nsp-noticiashomeCSS .nspLinks ul li p {
}
#nsp-noticiashomeCSS .nspArts.left {
    float: right;
}
#nsp-noticiashomeCSS .nspLinksWrap.left {
    float: left;
}
#nsp-noticiashomeCSS .nspArts.right {
    float: left;
}
#nsp-noticiashomeCSS .nspLinksWrap.right {
    float: right;
}
#nsp-noticiashomeCSS .nspMain .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
#nsp-noticiashomeCSS .nspFs80 {
    font-size: 80%;
}
#nsp-noticiashomeCSS .nspFs90 {
    font-size: 90%;
}
#nsp-noticiashomeCSS .nspFs100 {
    font-size: 100%;
}
#nsp-noticiashomeCSS .nspFs110 {
    font-size: 110%;
}
#nsp-noticiashomeCSS .nspFs120 {
    font-size: 120%;
}
#nsp-noticiashomeCSS .nspFs130 {
    font-size: 130%;
}
#nsp-noticiashomeCSS .nspFs140 {
    font-size: 140%;
}
#nsp-noticiashomeCSS .nspFs150 {
    font-size: 150%;
}
#nsp-noticiashomeCSS .nspFs160 {
    font-size: 160%;
}
#nsp-noticiashomeCSS .nspFs170 {
    font-size: 170%;
}
#nsp-noticiashomeCSS .nspFs180 {
    font-size: 180%;
}
#nsp-noticiashomeCSS .nspFs190 {
    font-size: 190%;
}
#nsp-noticiashomeCSS .nspFs200 {
    font-size: 200%;
}


.custom-titulopagina {
    float: none;
    width: 100%;
}

.custom-titulopagina h2 {
   margin-bottom: 0 !important;
}

/*---------------CSS NOVEDADES BECAS  ---------------*/

.item-page-novbecaschilenos img {
    border: 0 none;
    float: left;
    max-width: 350px;
    padding: 5px;
}

/*-----------------------------------TITULO MAPA SITIO  -  XMAP----------------------------------------------------------*/
.tituloMapa {
    background: url("../images/home/boton-h2-home2.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    color: #005294 !important;
    font-family: 'gobCL',Verdana,sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    height: 21px !important;
    line-height: normal;
    margin: 0;
    padding: 3px 0 0 7px !important;
    text-transform: none !important;
}

#main div.attachmentsList table img, div.attachmentsList table img {
    height: auto;
    width: auto;
}

#main div.attachmentsContainer, div.attachmentsContainer {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    margin: 0 0 0.5em;
}
#main div.attachmentsList table, div.attachmentsList table {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #C0C0C0;
    font-size: 90%;
    font-weight: bold;
    line-height: 160%;
    width: 97%;
    margin-left: 12px;
}
#main div.attachmentsList caption, div.attachmentsList caption {
    font-size: 110%;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
}
#main div.attachmentsList thead tr, div.attachmentsList thead tr {
    background-color: #DADADA;
}
#main div.attachmentsList tbody, div.attachmentsList tbody {
    background: none repeat scroll 0 0 transparent;
}
#main div.attachmentsList tbody tr, div.attachmentsList tbody tr {
    background: none repeat scroll 0 0 transparent;
}
#div.attachmentsList tbody tr.odd, div.attachmentsList tbody tr.odd {
    background: none repeat scroll 0 0 transparent;
}
#main div.attachmentsList tbody tr.even, div.attachmentsList tbody tr.even {
    background-color: #EEEEEE;
}
#div.attachmentsList tr.unpublished, div.attachmentsList tr.unpublished {
    background-color: #AAAAAA;
}
#main div.attachmentsList table thead th, div.attachmentsList table thead th {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D0D0D0;
    padding: 0 3px;
    text-align: center;
}
#main div.attachmentsList table tbody td, div.attachmentsList table tbody td {
    background: none repeat scroll 0 0 transparent;
    padding: 1px 3px;

    font-weight: lighter;
}
#main div.attachmentsList table tbody tr.even td, div.attachmentsList table tbody tr.even td {
    background-color: #EEEEEE;
}
#main div.attachmentsList table tbody tr.unpublished td, div.attachmentsList table tbody tr.unpublished td {
    background-color: #AAAAAA;
    color: #333333;
}
#main div.attachmentsList table a, div.attachmentsList table a {
    font-weight: bold;
    text-decoration: underline;
}
#main div.attachmentsList table img, div.attachmentsList table img {
    border: 0 none;
    margin: 0;
    vertical-align: middle;
}
#main div.attachmentsList table a.modal-button, div.attachmentsList table a.modal-button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
div.attachmentsList table td.at_edit a.modal-button {
    display: inline;
    float: none;
}
div.attachmentsList table td.at_edit a.modal-button img {
    display: inline;
    float: none;
}
#main div.attachmentsList img#link, div.attachmentsList img#link {
    margin-left: -16px;
}
#main div.attachmentsList a.at_icon, div.attachmentsList a.at_icon {
    padding-right: 4px;
}
div.attachmentsList a.at_icon:link {
    text-decoration: none;
}
div.attachmentsList a.at_icon:visited {
    text-decoration: none;
}
div.attachmentsList a.at_icon:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FF0000;
    text-decoration: none;
}
div.attachmentsList a.at_icon:active {
    text-decoration: none;
}
div.attachmentsList a.at_url {
    background: none repeat scroll 0 0 transparent;
}
div.attachmentsList a.at_url:link {
    text-decoration: none;
}
div.attachmentsList a.at_url:visited {
    text-decoration: none;
}
div.attachmentsList a.at_url:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FF0000;
    text-decoration: underline;
}
div.attachmentsList a.at_url:active {
    text-decoration: none;
}
div.attachmentsList th.at_filename, div.attachmentsList td.at_filename {
    text-align: left;
}
div.attachmentsList td.at_file_size {
    text-align: right;
}
div.attachmentsList th.at_downloads {
    text-align: center;
}
div.attachmentsList td.at_downloads {
    text-align: center;
}
div.attachmentsList th.at_edit {
    text-align: center;
}
div.attachmentsList td.at_edit {
    background: none repeat scroll 0 0 transparent;
    text-align: center;
}
#main div.addattach, div.addattach {
    background: none repeat scroll 0 0 transparent;
    margin-top: 4px;
}
div.addattach img, div.addattach a img {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: auto;
    padding-right: 0;
    width: auto;
}
div.addattach a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
div.addattach a:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FF0000;
}
div.addattach a img {
    vertical-align: text-bottom;
}
div.addattach a.at_icon {
    background: none repeat scroll 0 0 transparent;
}
div.addattach a.at_icon:link {
    text-decoration: none;
}
div.addattach a.at_icon:visited {
    text-decoration: none;
}
div.addattach a.at_icon:hover {
    background: none repeat scroll 0 0 transparent;
    text-decoration: none;
}
div.addattach a.at_icon:active {
    text-decoration: none;
}
div.addattach a {
    background: none repeat scroll 0 0 transparent;
}
div.addattach a:link {
    color: red;
    text-decoration: none;
}
div.addattach a:visited {
    color: red;
    text-decoration: none;
}
div.addattach a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FF0000;
    text-decoration: underline;
}
div.addattach a:active {
    color: red;
    text-decoration: none;
}
div.addattach a.modal-button {
    background: none repeat scroll 0 0 transparent;
}
div.addattach a.modal-button:link {
    background: none repeat scroll 0 0 transparent;
}
div.addattach a.modal-button:visited {
    background: none repeat scroll 0 0 transparent;
}
div.addattach a.modal-button:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FF0000;
}
div.addattach a.modal-button:active {
    background: none repeat scroll 0 0 transparent;
}
div.requestLogin h1 {
    color: #135CAE;
    font-size: 130%;
    line-height: 130%;
}
div.requestLogin h2 {
    font-size: 115%;
    line-height: 115%;
}
div.requestLogin h2 a {
    font-size: 100%;
    font-weight: bold;
}
div.warning {
    margin-left: 20px;
    margin-top: 10px;
}
div.warning h1 {
    color: red;
    font-size: 200%;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
div.warning h2 {
    font-size: 150%;
    font-weight: bold;
    line-height: normal;
}

#printAll {
    float: left;
    left: 830px;
    position: relative;
    top: 166px;
}

#printAll h1 {
    background: url("http://cdn2.iconfinder.com/data/icons/oxygen/22x22/actions/document-print.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    left: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -10000px;
    top: -1px;
    width: 22px;

}
#printAll a {
    display: block;
    height: 22px;
    outline: 0 none;
    width: 22px;
}

.leftbigger {
    width: 19%;
}

.hotcarousel li.carouselimage img {
  border: 0;
}

#wrapper2 {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 740px;
}

.mapaHome {
    float: left;
    margin-right: 10px;
    width: 550px;
}

#blank1BM {
    /*height: 370px;*/
	height: 350px;
    overflow: hidden;
    width: 100%;
}

.items-leading {
    margin-bottom: 16px;
    overflow: hidden;
    padding: 0 5px 10px;
}
#nsp-nsp_112 .nspArt, #nsp-becasExtrHome .nspArt , #nsp-becasChHome .nspArt{
  border-bottom:1px dotted #cccccc;
}
#nsp-nsp_112 p, #nsp-becasExtrHome p, #nsp-becasChHome p {
      float: none;
    font-size: 9px;
  line-height:12px;
  margin:4px 0 0 0;
}

#nsp-nsp_112 p.nspInfo, #nsp-becasExtrHome p.nspInfo, #nsp-becasChHome p.nspInfo {
  color: #AAAAAA;
    font-weight: bold;
    margin: 5px 0 0 0;
}
#nsp-nsp_112 p a, #nsp-becasExtrHome p a, #nsp-becasChHome p a{
      text-decoration: none;
  color: #666666;
}

.item-page-noticiasMain p {
    text-align: justify;
}


#main ul.actions {
/*    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 68%;*/
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}

#main .actions img {
    border: 0 none;
    margin: 0;
}


/* CSS HOME PROYECTOS */
.blog-proyectos .items-row table a {
    color: #787878;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: underline;
}

.blog-proyectos table, .blog-proyectos td, .blog-proyectos tr {
    border: 0 none !important;
    padding-bottom: 10px;
}

.blog-proyectos .items-row table a:hover {
  color: #006CB7;
}

.blog-proyectos .items-row table p {
    margin-bottom: 20px;
}

.accordionfaq table {
    padding: 0;
    margin: 0 auto;
    border: 1px solid #DDDDDD !important;
}

.accordionfaq td {
    border: 1px solid #DDDDDD !important;
}
.accordionfaqheader a {
    color: #3A3A3A !important;
    font-size: 12px !important;
    font-weight: lighter !important;
}

.accordionfaq img {
    max-width: 500px !important;
}

.custom-fichas strong {
    color: steelBlue;
    font-size: 12px;
    font-weight: lighter;
    line-height: 13px;
}

.custom-fichas p {
    padding-left: 10px;
}

#blank2BM {
    cursor: pointer;
    font-size: 10px;
    height: 26px;
    position: absolute;
    right: 400px;
    top: 1px;
    width: 170px;
}

.custom-sigepCustom {
    /* background: url("../images/english-button.png") repeat scroll 0 -29px transparent; */
    /* background-color: #f5f5f5; */
    cursor: pointer;
    font-size: 10px;
    height: 26px;
    position: absolute;
    right: 220px;
    /* text-indent: -10000px; */
    top: 5px;
    width: 62px;
}

.custom-idiomaCustom {
    /* background: url("../images/english-button.png") repeat scroll 0 -29px transparent; */
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 10px;
    height: 26px;
    position: absolute;
    right: 252px;
    /* text-indent: -10000px; */
    top: -1px;
    width: 62px;
}
.custom-idiomaCustom:hover {
 /* background: url("../images/english-button.png") no-repeat scroll 0 -1px transparent; */
    background-color: #cccccc;
}

.custom-idiomaCustom2 {
    /*background: url("../images/portugues-button.png") repeat scroll 0 -29px transparent;*/
    background-color: #f5f5f5;
	cursor: pointer;
    font-size: 10px;
    height: 26px;
    position: absolute;
    right: 168px;
    /*text-indent: -10000px;*/
    top: -1px;
    width: 80px;
}
.custom-idiomaCustom2:hover {
    /*background: url("../images/portugues-button.png") no-repeat scroll 0 -1px transparent;*/
	background-color: #cccccc;
}

.custom-correoCustom a, .custom-idiomaCustom a, .custom-idiomaCustom2 a {
display: block;
    height: 26px;
    width: 140px;
    outline: 0 none;
    text-decoration: none;
    padding: 5px;
	color: #666666;
}

.custom-correoCustom {
    /*background: url("../images/mailInst.png") repeat scroll 0 -29px transparent;*/
	background-color: #f5f5f5;
    cursor: pointer;
    font-size: 10px;
    height: 26px;
    position: absolute;
    right: 14px;
    /*text-indent: -10000px;*/
    top: -1px;
    width: 150px;
}
.custom-correoCustom:hover {
    /*background: url("../images/mailInst.png") no-repeat scroll 0 -1px transparent;*/
	background-color: #cccccc;
}

#nsp-columnaOpinionCSS img {
    height: auto !important;
    margin: 0 auto !important;
    max-width: 170px !important;
    padding: 0 !important;
}

#nsp-columnaOpinionCSS .nspArt h4.nspHeader {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
}

#nsp-columnaOpinionCSS span.tooltips-link {
    border-bottom: 1px dashed #CCCCCC;
    display: block;
    font-weight: bold;
    width: auto;
}

.custom_organigrama {
    width:640px;
}
.custom_organigrama .niveles {
    height: 100px;
}
.custom_organigrama h3 {
    border-bottom: 1px solid #f00;
    margin:0px;
    padding:0px;
}
.custom_organigrama .ventana {
    width: 200px;
    background: #eaeaea;
    border: 1px solid #ccc;
    border-top: 1px solid #f00;
    border-bottom: 1px solid #4C8BFD;
    position:absolute;
    z-index: 9;
    padding:0px 10px;
    margin:50px 0px 0px 250px;
    display:none;
}
.custom_organigrama .pos1, .custom_organigrama .pos2, .custom_organigrama .pos3, .custom_organigrama .pos4, .custom_organigrama .pos5 {
    width: 100px;
    padding: 8px;
    margin:20px 0px;
    border: 1px solid #ccc;
    border-top: 2px solid #f00;
    display: block;
    position: absolute;
    z-index: 8;
    background: url(../images/header/body-bg.png) repeat-x left #eaeaea;
    line-height: 14px;
    text-align:center;
    text-transform: capitalize;
}
.custom_organigrama .pos1{
    margin-left:0px;
}
.custom_organigrama .pos2{
    margin-left: 130px;
}
.custom_organigrama .pos3{
    margin-left:260px;
}
.custom_organigrama .pos4{
    margin-left: 390px;
}
.custom_organigrama .pos5{
    margin-left: 520px;
}

.accordionfaq ul li ul {
    margin: 0 auto !important;
    padding-left: 25px !important;
}

.accordionfaq ul li ul li {
    list-style: circle outside none;
    margin: 0;
}

/* CSS ARREGLO BUSCADOR DE BECAS */
.buscador {
    background: #F7F7F7;
    width: 320px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.buscador .Ancho10 {
    width: 100px;
}
.buscador td, .buscador tr {
    border: 0 none !important;
    padding: 4px;
}
.buscador .Ancho90 {
    padding-left: 20px;
}
.Ancho90 select {
    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 3px 3px;
    width: auto;
}
.resultados .resuBeca {
    width: 100% !important;
}
table.resuBeca {
    background-color: #DBEAF9;
    border: 1px solid steelBlue;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 13px;
    margin: 1em auto 0;
    width: 95%;
}
table tr.colo {
    background-color: #C4D8ED;
}
table.resuBeca th.new {
    padding-left: 4em;
}
table.resuBeca th, table.resuBeca td {
    line-height: 100%;
    padding: 0.5em 0.8em;
}
.resuBeca th {
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 110%;
    padding: 0.8em;
}
.resuBeca tr , .resuBeca td {
  border: 0 none;
}
.resuBeca td, .resuBeca th {
    font-size: 11px;
    padding: 0.8em;
    text-align: left;
}
table.resuBeca td p.nombBeca {
    padding-left: 3.2em;
}
.Ancho60 th {
    width: 60%;
}
.Ancho20 {
    width: 20%;
}
.Ancho10 {
    width: 10%;
}
.Ancho90 {
    width: 90%;
}

table#tablDeta2 {
    border-spacing: 0;
    empty-cells: show;
    font-size: 13px;
    margin: 1em auto 0;
    display: inline-block;
}

div#asd {
     text-align: center;
}

div#asd h2 {
    text-align: left;
}


/* CSS SUBMENU PROYECTOS, SOCIOS, TEMATICAS */
.categories-module-catproy a
{
    color: #8F8F8F !important;
    display: list-item;
    font-size: 10px;
    font-weight: lighter;
    text-decoration: none;
}

.categories-module-catproy h4
{
    padding-right: 20px;
}

ul.categories-module-catproy li
{
    display: inline-block;
    margin-left: 15px !important;
    width: 21%;
    vertical-align: top;
line-height: 15px !important;
}

.categories-module-catproy {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #0981C3;
    border-top: 1px solid #EF3E44;
    float: right;
    font-weight: lighter !important;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.categories-module-catproy .active a
{
    color: #095197 !important;
}

.categories-module-catproy a:hover {
    color: #095197 !important;
}

.categories-module-catproy a
{
    color: #8F8F8F !important;
    font-size: 10px;
    font-weight: lighter;
    padding-left: 7px;
    text-decoration: none;
}

/* CSS TITULO AGENCIA - HEADER */
.custom-headerTitulo {
    color: #006CB7 !important;
    float: left;
    font-family: Arial;
    font-size: 23px;
    font-style: normal;
    font-weight: bolder;
    left: 210px;
    position: absolute;
    top: 40px;
}

/* ARREGLOS CAPTION DENTRO DE NOTICIAS */
.item-page-noticiasMain div.img_caption {
    background: none repeat scroll 0 0 #F7F7F7;
    float: left !important;
    font-size: 9px;
/*    margin: 5px 20px 0 0 !important;  */
    margin: 3px 10px 0 0 !important;
    max-width: 300px !important;
    padding: 2px;
    text-align: center !important;
}

#main .blog-noticiasMain .img_caption p {
    display: none;
}

.item-page-noticiasMain .img_caption img {
    margin: 0 !important;
}

.item-page-noticiasMain .img_caption p {
    border: 0 none;
    font-size: 10px;
    font-style: italic;
    margin: 0;
    max-width: 290px !important;
    text-align: center !important;
    float: none !important;
}

.blog-noticiasMain .img_caption {
    padding-right: 5px;
    width: 90px !important;
}

.blog-noticiasMain .left {
    margin: 5px 5px 0 0;
}

#main  .accordionfaq div img {
    margin: 9px 8px 0 0 !important;
}

#blank1BM iframe {
    border: 0 none;
    height: 350px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.blog-proyectos .grillaProyectos {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border: 0 none;
}
.blog-proyectos .grillaProyectos td {
    width: 20%;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}

#bottommenu .validaciones {
    float: right;
}

.socialweb_module_left .g_plusone {
    float: left;
    margin-right: 5px;
}

.googlePlus{
  margin-left: -28px !important;
}

#main .blog-interior .cat-children h3 {
     display: none;
}

#main .blog-interior .cat-children .item-title, #main .blog-interior h1 {
    background: none repeat scroll 0 0 transparent !important;
    font-family: 'gobCL',Verdana,sans-serif !important;
    font-size: 16px;
    font-weight: bold !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0px !important;
    border: 0 none;
}

#main .blog-interior .cat-children .item-title a {
     text-decoration: none;
}

#main .blog-interior .cat-children li {
     list-style: none outside none ! important;
}

#main .cat-children div#noInside a {
    display: block;
}

#main div#noInside a {
    display: none;
}

.archive .article-info dd, .article-info dd {
    font-size: 10px;
    font-style: italic;
    line-height: 1.2em;
    margin: 2px 0 0;
}
/*****************************FORMULARIO DE POSTULACION***********************************/

#online {
	font-size: 11px;
	display: inline-block;
}

/*****************************************************************************************/