html {overflow: hidden;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url('image8.jpg');
  color: white;
  margin: auto;
}

#container {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 52%;
  margin-left: -400px;
  margin-top: -300px;
  overflow:auto;
}

#text {
  width: 500px;
  height: auto;
  margin-left: 230px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 5000;
  position: absolute;
}

span {
  font-size: 22px;
  font-weight: bold;
}

a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}

h1{
	text-align:center;
	background-image:url(Rolando1.png);
	background-repeat:no-repeat;
	background-position:center;
	height:87px;
	text-indent: -9999px;
    overflow: hidden;  	
	margin-top:5px;
}
div.divider{
	width:600px;
	margin:0 auto;
	background-image:url(bg_line_ornament.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:17px;
}
div.nav{
	clear:both;
	text-align:center;
	margin-top:5px;
	margin-bottom:30px;
	width:780px;
}
p.pie{
	clear:both;
}
a.photo-link img{
	border:none;
}

.photo-link	{ 
	padding: 3px; 
	margin: 3px; 
	border: 1px solid #999; 
	display: block; 
	width: 150px;
    float: left; 
	background-color:#E7E1D1;
}
.photo-link:hover{ 
	border-color: white; 
}

div.formulario{
	width:450px;
	margin:0 auto;
	margin-top:20px;	
}
input,textarea {
	background-color:#D4D0BE;
	border:1px solid #fff;
}
input:hover,textarea:hover {
	border:1px solid #f00;
}
.label {
	font-weight:bold;
}

h2{
color:#99ccff;
font-size:1.7em;
border-bottom:1px solid #99ccff;
font-family:Georgia,Times,"Times New Roman",serif;
}

.image img {
width:206px;
height:217px;
}