/* CSS Document */

/*============================
    index.css
==============================*/

#intro {
position: relative;  /*IE6*/
z-index: 3;          /*IE6*/

margin-top: 5px;
margin-bottom: 28px;
padding: 0;
/*background: #ffffff url(../img/bg_introbox.png) repeat-x bottom left;*/
background: #ffffff url(../img/bg_introbox2.png) no-repeat bottom right;
border-bottom: 1px solid #FFF; /*IE fix*/
}
#intro h2 {
font-size: 1.2em;
margin-top:0;
width: 60%;
border: none;
background: none;
color: #000000;
}
#intro-cont {
padding: 15px;
}

/*============== intro-btn ==============*/
#intro-btn {
position: relative;  /*IE6*/
z-index: 5;          /*IE6*/
float: right;
margin: -10px 5px 20px 30px;
font-size: 13px;
}
#intro-btn ul {
margin: 0;
padding: 0;
width: 150px;
list-style-type: none;
}
#intro-btn ul li {
margin: 0 0 6px 0;
}
#intro-btn ul a {
padding-left: 28px;
height: 28px;
display: block;
text-decoration: none;
font-weight: bold;
line-height: 2.2em;
color: #000000;
background: #F5F4EB url(../img/bg_intro-btn-a3.png) no-repeat;
border-right: 1px solid #D6D0A9;
}
#intro-btn ul a:hover {
font-weight: bolder;
color: #000;
background: #D6D0A9 url(../img/bg_intro-btn-b3.png) no-repeat;
border-right: 1px solid #CCC695;
}
/*=============== INTRO-NOTICIAS ==================================*/
#intro-noticias {
margin: 20px 0 15px 0;
padding: 0;
width: 78%;
background: #FFF url(../img/bg_intro-noticias.png) repeat-x left 2em;
border-top: 1px solid #ccc;
}
#intro-noticias h1 {
margin: 0;
padding-left: 10px;
background: url(../img/bg_titulo1.png) repeat-x left top;
height: 2em;
font-size: 1.4em;
line-height: 2em;
color: #FFFFFF;
}

#intro-noticias-cont { 
padding: 5px 5px; 
/*padding-left: 10px;*/
}
#intro-noticias-cont  p { 
margin-top: 0; 
}
#intro-noticias-cont .titulo-noti {
font-size: 1.1em;
}

/*divs (noticias)*/
#intro-noticias-cont div {
margin-top: 1em;
border-bottom: 2px dotted #ccc;
}
/*#intro-noticias-cont>div {  margin-top: 0.5em;  }*/ /*IE7*/
#intro-noticias-cont div:first-child {  margin-top: 0.5em;  }

#intro-noticias-cont div:last-child {  border:none;  }

/*links*/
#intro-noticias-cont a{
font-weight: bold;
}
#intro-noticias-cont a:hover {
/*color: #000000;*/
}

/*=========== BOLETIN ===================*/
#boletin {
float: right;
margin: 0 0 15px 0;
padding-right: 10px;
border: none;
/*border: 1px solid #CCCCCC;*/
background: transparent url(../img/bg_intro-boletin.png) no-repeat right top;
width: 164px;
height: 150px;
text-align: right;
}
#boletin h1 {
color: #FFF;
margin-top: 0.4em;
font-size: 1.4em;
}
#boletin ul {
margin-top: 7px;
list-style: none;
line-height: 1.8em;
}





