* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 20px;
}

a {
color: #FF0000;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: blink;
}

#header {
width: 580px;
height: 210px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top right;
}

#headerBienvenidos {
width: 580px;
height: 210px;
background: #000 url("images/header-bienvenida.jpg") no-repeat;
background-position: top right;
}

#headerPabloGallego {
width: 580px;
height: 210px;
background: #000 url("images/header-pablogallego.jpg") no-repeat;
background-position: top right;
}

#headerFinisterrae {
width: 580px;
height: 210px;
background: #000 url("images/header-finisterrae.jpg") no-repeat;
background-position: top right;
}

#headerCurriculum {
width: 580px;
height: 210px;
background: #000 url("images/header-curriculum.jpg") no-repeat;
background-position: top right;
}

#headerCoral {
width: 580px;
height: 210px;
background: #000 url("images/header-coral.jpg") no-repeat;
background-position: top right;
}

#headerContacto {
width: 580px;
height: 210px;
background: #000 url("images/header-contacto.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
	width: 409px;
	height: 30px;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
	text-align: right;
	padding-right: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-top: 8px;
	background-color: #CCCCCC;
}


#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
	width: 130px;
	background-color: #ccc;
	float: left;
	position: relative;
	left: -6px;
	margin-left: -145px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}

#sidebar li {
list-style-type: none;
list-style-position: inherit;
}

#reservas {
	color: #fff;
	width: 118px;
	background-color: #000000;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
	text-align: center;
}

img {
border: none;
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 10px;
	padding-bottom: 30px;
}

#content li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 15px;
	list-style-image: url(images/bullet2.gif);
	margin: 10px 0 0 10px;
}

#content img {
border: none;
}

#content a img {
display: block;
margin-bottom: 10px;
border: 1px solid #333;
}

#content a:hover img {
border-color: #f00;
}


p {
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer {
	clear: both;
	width: 400px;
	margin-left: 163px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.texto_rojo {
	color: #FF0000;
}

#navrest {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 75px;
	width: 124px;
}

#navrest li a {
	color: #000000;
	font: normal 10px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 126px;
	height: 25px;
	background-color: #FF0000;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
	text-decoration: none;
	list-style-type: none;
}

#navrest li a:hover {
	background-color: #000;
	color: #FF0000;
}
.noticia {
	background-color: #CCCCCC;
	margin: 1px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
	width: 390px;
	position: relative;
}
