body{
	background-image:url(img/fondo.png);
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
}
table{
	border:none;
}
img{
	border:none;
}
header, footer, aside, nav, article, section {
	display:block;
}
nav{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:120px;
	background-color:black;
}
nav table{
	padding:5px;
	margin:0px;
	width:800px;
	height:115px;
}
nav tr{
	text-align:center;
	vertical-align:bottom;
}
#idiomas{
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
	color:gray;
}
#idiomas a{
	color:gray;
}
#foto{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:200px;
	color:#000;
	background-color:#fff;
}
#cont{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:300px;
	background-color:white;
}
footer{
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	text-align:center;
	margin-top:3px;
	padding:5px;
}
#titulo{
	padding:10px;
}
.texto{
	margin-top:5px;
	margin-left:30px;
	font-size:11px;
	text-align:justify;
	width:300px;
	padding:20px;
}
#txtscroll{
	margin:5px;
	font-size:11px;
	text-align:justify;
	width:300px;
	height:270px;
	overflow:hidden;
}
img{
	border:none;
}
.caja{
	border-bottom:1px solid #000;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#ddd;
	color:#000;
}
a:link{
	color:navy;
	text-decoration:none;
}
a:visited{
	color:navy;
	text-decoration:none;
}
a:hover{
	color:navy;
	text-decoration:none;
	border-bottom:2px dotted navy;
}