@charset "utf-8";
/* ----- CSS Reset ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, font, img, strong, sub, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;  /* remember to define focus styles! */
}
img, div, a { behavior: url(iepngfix.htc) } /* ie6 PNG Fix */
body {
	line-height: 1;
	color: #333333;
	background: #FFFFFF url(../images/bg-main.jpg) repeat-x;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate; /* tables still need 'cellspacing="0"' in the markup */
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ----- Custom CSS ----- */
#banner {
	background: url(../images/banner-main.jpg) no-repeat center 36px;
	height: 355px;
	width: 100%;
}
#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#logo-call {
	width: 200px;
	float: left;
}
#logo-call    .btn   li {
	display: block;
	height: 55px;
	width: 195px;
	text-align: center;
}
#logo-call  .btn a {
	background: url(../images/btn-call.png) no-repeat;
	height: 47px;
	width: 187px;
	font: 17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
}
#logo-call      .btn   a  .secText  {
	color: #666666;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#logo-call  .btn a:hover {
	background: url(../images/btn-call-hover.png) no-repeat;
	color: #000000;
}
#logo-call   .btn  a:hover  .secText  {
	color: #FFFFFF;
}
#nav-img {
	float: left;
	width: 550px;
	height: 36px;
}
#slideShow {
	float: left;
	width: 550px;
	height: 319px;
}
#slideShow img {
	position: absolute;
}



#nav-img .bgImg01 {	background: url(../images/banner-img-01.png) no-repeat right 36px; height: 355px; }
#nav-img .bgImg02 {	background: url(../images/banner-img-01.png) no-repeat right 36px; height: 355px; }
#nav-img .bgImg03 {	background: url(../images/banner-img-01.png) no-repeat right 36px; height: 355px; }

#mainMenu li {
	float: left;
	padding-top: 12px;
	padding-bottom: 3px;
}
#mainMenu a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 8px 3px;
}
#mainMenu a:hover {
	color: #FFFF66;
	background: url(../images/bg-menu-arrow.png) no-repeat center top;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#columnMain {
	float: left;
	width: 584px;
	border-right: 1px dotted #CCCCCC;
	padding-right: 20px;
	padding-bottom: 10px;
}
#columnMain h1 {
	font: normal 44px Georgia, "Times New Roman", Times, serif;
	color: #E0A010;
	padding-bottom: 5px;
}
#columnMain p {
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
#columnMain a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3E8C99;
}
#columnMain a:hover {
	color: #000000;
	text-decoration: none;
}
#columnMain .leftColumn {
	float: left;
	width: 270px;
	padding-right: 12px;
	border-right: 1px dotted #CCCCCC;
}
#columnMain .rightColumn {
	float: left;
	width: 280px;
	padding-left: 12px;
}

#columnMain  .imgFloat {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#columnMain .bookImg {
	float: left;
	margin-right: 10px;
	padding: 4px;
}
#columnMain .bookTitle {
	font-weight: bold;
}
#columnMain .bookTitle a {
	color: #000000;
	text-decoration: none;
}
#columnMain .bookTitle a:hover {
	color: #9C7D14;
	text-decoration: underline;
}

#columnMain .bookInfo {
	font-size: 11px;
	color: #555555;
}
#columnMain .externalLink {
	font-size: 11px;
	font-weight: normal;
}
#columnMain .galImg {
	background: #EAFCFF;
	float: left;
	padding: 10px;
	text-align: center;
	margin: 15px 35px 15px 0px;
	height: 100px;
	width: 130px;
	border: 1px dotted #9ECBD8;
}
#columnMain .galImg img {
	border: 2px solid #CCCCCC;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: 50%;
}
#columnMain .galVid {
	background: #EAFCFF;
	float: left;
	padding: 10px;
	text-align: center;
	margin: 15px 35px 15px 0px;
	height: 130px;
	width: 130px;
	border: 1px dotted #9ECBD8;
}
#columnMain .galVid img {
	border: 2px solid #CCCCCC;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: 50%;
}
#columnMain .galVid p {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 7px;
}

#columnMain  .galLink  {
	font-weight: normal;
}
#columnMain .galYear {
	float: right;
	padding-right: 55px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#columnMain #historias li {
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
}
#columnMain #historias a {
	font-size: 11px;
	line-height: 22px;
}
#columnMain .textInput   {
	background: #F8F8F8;
	width: 350px;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	padding: 4px 5px 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#columnMain  .alert  {
	font-size: 12px;
	color: #053D91;
	font-weight: bold;
	background: #eeeeee;
}

#columnSec {
	float: left;
	width: 130px;
	padding-top: 7px;
	padding-left: 15px;
	text-align: center;
}
#columnSec p.secciones {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #A0A0A0;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-bottom: 5px;
}
#footer {
	width: 100%;
	background: #3d8c99 url(../images/bg-footer.jpg) repeat-x;
	border-top: 1px solid #3d8c99;
	padding-bottom: 25px;
}

#footer p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
#footer h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#footer a {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #FFFF66;
}

#infoLeft {
	width: 440px;
	margin-right: 25px;
	float: left;
}
#infoRight {
	float: left;
	width: 285px;
}
#footerMenu {
	clear: both;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footerMenu li {
	float: left;
}
#footerMenu a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
}
#footerMenu a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
#footerMenu  .creditos p {
	color: #CCCCCC;
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
}
#footerMenu .creditos a {
	font-size: 9px;
	color: #ddd;
	padding: 0px 0px 0px 2px;
}
