body:before 
{
	  content: "";
	  position: fixed;
	  top: -10px;
	  left: 0;
	  width: 100%;
	  height: 10px;
	  z-index: 100;
	  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	  box-shadow: 0px 0px 10px rgba(0,0,0,.8);			  
}

body {COLOR: #000000; font-family: verdana,arial; font-size: 11px}
td {COLOR: #000000; font-family: verdana,arial; font-size: 11px}
p {COLOR: #000000; font-family: verdana,arial; font-size: 11px}
h1 {COLOR: #000000; font-family: arial; font-size: 12px; text-decoration: none;}
.tituloindex {font-family: verdana,arial; font-size: 12px;  text-decoration: none; font-weight: bold;}
.titulo { color: #3f2c02; font-family: verdana,arial; font-size: 12px;  text-decoration: none; font-weight: bold;}
.item {font-family: verdana,arial; font-size: 11px; text-decoration: none; font-weight: bold;}


a {color: #000000; text-decoration: none; }
a:hover {color: #AACCAA; text-decoration: none; }


a.link4 {COLOR:  yellow; font-family: verdana,arial; font-size: 11px; text-decoration: none; font-weight: bold;}
a.link4:hover {COLOR: yellow; text-decoration: none;}

a.link5 {COLOR: #3f2c02; font-family: arial; font-size: 12px; text-decoration: none; font-weight: bold;}
a.link5:hover {COLOR: #3f2c02; text-decoration: none}

a.link6 {COLOR: #FFFFFF; font-family: arial; font-size: 12px; text-decoration: none; font-weight: bold;}
a.link6:hover {COLOR: #FFFFFF; text-decoration: none}

.form_general { font-family: verdana,arial; font-size: 11; border: #000000 1px solid; background-color: #EEEEEE; }

input:focus, select:focus, textarea:focus{ background-color: #EEFFEE; }

.categoria { color: #5d6600; font-family: verdana,arial; font-size: 12px;  text-decoration: none; font-weight: bold;}

.comentario { font-family: verdana; font-size: 12px; font-weight: bold;  }

.tituloyellow { color: yellow; font-family: verdana,arial; font-size: 12px; text-decoration: none; font-weight: bold; }

.total { color: #FFFFFF; font-family: verdana,arial; font-size: 12px; background-color: #84775d; font-weight: bold; }

.footer { color: #AAAAAA; font-family: verdana, arial; font-size: 10px; }

.footer A { color: #555555; font-family: verdana, arial; font-size: 10px; }

.footer A:hover { color: #AACCAA; font-family: verdana, arial; font-size: 10px; }


	#box 
	{
	  position: relative;
	  width: 60%;
	  background: #ddd;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  padding: 2em 1.5em;
	  color: rgba(0,0,0, .8);
	  text-shadow: 0 1px 0 #fff;
	  line-height: 1.5;
	  margin: 60px auto;
	}


	#box:before, #box:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 15px;
	  left: 10px;
	  width: 50%; 
	  top: 80%;
	  max-width:300px;
	  background: rgba(0, 0, 0, 0.7); 
	  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
	  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	  -webkit-transform: rotate(-3deg);    
	  -moz-transform: rotate(-3deg);   
	  -o-transform: rotate(-3deg);
	  -ms-transform: rotate(-3deg);
	  transform: rotate(-3deg);
	}

	#box:after 
	{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
	}	
