/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	MAIN STYLES
*/

body, html {
	background:#ededed;
	height:100%;
	line-height:20px;
	font-size:14px;
	color:#333;
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight:normal;
}
h1, h2, h3 { font-family: Tahoma, sans-serif; font-weight:bold; }
h1 {
	font-size:16px;
	text-shadow:0 0 1px rgba(51,51,51,0.3);
	text-align:left;
	line-height:40px;
}
h2 {
	font-size:36px;
	line-height:16px;
	text-shadow:0 0 1px rgba(51,51,51,0.2);
	padding-bottom:5px;
	margin-bottom:5px;
}
h3 {
	font-size:30px;
	line-height:38px;
	margin-bottom:14px;
}
h4 {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
a:link, a:active, a:visited {
	border:none;
	outline:none;
	color:#072B29;
}
/*#header {
	width:868px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}*/
.intro {
	width:970px;
	font-size:12px;
	color:#333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#accordion p {
	margin-bottom:14px;
}
#accordion strong {
	font-weight: bold !important;
}
#slide1 {
	background:url(../img/santiago6.jpg) center center no-repeat;
	color:#000 !important;
}
#slide1 .content {
	padding:20px;
	font-family: Tahoma, sans-serif; font-weight:bold;
}
#slide1 h2 {
	font-size:24px !important;
	line-height:28px !important;
	color:#000 !important;
}
#slide1 .content ul {
	list-style: square;
	margin-top:15px;
	margin-left:40px;
}
#slide1 .content li {
	margin-bottom:10px;
}
#slide2 {
	background:url(../img/santiago1.jpg) center center no-repeat;
	color:#000 !important;
}
#slide2 .content {
	padding:20px;
	font-family: Tahoma, sans-serif; font-weight:bold;
}
#slide3 {
	background:url(../img/pobreza.jpg) center center no-repeat;
	color:#fff !important;
}
#slide3 .content {
	padding:15px 20px;
}
#slide3 h2 {
color:#fff;
}
#slide3 a {
	color:#ddd;
}
#slide3 .content h1 {
	text-align:left;
	font-size:60px;
}
#slide4 {
	background:url(../img/santiago4_2.jpg) center center no-repeat;
	color:#fff !important;
}
#slide4 .content {
	padding:20px;
	font-family: Tahoma, sans-serif; font-weight:bold;
}
#slide5 {
	background:url(../img/santiago5.jpg) center center no-repeat;
	color:#fff !important;
}
#slide5 .content {
	padding:20px;
	font-family: Tahoma, sans-serif; font-weight:bold;
}
#slidorion2 {
	width: 768px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
	margin-left: -384px;
	padding: 10px;
	background: #cbcbcb;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
}
strong {
	font-weight:bold;
}
#container {
	width:800px;
	margin:30px auto;
	position:relative;
}
#container >div {
	width:78%;
	margin-bottom:30px;
}
#container > div > pre { 
	background:#E2DBD1;
	border:1px solid #D1BFA6;
	color:#333;
	font-family: Helvetica, Tahoma, sans-serif;
	margin-bottom:20px;
	padding: 5px 10px;
	border-left: 10px solid #D1BFA6;
}
#options li {
	margin:20px 0;
	border-bottom:1px solid #ddd;
}
#options li p {
	font-size:15px;
	letter-spacing:0;
	line-height:30px;
}
#download-box {
	width:170px !important;
	position:absolute;
	margin-left:620px;
	padding:10px;
	background: #ebf1f6;
	background: -moz-linear-gradient(top, #ebf1f6 0%, #cbdfed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(100%,#cbdfed));
	background: -webkit-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	background: -o-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	background: -ms-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	background: linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#cbdfed',GradientType=0 );
	border-radius:4px;
	border:1px solid #bbb;
	float:right;
}
#download-box p, #download-box h3 {
	text-align:center;
	font-weight:bold;
	letter-spacing:0px;
	margin:15px 0;
	font-size:100%;
	line-height:20px;
}
#download-box h3 {
	font-size:200%;
	line-height:30px;
}
#download-box p {
	font-size:80%;
}
.download {
	text-indent:-9999px;
	margin-left:15px;
	background:url(../img/download_buttons.png) 0 -2px no-repeat;
	width:140px;
	height:50px;
	display:block;
	overflow:hidden;
}
.download:hover {
	background-position:0 -51px;
}
#download-box .social-media {
	width:54px;
	height:70px;
	vertical-align: top;
	display:inline-block;
}
.changes {
	margin-bottom:15px;
}
#footer {
	height:200px;
}
/*-----CORP NAV-----*/
#header {
	background: rgb(7, 35, 51) url(ui/bg-header.png) no-repeat top center;
	border-bottom: 5px solid rgb(180,180,180);
	width:100%;
/*	height:122px;*/
	overflow:visible;
        -webkit-box-shadow: inset 0px 3px 30px rgba(0,0,0,.5);
        -moz-box-shadow: inset 0px 3px 30px rgba(0,0,0,.5);
        box-shadow: inset 0px 3px 30px rgba(0,0,0,.5);
}
#corpNavHolder{
        border-bottom: 1px solid #203948;
        border-bottom: 1px solid rgba(256,256,256,.1);
        overflow: hidden;
}

#corpNav {
	padding:3px 10px 0 0;
/*	border-bottom: 1px solid rgb(2, 10, 15);*/
    text-align:right;
}


#corpNav a {
	color: rgb(145,165,172);
	font-size:.7em; 
	letter-spacing:1px;
	text-shadow: 0px 2px 0px #000;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#corpNav a:hover {
	color: rgb(256,256,256);
	text-decoration:none;
}
#corpNav ul, ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 2.5em;
}
a.facebookAccess,
a.twitterAccess,
a.rssAccess,#menu-item-22694 a, #menu-item-22696 a, #menu-item-22697 a{
	width:20px;
	height:20px;
	display:inline-block;
	text-indent:-99999px;
/*	background-position:  0 0;*/
    background:url(ui/socialIco-sprite.png);
	background-repeat: no-repeat;

}

a.facebookAccess,#menu-item-22694 a{
	background-position: 0 -20px;
}

a.twitterAccess,#menu-item-22696 a{
	background-position: -20px -20px;
}

a.rssAccess,#menu-item-22697 a{
	background-position: -40px -20px;
}
a.facebookAccess:hover,#menu-item-22694 a:hover{
	background-position: 0 -40px;
}

a.twitterAccess:hover, #menu-item-22696 a:hover{
	background-position: -20px -40px;
}

a.rssAccess:hover, #menu-item-22697 a:hover{
	background-position: -40px -40px;
}
	
#siteNav	{
/*	border-top: 1px solid rgb(57,79,92);*/
	overflow:hidden;
        background: rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0px 3px 30px rgba(0,0,0,.5);
        -moz-box-shadow: inset 0px 3px 30px rgba(0,0,0,.5);
        box-shadow: inset 0px 3px 30px rgba(0,0,0,.5);
}

#corpNav li { 
	display:inline; 
	margin-left:20px;   
}

.logosss	{
	float:left;
	margin:20px 25px 20px 0 ;
}
.siteWrapper {
    /*background: url(ui/g.png) repeat-y center top;*/
    margin: 0 auto;
    width: 978px;
    overflow:hidden;
    position:relative;
	
}
#corpNav .siteWrapperTV{
height:60px;	
	
}
#mainHeader {
width:100%;
padding-top:5px;
padding-bottom:5px; 
background-color:#000;	
	
}