/***************************************************
   HTML Element Styles
 ***************************************************/

body {  
  margin:0 auto 1 auto;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  text-align: left;
  font-size:18px;
  font-family: Verdana, Arial, Helvetica, "San Serif";
  background-color:#000000;
  color:white;
}

p {	
	text-align:left;
	margin-left:100px;	
	margin-right:100px;
	margin-top:0px;		
}

a:link     { color: white }       /* unvisited links */
a:visited  { color: white }       /* visited links */
a:hover    { color: #999999    }       /* when you place the mouse over the link */
a:active   { color: #999999 }       /* when you click on the link */

img {

	border:0;
}

/***************************************************
  Layout Element Styles
 ***************************************************/
#botonBlog{
	width:69px;
	height:163px;
	top:100px;
	position:fixed;	
}
#footer{		
	font-size:11px;				
	width:100%;	
	height:50px;	
	font-weight:bold;
	margin:0 auto 0 auto;		
	background: #999999 ;
	color:black;
}