@charset "utf-8";
/* CSS Document */

BODY { /*Fondo de pantalla degradado*/
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/fondo.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #D5D8E6;
}
#frame {
	margin:auto
	BACKGROUND-COLOR:#FFF;
	MARGIN: 5px auto 5px auto;
	WIDTH: 800px;
	padding: 0 0 0 0;
	text-align: center;
}
#cabecera {
	margin-bottom: 5px;
}
#logo {
	border:none;
	float:left;
	height: 80px;
}
#titulo{
	float:left;
	height:80px;
	margin-left:5px;
	width:330px;
	font-weight: bold;
}
#header-flash {
	height: 80px;
	margin-left: 430px;
}
#imagen-cabecera {
	margin-top:10px;
	height: 80px;
	margin-bottom: 10px;
}
#menu-top {
	height: 28px;
}
#continente{
	text-align: left;
	font-size: 14px;
	/*height: 500px;*/
}
#mapa {
	margin-top: 15px;
	border:none;
	float:left;
}
#direccion {
	border:none;
	margin-left: 25px;
	margin-top: 85px;
	float:left;
	font-size: 14px;
}
#pie {
	clear:both;
	padding: 2px 0px 2px 0px;
	font-size:12px;
	height: 10px;
}
#pie ul {
	list-style-type:none;
	background:none;
	text-align:right;
	
}
#pie ul li{
	padding: 0 .5em 0 .5em;
	background:none;
	display:inline;
	border-left: 2px solid #333;
}

/*LINKS*/

a{
	color:#003;
	text-decoration:none;
}
a:hover, a:active {
	color:#C60;
	text-decoration:none;
}
a:visited{
	/*color:#006;*/
	text-decoration:none;
}
