/*durangosierramadre index*/
#principal{
  height:1000px;
}


/*dentro del div principal*/

#html{
    padding-top:30px;
    padding-bottom:100px;
    background: url('/templates/images/footer-fondo-2.gif');
	background-repeat: repeat-x;

        /*height:200px;*/
}

#flash{
    z-index:-999;
/*    height:406px;*/
    width:650px;
    /*background-color: #ff0000;*/
}
/*--------------------dentro de html--------------------------------------*/
#noticias{
/*  height:310px;*/
/*background-color:#fff;*/
color:#fff;
bottom:50px;
}

#noticias ul{

}

#noticias li{
    list-style: square;
}

.col1, .col2{

   border: 1px double #fff;
   width:455px;
   height:300px;
   margin-left:8px;
   margin-bottom:10px;

}

.col2{
   margin-right:8px;
   float:right;

}

.col1{
  z-index:-1000;
}


/*--------------------dentro de col--------------------------------------*/
.testimonio{
  font-family: Courier New;
}

.tituloNoticias, .tituloNoticiasC {
    width:441px;
    margin: 0 auto 0 auto;
    padding-left:1px;
    height:59px;
    background: url('/templates/home/images/fondo-titulo2.gif');
}
.tituloVideo{
    width:441px;
    margin: 0 auto 0 auto;
    padding-left:1px;
    height:30px;
    background: url('/templates/home/images/fondo-titulo2.gif');
}
.tituloNoticiasC{
   background: url('/templates/home/images/fondo-titulo1.gif');
}

.fechaNoticias{
    /*background-color:#fff;*/
    clear:both;
    padding-left:10px;
    margin-top: 30px;
}



.imagenN{
    /*margin-top:10px;*/
    /*z-index:1100;*/
}

.videoN{
    text-align:center;
    margin:0 auto 0 auto;
    width:455px;


}
.autor{
    display:inline;
    text-align:right;
    font-weight:bold;
    font-style:italic;
    font-size:10px;

}

.descripcion{
    text-align:left;
    width:441px;
    /*margin: 0 auto 0 auto;*/
    background-color:inherit;
    color:#fff;
}




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


