#helpbtn { 
	position: absolute; 
	left:10px; 
	top: 10px;
} 

#helpbtn img { 
	border: 0;
}





.left{
    width:360px;
    float:left;
    margin-left:100px;
    margin-right:30px;
}

span.loaded img{
    width:78px;
    height:78px;
    float:left;
    margin-right:15px;
    -moz-box-shadow:1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow:1px 1px 2px 0 #d0d0d0;
    box-shadow:1px 1px 2px 0 #d0d0d0
}

.noticia-titulo{
    font-size: 14px;
font-weight: normal;
height: 51px;
line-height: 17.780000686645508px;
}
.columna{
    width:340px;
    height:340px;
    
    margin-top:40px;
    padding-right:20px;
    padding-top:10px;
    -moz-box-shadow:1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow:1px 1px 2px 0 #d0d0d0;
    box-shadow:1px 1px 2px 0 #d0d0d0
}
.articlecontainer{
    width:340px;
    clear:both;
    padding:15px 20px;
    /*border-bottom:1px solid #66B1AE;*/
}
.noticia-texto{
    padding-top:2px;
}
h1.noticia-titulo a{
    color:#0E0E0E;
    
}    
h1.titulo{
    color:#FF7100;
    font: 24px/27px swis721_cn_btroman;
    margin-top:40px;
          
    text-align: center;
}

#column-new {-moz-box-shadow:0px 6px 16px -9px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow:0px 6px 16px -9px rgba(0,0,0,0.5) inset;
    box-shadow:0px 6px 16px -9px rgba(0,0,0,0.5) inset
}
#column-new .article-img-container{
    -moz-box-shadow:1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow:1px 1px 2px 0 #d0d0d0;
    box-shadow:1px 1px 2px 0 #d0d0d0
}

.titulop{
    background:#E0E6DC;
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    padding:15px;
}
body {
    font-family: 'Open Sans', sans-serif;
    /*background:#F0EEE9;*/
}

.footerGob {
width: 980px;
border-top: 1px dashed #C7C7C7;
margin: 20px auto;
height: 36px;
padding-top: 20px;
}
.itemGob {
float: right;
width: 64px;
}
#modal {
width:100%; /*Toma el 100% del ancho de la página*/
height:100%; /*Toma el 100% del alto de la página*/
position:fixed; /*Con este código hacemos que el contenedor se mantenga en la pantalla y para que tome las dimensiones del body y no de la entrada*/
/*background-color: rgba(1, 1, 1, 0.9); /*Color de fondo, incluye opacidad del 90%*/
top:0; /*Position superior*/
left:0; /*Posición lateral*/
z-index:9999; /*Evitamos que algún elemento del blog sobreponga la ventana modal*/
font-family: 'suis';
}
#contenido-interno {
margin:20px auto; /*Separación arriba y centrado*/
font-size:12px; /*Tamaño de la fuente*/
width:600px; /*Ancho del contenedor*/
text-align:center; /*Alineación del texto*/
color:#222; /*Color del texto*/
background:#fff; /*Color de fondo*/
}
@font-face
{
	font-family:'suis';
	src:url(https://agenciapublicadeempleo.sena.edu.co/Documents/APE/css/handsean.ttf);
}
