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

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.titulo:hover{
	text-decoration:none
}
.menu {
	font-family: "Century Gothic";
	font-size: large;
	color:#000
}
.menu:hover{
	text-decoration:none;
	background-color:#E5E5E5;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;

}
#content {
	width:1000px;
	position: relative;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #ff5c43;
}

em {
	font-style: italic;
}
.direccion{
	background-color: #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #333;
	color: #CCC;
	float: right;
	width: auto;
	padding: 20px;
	text-align: justify;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.copyright {
	color: #000;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.contenido {
	color: #000;
	text-align: justify;
	float: left;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	height:auto
}
.color {
	color: #339;
}
.logo{
	position: absolute;
	height: 200px;
	width: 130px;
	left: 18%;
	top: auto;
	text-decoration:none;
}
.logocalfina{
	height: 47px;
	width: 201px;
	position: absolute;
	top: 9%;
	right: 18%;
}