img.right { 
border: 0px;  
text-align: right;
float: right;
position: fixed;
right: 0px;
bottom: 0px;
display: block;
}
img.left {
border: 0px;  
text-align: left;
position: fixed;
left: 0px;
top: 0px;
display: block;
}
p.bottom {
position: fixed;
left: 10px;
bottom: 0px;
display: block;
font-size: 80px;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

body    {
 background: #9b9;
 color: #666;
 /*font: 11px/1.3em Arial, Tahoma, sans-serif;*/
 font: 12px/1.4em Arial, Tahoma, sans-serif;
 text-align: center;
 }

#container {
 margin: 30px auto;
 border: 1px solid #aea;
 background: #fff;
 text-align: justify;
 width: 800px !important;
 width /**/:800px;
 }

p.menu {
 text-align: right;
}

ul {
 margin: 5px 10px 0;
 border-top: 1px solid #9b9;
 text-align: left;
 list-style: none;
 }
li {
 padding: 3px 0 3px 20px;
 border-bottom: 1px solid #9b9;
 background-repeat: no-repeat;
 background-position: 6px 5px;
 display: block;
 list-style: none;
 }
li:hover {
 background-color: #f3f3f3;
 }

a {
 text-decoration: none;
 }
a:link, a:visited {
 color: #666;
 }
a:hover, a:active {
 color: #000;
 }


div#menu ul {
        padding: 0px 0px 0px;
        white-space: nowrap;
        list-style-type: none;
        margin: 0px;
}
div#menu ul li {
        float:right;
}
#menu ul li a:before{
        content:" .: ";
        color:#f00;
}
div#menu ul li.current_page_item a  {
        text-decoration: underline;
}
div#menu ul li a {
        display: block;
        text-decoration: none;
        margin:1px 0px;
        text-align:right;
        font-size:10px;
        padding:4px;
        font-weight: bold;
        text-transform: uppercase;
        color: #666;
}

li.center {
	text-align:center;
}

div#menu ul li a:hover {
        color: #FF7800;
}

p {
	
	margin-left:2%;
	margin-right:2%;
	margin-bottom:10px;
	text-indent: 3em;
}

p.noai {
	text-indent: 0em;
}

h3 {
	margin-left:2%;
	margin-right:2%;
}


label
 {
 width: 4em;
 float: left;
 text-align: right;
 margin-right: 0.5em;
 display: block
 }
 
 .submit input
 {
 margin-left: 4.5em;
 } 

table.center {margin-left:auto; margin-right:auto; text-align:center;}

 input, textarea
 {
 color: #000;
 background: #efe;
 border: 1px solid #9b9
 }
 
 .submit input
 {
 color: #000;
 background: #ffa20f;
 border: 2px outset #d7b9c9
 } 



 fieldset
 {
 margin: 10px 20px 3px 20px;
 border: 1px solid #9b9;
 width: 40em
 }
 
 legend
 {
 margin-left:2%;
 margin-right:2%;
 color: #fff;
 background: #199e22;
 border: 1px solid #9b9;
 padding: 2px 6px
 }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #eee/*#222*/;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	}

#cargando {
	border: 1px solid #2a2a2a;
	position: fixed;
	display: block;
 	width: 750px;
 	height: 550px;
 	background-color: #eee;
 	left: 50%;
 	top: 50%;
	margin-top: -275px;
 	margin-left: -375px;
 	text-align: center;
}


div#footer {
	margin: 10px 20px 3px 20px;
 	border-top: 1px solid #9b9;
 	background-repeat: no-repeat;
 	background-position: 6px 5px;
 	display: block;
	color: #aaa;
	font-size: x-small;
}