@charset "UTF-8";
/* CSS Document */

body {
	background:#009dcf url(img/bg.jpg) no-repeat top center;
}

#contenedor {
	width:824px;
	overflow:hidden;
	background-color:#FFF;
	border:3px solid #0089b5;
	margin:0 auto;
	margin-top:50px;
	padding:10px 10px 0 10px;
	border-bottom:none;
}

#cabecera {
	width:824px;
	height:130px;
	background-color:#FFF;
	margin:0;
	float:left;
}

.corner-1 {
	background:url(img/corner-1.jpg) no-repeat top left;
	width:131px;
	height:130px;
	float:left;
}

.corner-2 {
	background:url(img/corner-2.jpg) no-repeat top right;
	width:131px;
	height:130px;
	float:right;
}

.logo {
	background:url(img/logo.gif) no-repeat top center;
	width:554px;
	height:130px;
	float:left;
	margin-top:15px;
}

#galeria {
	width:824px;
	height:230px;
	background-color:white;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}


.texto {
	background:url(img/texto.gif) no-repeat top left;
	width:388px;
	height:71px;
	float:left;
}

.link {
	background:white;
	width:271px;
	height:71px;
	float:right;
}

#footer {
	width:850px;
	height:100px;
	background:url(img/bg-footer.gif) no-repeat top center;
	margin:0 auto;
}
