
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
html{
	background: url(../images/template/reflejo-fondo2.gif) repeat-x bottom;
}
#body-index{
	width:889px; 
	margin:0 auto;
	
}

#header,#ja-mainnav,#body-container-horizontal,#franja-container,#ja-footer {
	width: 100%;
	margin: 0 auto;
}
#index #header,#index #ja-mainnav,#index #body-container-horizontal,#index #franja-container,#index #ja-footer {
	width:100%;
}
#index #header{
	padding:0px; 
	margin:0px; 
	border-bottom:4px solid #004080;
	height:110px;
	
}
#index .contactus p{
	position:relative; 
	top:80px; 
	left:20px; 
	color:#b1b1b1;
}

#index .contactus span{
	float:right; 
	position:relative; 
	right:20px;
}

#header{
	width:100%;
	padding-left:50px;
}

#container {
	min-width: 100%;
}

html, body, #Todo {
  height:100%; min-height:100%; 
}
#Todo {
  position:absolute;
}
html > body, html > body #Todo {
  height:auto;
}


body {
	color: #333333;
	/*background: #ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;

}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	/*********/
	margin-right:190px;
}
.right-column{
	float:right; 
	height:100%;
	margin:0;
	/*padding-top:25px;*/ 
	width:25%;
	min-height:450px;
	
	/*background-color: #ba0000;*/
}
.contentpane{
	padding-right:30px;
	text-align:justify;
	border-right:1px solid #bababa;
	margin-right: 25%;
	min-height:400px;
	
}


body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #d18d17;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.title, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 98%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	padding: 0;
	word-spacing:3px;
	font-size:90%;
	color:#454545;
}

.contentpane ul {	
	padding-right:50px;
	padding-left:50px;
	margin-top:10px; 
	margin-bottom:20px;
	/*list-style: none;*/
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}
#contenido ul li{
	line-height:140%;
}
#contenido ul ul li{
	padding-left:40px;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.tabla{

border-top:2px solid #004080;
border-bottom:2px solid #004080;
padding-top:3px;
padding-bottom:3px;
}

#partners .tabla tr{
	height:40px;
}
#partners .tabla tr td{
background-color:#EEF6FF;
}

.tabla tr td, .tabla tr td a{
	color:#004080;
	font-size:12px; 
	word-spacing:3px;
	padding:0px 7px;
}
fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/template/separador2.gif);
	background-position:top;
	background-repeat:repeat-x;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 102%;
}

img {
	border: none;
}
.bold{
	font-weight:bold;
	color:#004080;
}
.underline{
	text-decoration:underline;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #000000;
	background: #333333 url(../images/grad1.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #000000;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	/*color: #006699;*/
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #239e46;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background-color: #000000;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	/*background: url(../images/Template/separador.gif) repeat-x top;*/
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/template/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	/*background: url(../images/Template/separador.gif) repeat-x bottom;*/
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.title, .title {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

table.blog .title {
	font-size: 150%;
}

.title {
	font-size: 200%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #d18d17;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	/*background: url(../images/Template/separador.gif) repeat-x top;*/
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #000000;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/template/separador2.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: #ECECEC url(../images/template/separador2.gif) ;
	background-repeat: repeat-x;
	background-position:bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFCC url(../images/template/separador2.gif) ;
	background-repeat:repeat-x;
	background-position:bottom;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

.table{
	border: 3px double #c68310;
	padding:3px;
}

.table tr{
		border:1px solid #c68310;
}
.table tr td{
font-size:12px;
	height:40px;
	padding:0px;
	max-width:550px;
	padding-right:20px;
}
.table tr td a{
	color:#c68310;

}

/* META
--------------------------------------------------------- */
.utilities {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
        color: #FFFFFF;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #000000;
}

.article-meta {color: #FFFFFF;
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#container {
	width: 100%;
	margin: 0;
	/*background: #F2F2F2;*/
}

#body-container{
	/*background: url(img/cw-bg1.gif) repeat-y 50% 0;*/
	/*background: #f2f2f2 url(../images/template/body-container.gif) repeat-y scroll 0% 0;*/
	/*background: transparent url(../images/Template/body-container.gif) repeat-y 0 0;*/
}
#index #body-container{
	background-color:#ffffff;
	background:none;
}

#body-container2 {
	/*background:#ffffff url(../images/template/body-container.gif) repeat-y 0% 0;*/
}

#body-container-horizontal {
	/*background:#f2f2f2 url(../images/template/body-container.gif) repeat-y 0% 0;*/
}
#index #body-container-horizontal {
	background: none;
	background-color:#ffffff;
}

#content-column {
	padding: 20px 0;
	/*background:#f2f2f2 url(../images/template/body-container.gif) no-repeat 0% 0;*/
}

#content #content-column {
	width: 20%;
	padding:20px 0;
	/*background-color:#ececec;*/
	height:auto;
	min-height:300px;
}

#content #content-main {
	width: 80%;
	padding:20px 0;
}
#index #content #content-main{
	width:100%;
	padding:0px;
}
#index #content #content-main #contenido{
	margin:0px; 
	padding:0px; 
	position: relative; 
	top: -5px;
	margin-bottom:20px;
}


#index #content #content-main #banner{
	padding: 0px;
	width:100%;
}

/*#index #index_news, #index #index_contactus{
	float:left; 
	width:50%;
}*/
#index #index_contactus, #index  #index_news{
width:50%;
float:left;
}
#index #extras{
	position:relative;
	/*padding-left:50%;
	width:45 %;
	float:right;*/
}
#index .index-title{
	margin:0px; 
	padding:0px; 
	
}


#index  #index_news .news{
	background:#ffffff url(../images/template/news_background.gif) repeat-x bottom;
	margin: 20px 15px 20px 15px; 
	padding:0px 5px; 
	/*border-bottom:1px solid #ccc;*/
	height:100px;
}


#index  #index_news .news .title{
	font-size:90%;
	color: #004080;
	font-weight:bold; 
	text-transform:uppercase;
	margin:0px; 
	padding:0px; 
	border-bottom:1px solid; 
	word-spacing:0px;
}
#index  #index_news .news .date{ 
	text-align:right; 
	color: #004080; 
	font-weight:bold; 
	font-size: 90%; 
	margin:0px; 
	padding:0px; 
}

#index #index_news .news .abstract{
	margin:0px; 
	padding:0px; 
	word-spacing:1px; 
	font-size:80%;
}

.readmore{
	font-size:75%;
	font-weight:bold;
	color:#0280fe;
}


#index #index_news .news p{
	margin:0px; 
	padding:0px; 
}

.right-column .news{
	background:#ffffff url(../images/template/news_background.gif) repeat-x bottom;
	margin: 20px 15px 20px 15px; 
	padding:0px 5px; 
	margin-top:0px;
	/*border-bottom:1px solid #ccc;*/
	/*height:100px;*/
}

.right-column .news .title{
	font-size:90%;
	color: #004080;
	font-weight:bold; 
	text-transform:uppercase;
	margin:0px; 
	padding:0px; 
	border-bottom:1px solid; 
	word-spacing:0px;
}

.right-column .news .date{ 
	text-align:right; 
	color: #004080; 
	font-weight:bold; 
	font-size: 90%; 
	margin:0px; 
	padding:0px; 
}

.right-column .news .abstract{
	margin:0px; 
	padding:0px; 
	word-spacing:1px; 
	font-size:80%;
}

.right-column .news .abstract .readmore{
	font-size:75%;
	font-weight:bold;
	color:#0280fe;
}

#news-list{
	width:100%; 
	margin: 0 auto;
}	

.fecha-evento{
	font-size:12px;
	font-weight:bold; 
	float:right;
	color:#0280FE;
	padding:2px; 
	padding-right:30px;
}

#news-list .news-text, #news-list h3{
	padding:0px; 
	margin:0px;
	padding-left:40px;
}
#news-list .news-text p, #news-list .news-text ul li, #news-list .news-text a, #news-list .news-text ol li{
	padding:0px; 
	margin:0px;
}

#news-list .news{
	border-bottom:0.5px dotted #0280fe;
	padding-bottom:10px;
	margin-bottom:15px;
}

.path{
	margin-bottom:20px; 
	font-size:12px; 
	font-weight:bold; 
	color:#0280FE; 
	text-align:right;
	width:100%;
}
.path a{
	padding-right:30px;
}

#index  #extras {
	margin-left:50%;
}

#index  #extras .bloque{
padding-top:30px;
color:#0280fe;
width:378px;
}

#index  #extras .bloque p{
	font-size:18px; 
	color:#0280fe;
	line-height:24px; 
	word-spacing:3px;
	text-align:right;
}

#index  #extras .bloque p span{
	text-align:left;
	padding-right:215px;
}

#index  #extras .contactus{
	margin-top:0px;
}

#index .section-container{
	/*background-color: #f0c040;*/
	color:#ffffff;
	background:#f0c040 url(../images/template/img-index.gif) no-repeat left;
	height:201px;
	margin-top:10px;
	border-top:4px solid #d4d4d4;
}
#index .section-container div{
	background:#f0c040 url(../images/template/background_text.gif) no-repeat right;
	width:60%;
	font-size:98%;
	color: #454545;
	margin-left:35.5%;
	padding-top:10px;
	padding-right:15px;
	padding-left:20px;
	height:175px;
	padding-bottom:15px;
}
#index .section-container p{
	line-height:150%;
	word-spacing:3px; 
	text-align:justify;
}

#index .section-container p a{
	color:#454545;
	font-weight:bold;
}

#index .section-container .index-title{
	text-align:right; 
	font-weight:bold; 
	font-size: 120%;
}
#index #ja-footerwrap{
	/*border-top:0px solid #ccc;*/
	background:#ffffff url(../images/template/reflejo.gif) no-repeat bottom center;
	/*border-bottom:3px solid #d4d4d4;*/
	margin:0 25px;
	padding: 40px 0 0;
	height:178px;
}
#index #ja-footer{
	margin-top:1px;
	/*background-color:#efefef;*/
	/*border-top:1px solid #004080;*/
	/*padding-top:40px; */
	/*border-bottom:1px solid #454545;*/
}
#index .menu-index{
	margin-top:5px;
	background: #ffffff url(../images/template/menu-index-background.gif) repeat-x;
}
#index .menu-index p{
	margin:0px;
	padding-left:140px;
}
#index .menu-index p a{
	background-color:#ffffff; 
	margin-left:20px;
	padding-left:5px;
	padding-right:5px;
	font-size:95%;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	/*border:1px solid;*/
}


#index #ja-footer .copyright{
	width:84%;
	text-align:center;
}
#index .bannerfooter{
	width:100%;
	text-align:center; 
	clear:left;
	font-size:70%;
}
#index div.advs{
	text-align:left;
}
#index div.advs p{
	background-color:#efefef;
	height:15px;
	margin:16px 0 0 140px;
	text-align:center;
}
#index #ja-footnav{
	width:16%;
	/*padding-top:50px;*/
	/*background-color:#efefef;*/
}

#index .validation{
	margin:0 auto;
	padding-top:10px;
	padding-left:10px;
	text-decoration:none;
}

#index #container{
	background: url(../images/template/border-body2.png) no-repeat;
	/*background-color: #ffffff;*/
	background-color: transparent;
}
#index #header-container,
#index #body-container{
/*background: url(../images/template/border-body.png) repeat-y 50%;*/
padding-left:25px;
padding-right:25px;
}
#index #body-container{
/*background: url(../images/template/border-body2.png) no-repeat;*/
}


#index #ja-footer{
/*padding-left:25px;
padding-right:16px;*/
}

#index #ja-footerwrap .bannerfooter{
	background-color:#F0BF3F;
	margin:0px; 
	padding:0px; 
	text-align:center; 
	height:15px;
}
#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody #content-main {
	float: right;
	width: 75%;
	
}

#ja-mainbody-fl #content-main {
	float: left;
	width: 100%;
}

#ja-mainbody-f, #content {
	float: none;
	width: 100%;
	background-color:#ffffff;
	background: #ffffff url(../images/template/fondo-col-right.gif) no-repeat bottom left;
	/*background: url(../images/template/background-header.gif) no-repeat center top;*/
}
#index #ja-mainbody-f,#index #content {
	background:none;
}

#content #content-main {
	width: 81%;
	float: right;
	background-color:#ffffff;
}

#content #content-column {
	width: 19%;
	float: left;
	margin-left:20px;
	margin-top:0px;
}

#content #content-main {
	width: 78%;
	min-height:400px;
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:0px;
}
#index #content #content-main {
	margin-top:0px;
	border-left:0px; 
	border-right:0px;
}

#content-text {
padding-left:30px;
	/*padding: 40px 30px 0 60px;*/
}
#content-text .text{
	text-align:justify;
	padding:0px 30px;
}


#index #content-text, #index #content-text .text{
	padding:0px;
}
#content-text .subtitle{
	color:#004080;
	font-style:italic;
	text-align:right;
	font-size:115%;
}
#content-main {
	min-height: 300px;
	height: auto;
}
* html #content-main {
	height: 300px;
}
#ja-mainbody-fl #content-text {
	padding-left: 0;
}

#ja-mainbody-f #content-text {
	padding: 0;
}

.title-section{
	/*background: url(../images/template/title.gif) no-repeat left center;*/
	font-weight:bold;
	font-size: 16px;
	color:#000000;
	/*background-color:#efefef;*/
	width:100%;
	margin-bottom:20px;
}

.title-section #title{
	/*padding-left:24px; */
	
}

/* Full */
#ja-containerwrap-f {
	background: url(../images/cwf-bg.gif) repeat-x top left #FFFFFF;
}

#ja-containerwrap-f #body-container2 {
	background: none;
}

#ja-containerwrap-f #body-container-horizontal,
#ja-containerwrap-f #content-column {
	background: none;
}

/* Full left */
#ja-containerwrap-fl {
	background: url(../images/cwf-bg.gif) repeat-x top left #FFFFFF;
}

#ja-containerwrap-fl #body-container2,
#ja-containerwrap-fl #body-container-horizontal,
#ja-containerwrap-fl #content-column {
	background: none;
}

/* Full right */
#body-container {
	/*background: url(img/cw-bg1.gif) repeat-y 50% 0;*/
	/*background: url(img/cw-bg1.gif) repeat-y right;*/
}

#body-container #body-container2 {
	/*background: url(img/cw-bg2.gif) no-repeat 50% 0;*/
	/*background: url(img/cw-bg2.gif) no-repeat right;*/
}


.event-text p{
font-size:85%;
	padding-left:30px;
	padding-right:30px;
	color:#004080;
	word-spacing:2px;
	line-height:16px;
}
/* HEADER
--------------------------------------------------------- */
#header-container {
	/*background: #d18d17;*/
	background: transparent url(../images/template/header.gif) repeat-x;
	color: #000000;
	line-height: normal;
	/*height: 80px;*/
	height:108px;
}
#index #header-container{
	background:none;
}
#header {
	position: relative;
	height: 80px;
}

.header-texture {
	width: 202px;
	display: block;
	/*background: url(../images/template/texture.gif);*/
	background-position:right;
	background-repeat:no-repeat;
	height: 100px;
	position: absolute;
	top: 3px;
	right: 10px;
}

#header a {
	color: #004080;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
	width:325px;
	padding-top:1px;
}
#index .logo{
	margin:0 auto;
}
h1.logo a {
	/*width: 208px;*/
	display: block;
	background: url(../images/template/cab-logo.gif) no-repeat;
	height: 111px;
	position: relative;
	z-index: 100;
	width:325px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}
.slogan{
	position:absolute; 
	z-index:2; 
	top:40px; 
	left:300px; 
	font-size:16px; 
	padding:7px;
	color:#004080; 
	background-color:#EBF3FF; 
	border-left:3px double #004080; 
	border-right:3px double #004080; 
	font-weight:bold; 
	font-style:italic;
}
p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #000000;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* Search */
#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;
}

#ja-search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #444444;
	font-size: 92%;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	border-top: 1px solid #555555;
	background: #000000;
}

#ja-mainnav {
	border-left: 1px solid #333333;
	background: #000000;
}

#ja-pathway {
	font-size: 92%;
}

#ja-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.section,
div.moduletable_text {
	padding: 0 0 15px;
	/*background: url(../images/Template/separador.gif) repeat-x bottom;*/
}

div.moduletable h3,
div.section h2,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #004080;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

div.section .suboptions{
	border:2px solid #eeefed;
	/*padding: 10px 5px;*/
}

div.section h2{
	background: url(../images/template/h2-menu.gif) repeat-x; 
	height:24px;
	padding-top:5px;
	padding-left:10px; 
	padding-bottom:0px;
	color:#333333;
	text-transform:none; 
	font-size:14px;
	text-decoration:none;
}

div.section h2 a{
	color:#333333;
	text-transform:none; 
	font-size:14px;
	text-decoration:none;
}

div.moduletable h4 a{
	color:#ffffff;
}
#franja-container div.moduletable ul li{
	color:#ffffff; 
}

/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #239e46;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	/*background: url(../images/bb-br.gif) no-repeat bottom right #006699;*/
	color: #FFFFFF;
}

div.module_blue div {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #239e46;
	color: #FFFFFF;
}

div.module_green div {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
	margin: 0;
	padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
	color: #FFFFFF;
}

div.advs {
	width: 100%;
	text-align:center;
}

.validation{
float:left;	
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#content-column {
	float: left;
	width: 24.99%;
	padding-top: 10px;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 20%;
	overflow: hidden;
}

#content-column table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content-column ul li,
#ja-col2 ul li {
	/*padding-left: 15px;*/
	margin: 0;
	padding-bottom:10px;
	background: url(../images/template/arrow.gif) no-repeat right;
}

#content-column ul, #ja-col2 ul {
	margin: 0;
	list-style:none;
}

#content-column ol, #ja-col2 ol {
	margin-left: 5px;
}

#content-column .article_separator,
#ja-col2 .article_separator {
	display: none;
}


#content-column ul li a{
	color:#333333;
	text-decoration:none; 
}
#content-column ul li a:hover{
	/*text-decoration:underline; 
	background-color: #ffffff;
	color:#239e46;
	font-weight:bold;*/
}

/*ESTILOS PARA EL COMPORTAMIENTO DEL MENU*/
a {
	color: #004080;
	text-decoration: underline;
}

a.readon {
	color: #004080;
}

#content-column ul.menu li li a:hover,
#content-column ul.menu li li a:active,
#content-column ul.menu li li a:focus {
	color: #004080;
}

.bignumber {
	color: #004080;
}

#content-column ul.menu li.active a {
	color: #004080;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	color: #004080;
}

div.module h3 {
	color: #004080;
}
/********************************************************************************************************/
#content-column ul.menu li.active a span {
	background: url(images/template/bullet3.gif);
	background-repeat:no-repeat; 
	background-position: 5px;
}

#content-column ul.menu {
	border-bottom:1px solid #727272;
	margin:10px 30px 10px 20px;
	/*background: url(../images/template/separador2.gif) repeat-x top;*/
	/*border-bottom:1px dotted #afafaf;*/
	/*border-top:1px dotted #afafaf;	*/
}

/*#content-column ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;	
}*/

#content-column ul.menu li a {
	display: block;
	color: #727272;
	/*background: url(../images/template/separador2.gif) repeat-x bottom;*/
	/*border-bottom:1px solid #7d7d7d;*/
	text-decoration: none;
	outline: none;
	padding:1px 0 1px 15px;
}

#content-column ul.menu li a span {
	padding-left: 16px;
	/*background: url(../images/template/bullet.gif) no-repeat 5px 5px;*/
}

#content-column ul.menu li a:hover,
#content-column ul.menu li a:active,
#content-column ul.menu li a:focus {
	/*background: url(../images/template/bullet.gif) no-repeat 5px 11px;*/
	font-weight:bold;
	background: #efefef url(../images/template/arrow.gif) no-repeat right;
	/*background: #dddddd url(../images/template/separador2.gif) repeat-x bottom #DDDDDD;*/
	/*border-bottom:1px dotted #afafaf;*/
	text-decoration: none;
}

#content-column ul.menu li.active a {
	/*background: url(../images/template/separador2.gif) repeat-x bottom #FFFFFF;*/
	background: url(../images/template/bullet3.gif) no-repeat 5px 11px;
	background-color:#fff;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content-column ul.menu li.active a span {
	background: url(../images/template/bullet3.gif);
	background-repeat:no-repeat; 
	background-position:5px 5px;
}

#content-column ul.menu li li a span {
	background: none;
}

#content-column ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-column ul.menu li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

#content-column ul.menu li li a {
	color: #333333;
	background: none !important;
	font-size: 92%;
	font-weight: normal;
}

#content-column ul.menu li li a:hover,
#content-column ul.menu li li a:active,
#content-column ul.menu li li a:focus {
	/*color: #006699;*/
}

#content-column ul.menu li li a span {
	background: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:5px;
	font-weight: normal;
}
.section-container h3{
	color:#004080;
}
.section-container h2{
	background-color:#ebf3ff;
	border-left:3px double #004080;
	border-right:3px double #004080; 
	color: #004080; 
	padding: 0 15px; 
	text-transform:uppercase;
}

.section-container p{
line-height:20px;
}
.section-container p strong{
	color:#004080;
	font-weight:bold;
	font-size:95%;
}
/*.section-container p{
	line-height:14px;
	word-spacing:4px;
}*/

.contact_us{
	width:100%;
	text-align:center;
}
.contact_us p{
	font-weight:bold; 
	font-size:13px;
	line-height:16px;
}
#contenido ul li{
	padding-left:15px;
	list-style-position:inside;
}
#sitemap{
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
	color:#ffffff;
	font-weight:bold;
}

.box-left{width: 150px;}
.box-center{width: 68.5%;}
.box-right{/*width: 100px;*/}
.a-moduletable{
	color:#ffffff;
}
.box-left .moduletable a, .box-center .moduletable a, .box-right .moduletable a{
	color:#ffffff;
}

.box-left .moduletable a:hover, .box-center .moduletable a:hover, .box-right .moduletable a:hover {
	font-weight:bold;
}

.moduletable{
	/*height:137px;*/
	height:100px;
	width:250px;
	min-width:250px;
}
#franja-container .box-left .moduletable{
	width:150px;
}

.box-center{
	border-right: 0.2em double #cacaca;
	/*height:137px;*/
	height:100px;
}


.box-left div.moduletable,
.ja-box-full div.moduletable {
	padding-right: 30px;
	background: none;
}


.box-right div.moduletable {
	margin-top:25px;
	padding-left: 30px;
	background: url(../images/vdot2.gif);
	background-repeat:repeat-y; 
	background-position:left;
}

.box-center div.moduletable {
	padding: 0 30px;
	background: url(../images/vdot2.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:35%;
	float:left;
}

#franja-container .box-right .validation{
	padding-top:20px;
}

.co-funded {
	/*background: url(../images/template/tempusiv.gif) no-repeat right;
	padding-left: 35%;*/
	float:right;
	padding-top:5px;
}

#franja-container h3 {
	background: none;
}

#franja {
	/*border-top: 5px solid #CCCCCC;*/
	background: #004080;
	color: #ffffff;
	height:18px;
	border-top:10px solid #d7d7d7;
	text-align:right; 
	padding-right:100px;
}
#franja a{
	color:#ffffff;
	font-weight:bold;
	margin-right:20px; 
	text-decoration:none;
}
#franja-container {
	/*padding: 15px 0;
	height:120px;*/
}

#franja-container div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	width:250px;
}
#franja-container div.moduletable h4{
	
}

#franja-container h3 {
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}

/*#franja-container a {
	color: #000000;
}

#franja-container a:hover, #franja-container a:active, #franja-container a:focus {
	color: #FFFFFF;
}*/

#franja-container ul, #franja-container p, #franja-container ol {
	padding: 0;
	margin: 0 !important;
}

#franja-container ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}

#franja-container ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#franja-container td {
	padding: 0;
}

#franja-container .article_separator {
	display: none;
}

#franja-container table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	/*border-top: 5px solid #CCCCCC;*/
	padding-bottom:20px;
	/*clear: both;*/
	background: #ffffff url(../images/template/background-footer.gif) repeat-x;
	background-repeat:repeat-x;
	background-position:bottom;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 22% 0;
	position: relative;
	width:97%;
	margin: 0px auto;
}

#ja-footer .copyright {
	/*clear: both;
	display: block;*/
	padding-left:0;
	color: #333333;
	font-style: normal;
	font-size: 92%;
	float:left;
	width:60%;
}

#ja-footnav {
	/*padding-left: 35%;*/
	width:15%;
	text-align:center;
	float:left;
	
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	/*padding: 0 15px 0 0;*/
	padding: 0 5px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
	text-align:center;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}


ul.accessibility {
	position: absolute;
	top: -100%;
}

.header_text{display:none;}




.header-graphic, #index .header-graphic{
	position:absolute; 
	top:0px; 
	right:200px; 
	text-align:right;
}

#index .header-graphic{
right:0px;
}
.header-graphic a{
	font-size:80%;
	font-weight:bold;
	margin:0px; 
	padding:0px 10px;
	text-decoration:none;
}

/*usertool*/


ul.header-utilities{
	font-size: 11px;
	position: absolute;
	top: 70px;
	right: 400px;
}

ul.header-utilities li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
	color:#ffffff;
	font-weight:bold;
	padding-right:20px;
}
#index  ul.header-utilities{
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 10px;
}
#index  ul.header-utilities li{
	padding-right:10px;
}
ul.header-utilities li a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}
ul.header-utilities li a:hover{
	text-decoration:underline;
}

ul.header-utilities li a.resize{
	font-size:16px;
	font-weight:normal;
}
/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#ja-banner {
	margin: 15px 0;
	text-align: center;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}