body {
	margin: 0px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
	
a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	color: #990000;
	padding-bottom: 0px;
	text-decoration: none;
}

.Peque {
	font-size: 9px;
	font-style: italic;
}

.Titulo1 {
	font-weight: bold;
	font-size: 64px;
}

.titulo2 {
	font-weight: bold;
	font-size: 15px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #8C84AD; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 25px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: center;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold;
font-size: 9px;
color: #CC0000;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 2px 5px 5px 5px; /*Padding within each menu item*/
background-color: #CEC5C6; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #8C84AD; /*Red color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 2px; /*Flip default padding-bottom value with padding-top*/
color: #990000;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #8C84AD; /*Red color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 2px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 150px;
border: 1px solid gray;
}

#myform .submit{
font-size: 12px;
height: auto;
border: 1px solid #000000;
background-color: #8C84AD;
color: white;
}
