/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

/*CODIGO*/

body{
background-color: #fff;	
}

#wrap{
width: auto;
height: auto;
}

#header{
width: auto;
height: 170px;
margin: 0px auto;
background-color: #00adef;
padding-top: 40px;
}

#logo{
	
	width: 800px;
	height: 130px;
background-image: url("../imagenes/logobnd6.png");
background-repeat: no-repeat;
margin: 0px auto;
}


#medio{
	
	width: 900px;
	height: 300px;
	padding-top: 80px;
	margin: 0px auto;	
	background-color: #fff;
}

#boxes{
margin-top: 50px;
	margin: 0px auto;
}

#box1{
	
	width: 285px;
	height: 240px;
	background-color: #fff;
	float: left;
	margin-right: 15px;
	border: 1px #00adef solid;
}




#box2{
	
	width: 285px;
	height: 240px;
	background-color: #fff;
		float: left;
			margin-right: 15px;
	border: 1px #00adef solid;


}

#box3{
	
	width: 285px;
	height: 240px;
	background-color: #fff;
		float: left;
	border: 1px #00adef solid;


}


#imagen1{
	width: 140px;
	height: 240px;
background-image: url("../imagenes/bndbn.jpg");
}

#imagen1:hover{
	width: 140px;
	height: 240px;
background-image: url("../imagenes/link.jpg");
    -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
}

#imagen2{
	width: 140px;
	height: 240px;
background-image: url("../imagenes/ocdebn.jpg");
}

#imagen2:hover{
	width: 140px;
	height: 240px;
background-image: url("../imagenes/link.jpg");
    -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
}


#imagen3{
	width: 140px;
	height: 240px;
background-image: url("../imagenes/diariobn.jpg");
}


#imagen3:hover{
	width: 140px;
	height: 240px;
background-image: url("../imagenes/link.jpg");
    -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
}


h1{
width: 130px;
float: right;
font-family: orienta;
font-size: 20px;
color: #00adef;
padding-top: 15px;


}

h2{
width: 130px;
margin-left: 157px;
margin-top: 20px;
float: left;
font-family: orienta;
font-size: 14px;
color: #777676;

}

h3{
width: 130px;
margin-left: 157px;
margin-top: 60px;
float: left;
font-family: orienta;
font-size: 14px;
color: #777676;

}
h4{
width: 130px;
margin-left: 157px;
margin-top: 40px;
float: left;
font-family: orienta;
font-size: 14px;
color: #777676;

}


#footer{
	width: 600px;
	height: 150px;
background-image: url("../imagenes/logosbn.png");
background-repeat: no-repeat;
margin: 0px auto;
margin-top: 50px;
opacity: 0.9;

	
}














