* {
	margin:0;
	padding:0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
margin-right:auto;
margin-left:auto;
	text-align: center;
	background-image: url(img/fondo.jpg);
}

a {

}
a:hover {

}
img a:hover { color: #9D9F78;}

#contenedor{
	height: 700px;
	width: 830px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
}
#cabecera{
	height: 89px;
	width: 830px;
	background-image: url(img/arriba_f1.jpg);
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #8CAFCA;
}
#flash{
	height: 190px;
	width: 830px;
	background-image: url(img/arriba_f2.jpg);
}
#flash2{
	height: 163px;
	width: 522px;
	float: left;
	margin-left:10px;
}
#menu{
	height: 30px;
	width: 820px;
	background-color: #AFC9D1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8CC6E8;
	text-align: left;
	padding-left: 10px;
}
#menutras{
	height: 30px;
	width: 830px;
	background-color: #AFC9D1;
}
#textos{
	height: 450px;
	width: 830px;
	margin-top:20px;
}
#izquierda{
	height: 450px;
	width: 620px;

	float: left;
}
#derecha{
	height: 450px;
	width: 200px;
	float: right;
}
#titnoticias{
	height: 30px;
	width: 194px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#noticias{
	height: 420px;
	width: 200px;
}
#cont{
	height: 450px;
	width: 460px;

	float: left;
}
#fotos{
	height: 450px;
	width: 150px;
	float: right;

}
#tit{
	height: 30px;
	width: 450px;

	text-align: left;
	padding-left: 10px;
}
#tex{
	height: 410px;
	width: 450px;

	margin-top:10px;
	text-align: justify;
	padding-left: 10px;
}



#pie{
	height: 100px;
	width: 820px;
	margin-top: 10px;
	float: right;
	text-align: left;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #91BCF2;
}




















