body {
	margin: 0px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background-color:#014660;
	background-image:url(App_Images/Fondo.jpg);
	background-repeat:repeat-x;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration:none;
	color:#444444;
}

a:hover {
	color:#0099FF;
}

#contenedor {
	width:960px;
	margin:0 auto;
}

#cabezal {
	width:960px;
	height:100px;
	background-color:#014660;
}

.logo {
	float:left;
}

.info {
	float:right;
	color:#DADADA;
	font-size:12px;
	text-align:right;
	margin:0;
}

.info a {
	text-decoration:none;
	color:#DADADA;
	}

.info a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

#menu {
	width:960px;
	height: 60px;
	background-color:#727272;
	margin: 0 auto;
	color:#FFFFFF;
}

#banner {
	width:960;
	height:400;
}

#publicidad {
	width:960px;
}

#pie-contenedor {
	width: 960px;
	margin: 0 auto;
	background-color:#CCCCCC;
}

.pie {
	width:960px;
	text-align:center;
}

.palma {
	color:#444444;
}	

.palma a {
	color:#CCCCCC;
	text-decoration:none;
}

.palma a:hover {
	color:#FF00FF;
	text-decoration:underline;
}

