/* CSS Document */


/*      Reset      */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
	color:#999;
	text-decoration:none;
	}



/*  General  */

body {
	font-family: "Times New Roman", Times, serif;
}

#container {
	margin: 0 auto;
	width: 800px;
	height:220px;
}

#header {
	float: left;
	width: 800px;
}

h1.logo {
	font-size: 42px;
	color: #5E521B;
	font-weight: normal;
	margin: 20px 0 0 20px;
}

h1.logo span {
	color: #978226;
}

#header div.text {
	float: left;
	width: 498px;
	height:200px;
	margin: 20px 0 0 15px;
	display: inline;
}

#header div.text p {
	float: left;
	width: 448px;
	font-size:24px;
	color: #FFFFFF;
	line-height:32px;
}

#header #recargado {	
	text-align:left;
	/*width: 448px;*/
	height:200px;
	font-size:24px;
	color:#FFFFFF;
	line-height:32px;
	display:block;
}

#header div.text p.sign {
	font-size: 22px;
	font-style: italic;
	margin: 0 0 0 320px;
	display: inline;
	text-align:left;
}

#header div.text img {
	float: left;
}

#header div.text img.first {
	margin: 0 0 80px 0;
}

#header div.text img.second {
	margin: -20px 0 0 380px;
}


#menu {
	float: left;
	width: 800px;
	height: 30px;
	padding: 20px 0 0 20px;
	background: url(../images/menu-bg.gif) repeat-x;
	font-size:12.32px;
}

#menu ul li {
	list-style: none;
	display: inline; 
	float: left;
	padding: 4px 9px 0 8px;
	background: url(../images/menu-a-bg.gif) right no-repeat;
}

#menu ul li.last {
	background: none;
}

#menu ul li a {
	color: #C89D64;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li.active a {
	color: #FFFFFF;
}

#content {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	background: url(../images/content-bg.jpg) 0 118px no-repeat;
}

#left-col {
	float: left;
}

#left-col div.mailing {
	width: 244px;
	height: 194px;
	padding: 35px 0 0 35px;
	margin: 45px 0 0 10px;
	background: url(../images/left-col-box-bg.png) no-repeat;
}

#left-col div.mailing h3 {
	color: #856A44;
	font-size: 30px;
	font-weight: normal;
}

#left-col form {
	width: 185px;
}

#left-col form input {
	width: 185px;
	height: 16px;
	border: 1px solid #e1e1e2;
	font-size: 12px;
}

#left-col form label {
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #858585;
	margin: 7px 0 0 0;
}

#left-col form .button {
	float: right;
	width: 65px;
	height: 22px;
	border: none;
	margin: 10px 0 0 0;
	background: url(../images/left-col-submti.png);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}
/* form schedule */
#right-col div.formschedule {
	width: 300px;
	margin: 0;
	padding:4px;
}

#right-col form {
	width: 400px;
}

#right-col form input {
	width: 185px;
	height: 16px;
	border: 1px solid #e1e1e2;
	font-size: 12px;
}

#right-col form label {
	font-size: 11px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #858585;
	margin: 7px 0 0 0;
}

#right-col .button {
	float: left;
	width: 65px;
	height: 22px;
	border: none;
	margin: 10px 0 0 0;
	background: url(../images/left-col-submti.png);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}
/* end form schedule */

#left-col div.new {
	width: 220px;
	margin: 30px 0 0 45px;
}

#left-col div.new h3 {
	width: 188px;
	height: 46px;
	background: url(../images/left-new-h3.gif);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}


#left-col div.new ul li {
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #58585A;
	list-style: none;
	background: url(../images/left-col-li-bg.gif) 0 6px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
}

li.news {
	font-size: 11px;
	width:120px;
	line-height: 18px;
	color: #58585A;
	list-style: none;
	background: url(../images/left-col-li-bg.gif) 0 6px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
}

#right-col {	
	float: left;
	width: 480px;
	padding: 75px 0 0 10px;
}

#right-col h2 {	
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
	float: left;
	width: 100%;
	height: 70px;
}

#right-col h2.mision {
	margin: 20px 0 0 0;
	background: url(../images/content-h2-mission.jpg) no-repeat;
}

#right-col h2.vision {
	margin: 30px 0 0 0;
	background: url(../images/content-h2-vision.gif) no-repeat;
}

#right-col p.large {
	font-size: 24px;
	line-height: 25px;
	color: #7B7C7E;
}

#right-col p.large span.italic {
	font-style: italic;
	color: #3C3C3F;
}

#right-col p.large span.brown {
	color: #856A44;
}


#right-col p {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 16px;
	color: #7B7C7E;
}

#right-col p.tit {
	margin: 20px 0 15px 0;
	color: #2E2D30;
	font-size: 18px;
	line-height: normal;
}

#right-col p.subtit {
	margin: 0 0 0 0;
	color: #856A44;
	font-size: 14px;
	line-height: normal;
}

#right-col p.sign {
	margin: -15px 0 15px 0;
	color: #2E2D30;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
}

#right-col p a {
	color: #856A44;
}

#right-col p a:hover {
	text-decoration: none;
}

#right-col p span.brown {
	color: #856A44;
}

#right-col p span.black {
	color: #2E2D30;
	font-style: italic;
}

#right-col h2.about {
	margin: 25px 0 0 0;
	background: url(../images/about-h2.gif) no-repeat;
}

#right-col p img {
	float: left;
	padding: 7px;
	margin: 0 20px 20px 0;
	display: inline;
	border: 1px solid #d9d9da;
}

#right-col ul {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

#right-col ul li {
	float: left;
	width: 100%;
	background: url(../images/seminars-li-bg.gif) 0 4px no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #7B7C7E;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
}

#right-col ul.sublist {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

#right-col ul.sublist li.sublist {
	float: left;
	width: 100%;
	background: url(../images/seminars-li-bg.gif) 0 4px no-repeat;
	font-size: 12px;
	margin:0 0 0 10px;
	line-height: 16px;
	color: #7B7C7E;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
}

#right-col h2.seminars {
	margin: 25px 0 0 0;
	background: url(../images/seminars-h2.gif) no-repeat;
}

#right-col h2.opinion {
	margin: 25px 0 0 0;
	background: url(../images/opinion-h2.gif) no-repeat;
}

#right-col h2.moments {
	margin: 25px 0 0 0;
	background: url(../images/moments-h2.gif) no-repeat;
}

#right-col p.margin {
	margin: 0 0 15px 0;
}

#right-col h2.purchase {
	margin: 25px 0 0 0;
	background: url(../images/purchase-h2.gif) no-repeat;
}

#right-col img.book {
	float: left;
	margin: 15px 10px 0 10px;
	display: inline;
}

#right-col p.short {
	width: 250px;
}

#right-col a.button {
	float: left;
	display: block;
	width: 495px;
	height: 98px;
	margin: 10px 0 0 0;
	display: inline;
	background: url(../images/purchase-button.gif);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}







#footer {
	margin: 40px 0 0 0;
	width: 800px;
	height: 105px;
	padding: 45px 0 0 0;
	background: url(../images/footer-bg.gif) no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul li,
#footer p {
	display: inline;
	color: #B1B3B4;
	font-size: 11px;
	line-height: 20px;
}

#footer ul li a {
	color: #B1B3B4;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#footer ul li a:hover {
	text-decoration: underline;
}
