@import url("../css/reset.css");
/* Elements
----------------------------------------*/
body {
	background-color:#AAAAAA;
}
body, p, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#666666;
}
#mainContainer {
	width:500px;
	margin: 15px auto;
}
p {
	margin: 0 0 1em 0;
}
/*--- Link Styles ---*/
a:link, a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#666666;
	text-decoration:underline;
}
h1 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}
h2 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}
h3 {
	color:#0E8382;
	margin:0 0 1em 0;
	font-size:15px;
	font-weight:bold;
}
h4 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
	font-weight:bold;
}
h5 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}
h6 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}
ul {
	margin-left:25px;
	list-style-type:none;
}
ol {
	margin-left:25px;
}
blockquote {
	margin: 0 0 18px 18px;
	color:#666666;
	font-style: italic;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* Standard Definitions
----------------------------------------*/
/*
.left {
	float:left;
}
.right {
	float:right;
}
*/
.clearThis {
	clear:both;
}
.small {
	font-size:.625em;
}
.large {
	font-size:1em;
}
.soft {
	color:#D3D3D3;
}
.hide {
	display:none;
}
p.last {
	margin-bottom:0px;
}
/* Main Content
----------------------------------------*/
#mainContent {
	width:500px;
}
#contenedor {
	position:relative;
	display:table;
}
#contenedorHeader {
	background-repeat:no-repeat;
	width:442px;
	height:105px;
}
#contenedorHeader h2 {
	display:none;
}
#contenedorHeader.splash {
	background-image:url(../images/elementsImages/contenedorHeaderSplash.png);
}
* html .splash {
	background-image:url(../images/elementsImages/contenedorHeaderSplash.png);
}
#contenedorMiddle {
	background-image:url(../images/elementsImages/contenedorMiddle.png);
	background-repeat:repeat-y;
	width:394px;
	padding-bottom:10px;
	display:table;
}
#contenedorMiddleWrapper {
	width:394px;
	display:table;
	margin-left:48px;
}
#contenedorFooter {
	background-image:url(../images/elementsImages/contenedorFooter.png);
	background-repeat:no-repeat;
	width:442px;
	height:52px;
	margin-bottom:15px;
}
img.left {
	float:left;
	margin-top:-3px;
	margin-bottom:12px;
	clear:both;
}
img.right {
	float:right;
	margin-top:-15px;
	margin-bottom:12px;
	clear:both;
}
div#idiomaEspaniol {
	float:left;
	margin-left:-10px;
}
div#idiomaIngles {
	float:left;
	margin-left:6px;
}
#footer {
	width:400px;
	margin-left:20px;
}
#footer p {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
#footer p a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
