/*
Nombre: Buzines
Version: 1.0
Autor: EmpreChile
Descripcion: Hoja de estilo para la pagina de inicio
Autor URI: http://www.emprechile.cl/
*/
body{
/* background-repeat: repeat-y; */
}

img { -ms-interpolation-mode: bicubic; border:none;}

.articulo{
margin-top: 10px;
width: 100%; height: 100%;
border-bottom: 1px solid #606060;
}

.left img{
border: none;
}

.left{
background: url(../images/trans.png);
width: 550px;
padding: 40px 40px;
text-align: center;
}

.left .info{
text-align:left;
}

.index_titulo h2{
color: #fff;
font-size: 25px;
font-weight: bold;
padding-left: 40px;
margin-top: 30px;
}

.left h2{
font: normal  bold 20px Arial, sans-serif;
}

.left .fecha{
color: #b1b1b1;
padding-bottom: 20px;
}

.left .contenido p{
font-size: 12px !important;
text-align: justify;
padding: 10px 0;
}

.preview{
margin-top: 115px;
}

.navegacion{
padding-top: 20px;
width: 640px;
text-align: center;
}