/*General*/

body { background-color:#000; 
font-family:Georgia, "Times New Roman", Times, serif;
}

#general {margin: 20px  auto 0px auto;
width:939px; 
}

#top {background-image: url(../images/logo.png);
background-repeat:no-repeat; 
width:384px; 
height:100px; 
background-position:left;}



.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#contenido {width:939px; 
margin-top:40px;}

.columna{width:308px; 
float:left; 
margin-right:5px;}

#video1 {background-image:url(../images/foto_discipulado.png); 
width:308px; 
height:233px; 
background-repeat:no-repeat; 
margin:5px 0px;}

#video2 {background-image: url(../images/foto_super.png); 
width:308px; 
height:233px; 
background-repeat:no-repeat; 
margin:5px 0px;}

/*Footer*/

#footer {color:#FFF;
font-size:13px; 
width:769px; 
margin: 30px  auto 30px auto; 
text-align:center;}

.design a:link{color:#b08219; 
text-decoration:none;}

.design a:hover{color: #CCC; 
text-decoration:underline;}

.design a:visited{color:#b08219; 
text-decoration:none;}

/*Fin footer*/

