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

@import url("fonts.css");

body {font-family:Arial, Helvetica, sans-serif;}

.menu {
	border:none;
	color: #FFFFFF;
	float:left;
	font-family:"TinosRegular", "Times New Roman", Times, serif;
	font-size: 1em; /* 1em = 16px */
	font-style: normal;
	margin-right:40px;
	text-decoration: none;
}
p {
	font-style: normal;
	color: #FFFFFF;
	font-size: 0.75em /*= 12px */;
	margin-top:0.75em;
	margin-top:0.75em;
}

.pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em /* =11px*/;
}

.ciudad {
	color: #FFF;
	font-family:"TinosRegular", "Times New Roman", Times, serif;
	font-size:0.875em /* =14px */;
}

a:link, a:visited {
	color: #FF9900;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF3300;
}

h1 {
	color: #FFF;
	font-family: "TinosRegular", Arial, Helvetica, sans-serif;
	font-size:1.125em /* =18px */;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	text-transform:uppercase;
}

h2 {
	color: #FFF;
	font-family: "TinosRegular", Arial, Helvetica, sans-serif;
	font-size:1em /* =16px */;
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
}

h3 {
	color: #FFF;
	font-family: "TinosRegular", Arial, Helvetica, sans-serif;
	font-size:0.875em /* =14px */;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
}

h4 {
	color: #999;
	font-family: "TinosRegular", Arial, Helvetica, sans-serif;
	font-size:0.875em /* =14px */;
	margin-top:20px;
	margin-bottom:0;
}

ul {
     margin: 0px;
     padding: 0px;
}

li {
	border-bottom: solid 1px #666;
	color: #FFF;
	font-size: 0.75em;
	list-style-type: none;
	line-height: 2em;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ficha {
	border-bottom: solid 1px #999;
	color:#868788;
	font-size:0.7em;
}
