/* 
Hoja de estilos en cascada
Cliente: Conciertos Peru [ http://www.conciertosperu.com.pe ]
Autor: Diego Lerma [ http://diego.lermagomez.com ]
Fecha: 06 de Enero 2009
*/
*{
   margin: 0;
   padding: 0;
}
body{
	background-color: #FEFEFE;
	background-position: top;
	height: 100%;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/* text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
   font-size: 11pt;
   margin: 4pt 4pt 4pt 4pt;
}
strong{
   font-weight: bold;
}
ul{
   list-style: disc inside;
   font-size: 11pt;
   margin-left: 10pt;
}
blockquote{
   margin: 10pt 10pt 3pt 10pt;
   font-style: italic;
}
a{
   color: #33652C;
   text-decoration: none;
}
a:hover{
   color: #4F652C;
   text-decoration: underline;
}