body
{
	margin-bottom:2px;
	background-color: gainsboro;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16pX;
 	border-style:solid;border-color:green;
}

.centrar
{
text-align:center;	
}

.titulo
{
text-shadow: 2px 2px 15px  #000033;
font-size: 2em;
font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
color:red;
text-align:center;
}

.parrafo
{
	text-shadow: 4px 3px 3px #050000;
	color: rgb(255,255,255);
	font-size:2em;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.horizontal {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
text-shadow: 4px 3px 3px #050000;
	color: rgb(255,255,255);
	font-size:2em;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

.piedefoto {
	text-align:center;
	font-size:9px;
	color:rgb(0,102,0);}

#contenedor{  
         
        border:2px dotted rgb(153,153,153);  
}  
#cabecera{  
       
        height:10%;
		  
}  
#menu{  
        height:10%;  
        background-color:#C8CACC;  
}  
  
#contenido{  
             
  
        width:100%;  
}  
#pie{  
        height:10%;  
        background-color:#D3D1C1;
		font-size:12px;
		text-align:right;
		color:rgb(51,102,204);
		clear:both;  
		
} 

.testbutton {
  font-family: arial;
  color: #6A2106 !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #422ADE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3866A3;
  background: #EEBA2B;
  text-decoration:none;
}
.testbutton:hover {
  color: #CCFF00 !important;
  background: #4500CF;
   text-decoration:none;
}

