html, body {
background: #ffffcc url("imagenes/bg.png");
height:100%;
font-family:Perpetua, "Copperplate Gothic Light", Rockwell, Georgia, sans-serif;
font-size:18px;
color:#800000;
}

img {border: 0px;}

a {
color:#191970;
font-weight:bold;
text-decoration:none;
font-size:18px;
font-family:Perpetua, "Copperplate Gothic Light", Rockwell, Georgia, sans-serif;
cursor: crosshair;
}

a:hover {
color:#ffffff;
cursor: crosshair;
}


#container {
width:510px;
margin:auto;
padding:10px 0;
position:relative;
}

#header {
background-image:url("imagenes/fondodeb.jpg");
font-family: Georgia, sans-serif;
font-size:20px;
color:#800000;
border:1px dotted #000;
text-align:right;
width:500px;
height:100px;
position:relative;
z-index:1;
margin-bottom:20px;
}

#header-shadow {
width:500px;
height:100px;
background-color:#336;
position:absolute;
left:10px;
top:20px;
z-index:0;
}

#nav {
text-align:center;
background-color:#f6e9da;
border:1px dotted #000;
width:500px;
line-height:20px;
position:relative;
z-index:1;
height:20px;
margin-bottom:20px;
}

#nav-shadow {
position:absolute;
width:500px;
height:20px;
background-color:#333366;
z-index:0;
top:142px;
left:10px;
}

input, select, textarea {
	border: #333366 1px solid;
background: #E6E6FA;
font-family:Perpetua, "Copperplate Gothic Light", Rockwell, Georgia, sans-serif;
font-size:18px;
color:#800000;
}

#content {
background-color:#D9E2D6;
border:1px dotted #000;
width:500px;
height:300px;
overflow:auto;
position:relative;
z-index:1;
}

#content-shadow {
position:absolute;
width:500px;
height:300px;
background-color:#333366;
top:185px;
left:10px;
z-index:0;
}

p {
padding:5px;
margin:0 auto;
text-align:justify;
}

ol, ul {
list-style-position: inside;
padding:5px;
margin:0 auto;
} 

h1 {
font-size: 28px;
font-variant: small-caps;
padding:5px;
margin:0 auto;
text-align:right;
}

h2 {
font-size: 24px;
padding:5px;
margin-bottom: 0;
}

#copyright {
width:470px;
text-align:center;
margin-top:20px;
font-size:10px;
font-family: verdana, serif;
color:#000;
}

#copyright a {
font-size:14px;
}

/* Error/success msg colours on forms */
p.error, p.success {
	font-weight: bold;
	padding: 10px;
	border: 1px solid;
}
p.error {
	background: #ffc0c0;
	color: #900;
}
p.success {
	background: #b3ff69;
	color: #4fa000;
}
/* Fin error/success msg colours on forms */
