body  	  {background-color: black; }
#outer        				 
	{position: absolute;
	 top: 10%;
	 left: 0px;
	 width: 100%;
	 height: 1px;
	 z-index:4;
	 }

#main {
    margin: auto;
	border: 1px solid #480000;
	width: 700px;
	background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
		z-index:5;
}

.bgtext 					
		{font-size: 100px;
		 width:200px;
		 position:absolute;
		 top:10px;
		 left:180px;
		 right:-80px;
		 color:#4c0000;
		 z-index:1;		
		 }
#descripcion { color:#ccc; margin-top:40px; margin-left:80px; text-align: justify; font-family:Verdana; }		 

form {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:20px;
}

.photo {
    padding:1px;
	border: 1px outset #410000;
	background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    text-align:center;

}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: "Bauhaus 93", Verdana, Arial, Helvetica, sans-serif;
    margin:10px;
    font-size : 28px;
    color:#C64934;		
}

.caption a, .caption a:visited { color:#C64934; text-decoration:none;}
.caption a:hover {background-color: #B0B07D;}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#B0B07D;
}

a {
    text-decoration:none;
    border:0px;
}

img {
    border:0px;
}
