/*
  HOJA DE ESTILOS
*/

body {margin: 0px}
img {border: 0px; }

#head {background: url("images/bg-header.jpg") repeat-x ; height:35px }

#contenedor {padding: 200px 0px 0px 150px; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
        height: 100%;
	background: url("images/bg-jesus.jpg") 50% 0 no-repeat;
        text-align:center;
}

#capa1 {
	float: left;
	/*width: 502px;*/
	width: 45%;
        text-align:right;
}

#capa2 {
	margin: 0;
	float: left;
	/*width: 200px;*/
	width: 40%;
	padding-left: 15px;
        margin-top: 40px;
        border-left: 2px solid #9e9e9e;
        text-align:left;
}

.titular {font:bold 14px arial; color:#9e9e9e; line-height: 16px;}
.enlace a{font:bold 14px arial;  line-height: 18px;}
.enlace a{color:#a50808; text-decoration: none}
.enlace a:hover{text-decoration: underline;}
.espacio {height:5px;}