body {
    padding: 0px;
    margin: 0px; margin-bottom: 10px;
    background-color: #fff;
    color: #333;
    text-align: center;
}
body, input, textarea {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

#wrapper {
    width: 966px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.clear {
    clear: both;
}
img {
    border: 0;
}
form {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
p {
    padding: 0;
    margin: 4px 0px 10px 0px;
}
a {
    color: #006fab;
    text-decoration: none;
}
a:hover {
    color: #000;
}

/* header */
#header { height: 98px; }
#header h1 {
	float: left;
	margin-top: 8px; margin-left: 13px;
}
#header .menu {
    list-style: none;
    margin: 12px 5px 0 0;
    padding: 0;
    text-transform: uppercase;
    text-align: right;
    float: right;
}
#header .menu li {
    background: url(../images/header_menu_item_bg.gif) no-repeat bottom center;
    padding: 2px 1px;
}
#header .menu a {
    color: #999;
}
#header .menu a:hover {
    color: #000;
}
#headerBanner {
	margin-left: 5px;
    float: right;
	padding-top: 12px;
}
#headerBanner a {
	display: block;
	width: 50px;
	height: 75px;
	background: url(../images/header_banner_disability.png) no-repeat;
	background-position: 0px 0px;
}
#headerBanner a:hover { background-position: 0px -100px; }
#headerBanner span { display: none; }

/* menubar */
#menu div.moduletable div.modulecontent {
    padding: 0 !important;
}
#menu {
    background: url(../images/menubar_toplevelitem_bg.gif) repeat-x top left;
    height: 28px;
}
#menu, #menu ul {
	list-style: none;
	padding: 0;
    padding-left: 5px;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
}

#menu a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    line-height: 28px;
    color: #fff;
}


#menu li {
	float: left;
	padding: 0;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0; padding: 0;
	border-top: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

#menu li ul a {
	width: 200px;
	display: block;
}

#menu li ul ul {
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li {
    background: #005E9D url(../images/menubar_toplevelitem_bg.gif) repeat-x;
    background-position: 0px 0px;
}
#menu li:hover, #menu li.sfhover, #menu li.active {
    background-color: #003051;
    background-position: 0px -500px;
}

#menu li li {
	border-top: 2px solid #839daa;
    background-color: #002f4b;
    background-image: none;
	clear: both;
}
#menu li li:first-child {
	border-top: 0;
}
#menu li li:hover, #menu li li.sfhover, #menu li li.active {
	background: #000;
}


/* container */
#mainContainer {
	margin-top: 10px;
	background: url(../images/sidebar_bg.gif) repeat-y bottom right;
}
#main {
	/*background: url(../images/sidebar_bg.gif) repeat-y bottom right;*/
	padding-bottom: 1px;
}
div.oneCol {
	background: url(../images/content_bg_1col.gif) no-repeat bottom left;
}
div.twoCols {
	background: url(../images/content_bg_2col.gif) no-repeat bottom left;
}
/* section pic */
#sectionPic {
	padding-bottom: 11px;
	background-color: #fff;
	width: 705px;
}
/*#sectionPic div { margin-bottom: 4px; }*/
	
/* sidebar */
#sideBar {
	width: 248px;
	float: right;
	border-top: 1px solid #000;
	font-size: 11px; color: #000;
	letter-spacing: 1px;
}
#sideBar .date {
	display: block; padding: 5px 7px;
	background: url(../images/sidebar_date_bg.gif) no-repeat top left;
	text-align: right;
    letter-spacing: 1px;
    color: #666;
	
}
#sideBar div.modulecontent {
	padding: 10px;
	clear: both;
}
#sideBar h3 {
	padding: 2px 10px;
	border-left: 6px solid #009240;
	font-size: 12px; font-weight: normal; letter-spacing: 1px; color: #000;
	text-transform: uppercase;
}
#sideBar h4 {
	font-weight: bold; color: #093;
}
#sideBar a { color: #000; }
#sideBar ul { margin: 0; padding: 0 14px; }
#sideBar ul li {
	list-style-position: outside;
	list-style-image: url(../images/vin4.gif);
	color: #333333;
}
/* sidebar banners */
#sideBar .banner .modulecontent { padding: 4px; }
/* content */
#content {
	width: 705px;
	font-size: 11px;
}
.col {
	border-top: 1px solid #e8e8e8;
	padding: 0 1px 1px 1px;
}
.twoCols #col1 {
	margin-right: 11px;
}
.twoCols #col1, .twoCols #col2 {
	width: 347px; padding: 0px;
	float: left;
}
#mainContainer > .twoCols #col1, #mainContainer > .twoCols #col2 {
	width: 345px;
	padding: 0 1px 1px 1px;
}
	
/* content */
#content p {
    padding: 0;
    margin: 4px 0px 10px 0px;
}
#content ul {
	padding-left: 20px;
	margin-left: 0;
}
#content ul li {
	list-style-position: outside;
	list-style-image: url(../images/vin4.gif);
	color: #333333;
}

#content h3, #content .componentheading  {
	height: 23px; line-height: 20px; padding-left: 24px;
	background: #f1f1f1 url(../images/content_header_bg.gif) no-repeat top left;
	font-size: 13px; font-weight: normal; letter-spacing: 1px; color: #000;
	text-transform: uppercase;
}
#content h4 {
	position: relative;
	background: url(../images/article_title_bullet.gif) no-repeat top left;
	padding-left: 15px;
	left: -15px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
p.resaltado {
	position: relative;
	background: url(../images/article_title_bullet.gif) no-repeat top left;
	padding-left: 15px !important;
	left: -15px;
	font-weight: bold;
}
.resaltado { font-weight: bold; }
.resaltada_verde {
	color: #009240;
	font-weight: bold;
}
.resaltada_azul {
	color: #006fab;
	font-weight: bold;
}


div.moduletable {
    padding: 0px;
}
div.modulecontent {
    padding: 15px;
}
/*div.modulecontent h4 {
	letter-spacing: 1px;
	color: #005797;
}
div.modulecontent h4 a { color: #005797; }*/
/* content foot */
#contentFoot div.modulecontent { padding: 1px; }
/* articles */
p.buttonheading { float: right; padding: 0; margin: 0 }
.createdate { font-style: italic; }
div.leading { border-top: 0; padding-top: 0; }


/* news */
div.article, #content .recentItem {
    margin-bottom: 6px;
}
hr { border: 0; border-bottom: 1px solid #c6c6c6; height: 1px }
#content a.more {
    display: block;
    text-align: right;
    border-top: 1px solid #c6c6c6;
    padding: 4px 0;
}
/* docman */
#content div.docResource ul { list-style: none; margin: 0; padding: 0; }
#content div.docResource ul li { list-style-image: none !important }
#content a.docman_docs,
#content a.descargaPdf {
    display: block;
    width: 276px; height: 22px;
    padding: 10px 0 0 40px;
    margin-bottom: 5px;
    background: url(../images/docman_pdf.gif) no-repeat top left;
    color: #666;
}
#content a.docman_docs:hover,
#content a.descargaPdf:hover { color: #005797; }
#content a.docman_docs strong {
    font-weight: normal;
}
#content a.docman_docs p {
	padding: 10px 5px;
}
/* contacto */
#component-contact { margin: 10px; }
#component-contact br { display: none; }
#component-contact .contact_email br { display: block; clear: both; }
#component-contact .contact_email button { margin-top: 10px }

/* footer */
#footer {
    height: 130px; margin-top: 12px;
    background: #006AA7 url(../images/footer_bg.gif) repeat-x top left;
    font-size: 12px; letter-spacing: 1px; color: #fff; 
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer .topLink {
    position: absolute;
    margin-top: 18px;
    margin-left: 15px;
}
#footer .topLink a {
    background: url(../images/toplink_bg.gif) no-repeat top right;
    padding-right: 12px;
}
#footer .searchBox {
    text-align: right;
    padding-top: 16px;
}
#footer .searchBox h3, #footer .searchBox form, #footer .searchBox div {
    display: inline;
    font-weight: normal;
}
#footer .searchBox .moduletable {
    display: block;
    padding: 0px 15px 10px 25px;
}
#footer .searchBox h3 {
    padding: 10px 15px 10px 25px;
    background: url(../images/footer_searchbox_icon.gif) no-repeat center left;
}
#footer input.inputbox {
    border: 1px solid #878787;
    width: 200px;
}
#footer input.button {
    margin-left: 5px;
    border: 1px solid #878787;
    background-color: #197CC1;
    color: #fff;
    cursor: pointer;
}
#footer .linkBox {
    padding: 10px 30px 0px 25px;
    color: #99ccff;
    font-size: 11px;
}
#footer .linkBox a { 
	color: #99ccff;
}
#footer .copy {
    float: right;
    font-size: 11px;
    padding: 5px;
    letter-spacing: 1px;
    color: #000;
}

/* ---Simple Image Gallery--- */
.sig {margin:16px 4px;padding:0px;text-align:center;}
.sig_items { margin: auto; width:600px; }
.sig_clr {clear:both;}
.sig_cont {float:left;text-align:center;}
.sig_thumb {margin:0px 10px 10px 10px;padding:0px;background:url(shadowAlpha.png) no-repeat bottom right !important;background:url(shadow.gif) no-repeat bottom right;}
.sig_thumb img {display:block;position:relative;background:#FFF;border:1px solid #ccc;margin:-5px auto 5px auto;padding:4px;}

/* lighbox */
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
ne;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
