/* CSS Document */
body,html{

margin:0px;
padding:0px;
height:100%;
width:100%;
background:#0099ff;
/*background:url(images/fondo2.png) repeat;*/
}
a{
text-decoration:none;
color:#FF3300;
}


.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	border:none;
	
}


.sombra {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}