@charset "utf-8";
/* CSS Document */

.body  {
	font: 100%, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

#container {
width: 100%
}

#header {
width: 100%;
height: 100px;
border-bottom: #999999 1px solid;
background-image:url(header.gif);
background-repeat:no-repeat; 
}

#maincontent {
width: 100%;
}

.cuadrito {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin: 10px;
padding: 10px;
border: 1px solid #0099FF;
background-color: #CCE6FF;
text-align:center;
}

.explicacion {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0px;
padding: 10px;
}

