body {
	margin: 0px;
	padding: 0px;
	position: relative; 
	min-width: 600px; 
	background-color: #222;
	text-align: center;
	}
	
a:link, a:visited {color: #CC9900; text-decoration:underline; }
a:hover {color: #cccccc;text-decoration:underline; }

#main {
		width:650px;
		background-color:#333;
		margin-right:auto;
		margin-left:auto;
		padding-top: 0px;
		text-align:left;
		visibility: visible;
		z-index: 2;
		}

#nav{
   font-family:Verdana, Helvetica, Arial, sans;
   font-size:11px;
   padding-bottom: 4px;
   white-space : nowrap;
   background-color : #333;
   float : left;
    color : White;
   width : 100%;
   border-style : solid;
   border-color : #555;
   border-width : 0px 0px 1px 0px;
   height: 18px;
   margin-bottom: 15px;
}
#nav ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   padding-bottom: 4px;
   background-color : #333;
   color : #666;
   font-weight : normal;
   text-decoration : none;
   float : left;
   border-bottom-color : #333;
   border-bottom-style : solid;
   border-bottom-width : 1px;


}
#nav ul li a:hover{
   background-color : #333;
   color : #fff;
   border-bottom-color : #aaa;
   border-bottom-style : dotted;
   border-bottom-width : 1px;
}

#content {
		width:600px;
		background-color:#333;
		/* margin-right:auto;
		margin-left:auto; */
		padding-left:25px;
  		padding-top:10px;
		text-align:left;
		visibility: visible;
		z-index: 2;
		}
	
#imgpanel {
  		padding-left:25px;
}

.texto {
	font-family:Verdana, Helvetica, Arial, sans;
		color:#aaa;
		font-size:11px;
		font-weight:normal;
  		line-height:14px;
		line-height: 18px;
}

.obra_titulo {
	font-family:Arial, Helvetica, sans;
	color:#c90;
	font-size:18px;
	font-weight:normal;
	line-height: 14px;
	}

.obra_medidas {
	font-family:Verdana, Helvetica, Arial, sans;
	color:#ddd;
	font-size:12px;
	font-weight:normal;
	line-height: 10px;
	padding-top: 5px;
}

.autor {
	font-family:Verdana, Helvetica, Arial, sans;
		color:#888;
		font-size:11px;
		font-weight:normal;
  		line-height:14px;
		line-height: 18px;
}

input { 
font-family : Verdana,Arial; 
width : 120px; 
font-size : 8pt; 
} 

input.button1 { 
background-color : #969696; 
color : white; 
font-weight : normal; 
margin-top : 10px; 
} 

input.text1, input.textarea1 { 
background-color : #eee; 
background : #eee; 
color : #000000; 
} 


-->