@charset "utf-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #e87137;
}
#container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/naranja.jpg) no-repeat bottom right;
}
#header {
	height: 300px;
	padding-top: 10px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 10px 20px 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/sign.jpg) repeat-y #1A75BB;
	margin: 0 22px 10px 10px;
}
#footer {
	padding: 10px 0;
	margin-top: 20px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#imgs {
	background-image: url(../images/fotos.jpg);
	background-repeat: no-repeat;
	height: 553px;
	width: 172px;
	float: left;
}
#box {
	width: 597px;
	margin-left: 225px;
	padding-top: 10px;
}
.style1 {
	font-size: 90%;
	display: block;
	padding: 10px 30px;
	background: url(../images/plantilla_10.jpg);
	color: #0C3758;
}
.naranja {
	color: #FF6633;
	font-weight: bold;
}
.navlinks, .navlinks a {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#box_bottom {
	background-image: url(../images/plantilla_15.jpg);
	height: 44px;
}
#box_top {
	background-image: url(../images/plantilla_05.jpg);
	height: 32px;
}
