@import url("default.css");
@import url("anuncios.css");

body {
	background-color: #046;
}
#layout {
	width: 750px;
	margin: 20px auto;
	background: url(formato/bgpage.jpg) repeat-y;
}
#header {
	background: url(formato/bgheader.jpg) no-repeat top;
}
#page {
}
#leftSide {
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
#mainContent {
	width: 520px;
	margin-right: 20px;	
	float: left;
}
#inPage {
}
.contenido {
	font: normal 14pt "Times New Roman", Times, serif;
	padding: 12px;
	background-color: #fce;
	margin: 10px auto 20px;
}
.contenido a {
	font: bold 12pt "Times New Roman", Times, serif;
}
.contenido #encabezado {
	font-size: 12pt;
	font-weight: bold;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #ddf;
	text-align: center;
	border-top: 1px solid;
	background: url(formato/bgfooter.jpg) no-repeat bottom;
	margin-top:24px;
}
#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 */
}
.apertura {
	margin: 0;
	padding: 10px 10px 0px 10px;
}
.cierre {
	margin: 0;
	padding: 10px 10px 0px 20px;
}
.rightfloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.leftfloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a layout that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
/* tabla miembros ampa */
#ampaMembers {
	border: 1px solid #093;
	background-color: #eee;
}
#ampaMembers td {
	padding: 6px;
	border: 1px solid #fc9;
	background-color: #ffe;
}
/* reglas de estilo para los menús */
#menubar {
	height: 24px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	background: url(formato/bgbar.jpg) repeat-x left top;
}

#menubar2 {
	height: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	background: url(formato/bgbar.jpg) repeat-x left top;
}

#menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menubar ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 20px;
}
#menubar ul li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
}
#menubar ul li a:hover {
	color: #fff;
	text-decoration: none;
}

