/* Import Reset and Editor */
@import "reset.css";
@import "editor.css";

/* Import Menu */
@import "menu.css";



/* Redefinitions */
html, body {
  min-height: 100%;
}

body {
  font-family: Sans, Arial;  
}

a:link, a:visited {
  text-decoration: none;
  color: #FCBA1F;
}

strong {
  font-weight: bold;
}

/* Layout */
#pagemain {
  background: #FFF url(../images/bg.png) bottom left repeat-x;  
  font-size: 12px;
}

#principal {
  width: 953px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 100%;
  position: relative;
}

#cabecera {
  width: 100%;
  height: 122px;
}

#flagbox {
  float: right;
}

#central {
  margin-top: 10px;
  z-index: 0;
}

#contexto {
  line-height: 15px;
  margin-top: 20px;
  text-align: left;
}

#inferiores {
  margin-top: 5px;
  line-height: 18px;
  text-align: left;
}

#inferior_limpio {
  margin-top: 20px;
}

#inferior_limpio a{
  margin-right: 10px;
  margin-left: 10px;
}

#inferior_limpio a:hover {
  color: #e5791e;
}

#bottomleft, #bottomcenter, #bottomright {
  height: 100%;
  width: 307px;
}

#bottomleft, #bottomcenter {
  float: left;
}

#bottomright {
  float: right;
}

.bottomarg {
 margin-left: 15px;
}

#footer {
  margin: 20px 0 20px 0;  
  border-top: 1px solid #B6B6B6;
  padding-top: 10px;
  font-size: 9px;    
  width: 100%;
  color: #A2A2A2;
}

#footer td {
  text-align: center; 
}

#pdf_map {
  margin-top: 10px;
}

#pdf_map h3 {
  width: 90%;
  float: left;
}

#pdf_map img {
  margin-left: -70px;
  margin-top: -8px;
}



/* Menu */

div#menubox { 
  clear:both;
  padding:0;
  position:relative;
  width:auto;
  z-index:10;
}

div#menubar {
  clear:both;
  margin:0;
  padding:0 10px 0 40px;
  position:relative;
  width:auto;
}

div#menubar div.menubar-l, div#menubar div.menubar-r {
  height:46px;  
  position:absolute;
  top:0;    
}

div#menubar div.menubar-l {
  background:transparent url(../images/menubar_l.png) no-repeat scroll 0 0;
  left:0;
  width:40px;
}

div#menubar div.menubar-r {
  background:transparent url(../images/menubar_r.png) no-repeat scroll 0 0;  
  right:0;  
  width:10px;
}

div#menubar div.menubar-m {
  background:transparent url(../images/menubar_m.png) repeat-x scroll 0 0;
  height:46px;
}

div#menu {
  background:transparent url(../images/menu_sep_black.png) no-repeat scroll 0 0;
  height:46px;
  left:40px;
  padding:0 0 0 1px;
  position:absolute;
  top: 1px;
  z-index:11;
  font-family: "Century Gothic", Helvetica, Arial;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
}

/* Joomla */

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend, .contentheading {
  margin: 0;
  font-family: "Trebuchet MS", "Arial Narrow", Arial;
  font-weight: normal;
  color: #023B8B;
  font-size: 18px;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

td.contentheading {
  height: 30px;  
  vertical-align: top;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}


tr.sectiontableentry2 td {
  background-color: #F4FAFF
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  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;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.5em;
	font-size: 12px;
	color: #202020;
}

table.contentpaneopen div {
  color: #414141;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* Rounded module */
div.module {  
  background: #FFF   url(../images/mw_content_dot.png) 0 0 repeat-x;
  padding: 0;
  margin: 0;    
}

div.module div.b-m {
  background: transparent url(../images/mw_content_dot.png) 0 100% repeat-x;
  margin: 0;
  padding: 0;  
}

div.module div.l-m {
  background: transparent url(../images/mw_content_dot.png) 0 0 repeat-y;
}

div.module div.r-m {
  background: transparent url(../images/mw_content_dot.png) 100% 0 repeat-y;    
}

div.module div.tl-m {
  background: transparent url(../images/mw_content_t_l.png) 0 0 no-repeat;  
}

div.module div.tr-m {
  background: transparent url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

div.module div.bl-m {
  background: transparent url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

div.module div.br-m {
  background: transparent url(../images/mw_content_b_r.png) 100% 100% no-repeat;
  padding: 20px;
}

div.min-165 div.br-m {
  height: 165px;
}

div.min-165 {
  margin-bottom: 20px;
}


/* Rounded Module Tiempo */
div.tiempo {
  margin-top: 10px;
}

div.tiempo div.br-m {
  min-height: 0;
}

div.tiempo div.br-m div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}







/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}


/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
 
/*JCE_Caption*/
.jce_caption {
  font-size: 10px;
  background-color: #EBEBEB;
  border: 1px solid;
  border-color: #AEAEAE;
  margin: 5px;
}

/* Otros estilos */
.clearer {
  clear: both;
}

.lefted {
  float: left;
}

.righted {
  float: right;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.resize img {
  width: 60px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  vertical-align: middle;
}

.sectiontablefooter {
  padding-top: 20px;
  text-align: left;
  
}

.sectiontablefooter span span, .sectiontablefooter a {
  background-color: #FFF;
  border: 1px solid;
  border-color: #EFEFEF;
  margin-right: 2px;
  padding-right: 6px;
  padding-left: 6px;
}

/*Formulario de contacto*/

#component-contact .tl-m {
  background:transparent url(../images/mw_content_t_l.png) no-repeat scroll 0 0;
}

#component-contact .tr-m {
  background:transparent url(../images/mw_content_t_r.png) no-repeat scroll 100% 0;
}

#component-contact .bl-m {
  background:transparent url(../images/mw_content_b_l.png) no-repeat scroll 0 100%;
}

#component-contact .br-m {
  background:transparent url(../images/mw_content_b_r.png) no-repeat scroll 100% 100%;
}

#component-contact .b-m {
  background:transparent url(../images/mw_content_dot.png) repeat-x scroll 0 100%;
}

#component-contact .l-m {
  background:transparent url(../images/mw_content_dot.png) repeat-y scroll 0 0;
}

#component-contact .r-m {
  background:transparent url(../images/mw_content_dot.png) repeat-y scroll 100% 0;
}

#component-contact img {
  float: right;
  border: 1px solid;
  border-color: #EFEFEF;
  padding: 3px;
  margin: 2px;
}

.contact_email .button {
  background:transparent url(../images/button.png) repeat-x scroll 0 0;
  height: 30px;
  font-family:"Century Gothic",Helvetica,Arial;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #ED2E27;
  cursor: pointer;
  border-top: 1px solid;
  border-left: 1px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #848484;
}

.contact_email .button:hover {
  color: #FCBA1F;
  border-top: 2px solid;
  border-left: 2px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #848484;
}

.contact_email input, .contact_email textarea {
  background-color: #EBEBEB;
}

.contact_email input:focus, .contact_email textarea:focus {
  border: 1px solid;
  border-color: #00FF00;
}

html .fb_share_button2 {
  background: url(../images/invitar_amigo.gif);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}

html .fb_share_button3 {
  background: url(../images/tweeter.png);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}
      
html .fb_share_button4 {
  background: url(../images/meneame.gif);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}        

html .fb_share_button5 {
  background: url(../images/google.gif);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}   

html .fb_share_button6 {
  background: url(../images/myspace.gif);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}  

html .fb_share_button7 {
  background: url(../images/msn.gif);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}  

html .fb_share_button8 {
  background: url(../images/yahoo.png);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
}  

html .fb_share_button9 {
  background: url(../images/tuenti.png);
  background-repeat: no-repeat;
  color:#3B5998;
  display:inline-block;
  height:17px;
  padding:1px 1px 1px 20px;
} 
