/*****************************/
/*** Core html setup stuff ***/
/*****************************/

 
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: MS Sans Serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	background-color: #000000;
	color: #ffffff;
	overflow:auto;

}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { 
 border: 0 none; 
 behavior: url(../images/iepngfix.htc);
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0px 0;
	margin-bottom: 1px;
	
}

div.center {
  text-align: center;

  
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	/*background: url(../images/mw_fondo.png) 0 0 no-repeat;*/
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 82%;
 /*1050px*/
}

div#header_l {
	position: relative;
}

div#header_r {

	height: 86px;
	width:100%;
	/*1050px*/
}


/* Banners module */

/* Default skyscraper style */
.bannergroup {
	position:absolute;
	left: 0px;
	top: 0;
	float: left;
	width:744px;

}

.banneritem  {
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
}

/* Text advert style */

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

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: left;
}
/********************/
/*div#encabezado {
	position: absolute;
	left: 0;
	top: 0;
	float: right;
	width: 298px;
	height: 84px;
	background: url(../images/encabezado.png) 0 0 no-repeat;
	margin-left: 350px;
	margin-top: 5px;
}*/

div#logo {
	position:absolute;
	float: right;
	width:239px;
	height: 86px;
 	left:0px;
	top:0px;
	z-index:1;

}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
}

div#tabarea_l {
	/*background: url(../images/mw_header_l_b.png) 0 0 no-repeat;*/
	background: url(../images/mw_header_b.png) 0 0 repeat-x;
  position:relative;
	padding-top:43px;
  width:100%;
}


div#footer_r {
	padding-top: 0px;
	height: 20px;
	overflow: hidden;
}

div#footer_r div {
	text-align: left;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #FFF;
}

div#footerspacer {
	height: 0px;
}

/*#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}*/

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
	background: #000 url(../images/mw_fondo.png) 0 0 no-repeat;
  background-position:center right;
	
}

#whitebox {
	margin: 0 0px 0px 0px;
	background: #000000;
	width: 100%;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	width: auto;
	padding: 0px 0px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: 0px;
  padding: 0;
  width:100%;
}

td.pill_l {
  background: url(../images/spacer.png) no-repeat;
  width:  0px;
  height: 0px;
  /*background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;*/

}

td.pill_m {
 /* background: url(../images/mw_menu_normal_bg.png) repeat-x;*/
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  width:0px;

}


#pillmenu {
  white-space: nowrap;
  height: 24px;
  float: right;
  width:100%;
  /*600px*/
  padding-top:1px;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: MS Sans Serif;
  font-size: 14px;
  font-weight: 500;
  float:right;
  display: block;
  height: 21px;
  line-height: 21px;
  padding: 0 20px;
  /*color: #b1acac;*/
  color:#ffffff;
  text-decoration: none;
  margin-top:2px;
}

#pillmenu a#active_menu {

	height: 21px;
	line-height: 21px;
	color: #ef0803;
  font-weight: bold;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 22%;
	float:right;
	height:475px;
}

#maincolumn,
#maincolumn_full{
  background: url(../images/fondo_home.png) top left no-repeat;
  z-index:1;
	width: 65%;
	float:left;
	height:474px;
	overflow-x:hidden;
	overflow-y:hidden;
	
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	

}

table.nopad {
	padding:0;
	margin:0;
	height:100%;
	width: 100%;
}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

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:"Comic Sans MS";
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading
/*, 
.contentheading_MiHistoria,
.contentheading_MiMagia,
.contentheading_Jaque,
.contentheading_Reconocimientos  */{
	padding: 0;
	font-family: "Comic Sans MS";
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: center;
	color: #fff;
	text-align: left;
	width:95%;
	
	height:25px;
}

.componentheadingHome{
	padding: 0;
	padding-top:20px;
	padding-right:20px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bolder;
	vertical-align: center;
	color: #999999;
	text-align: left;
	width:50%;
	
	height:25px;

}

.contentheadingJaque{
	padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;
	
	height:25px;

}



.contentheadingMiHistoria{
  padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}


.contentheadingMiMagia{
  padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}


.contentheadingReferencias{
  padding: 0;
	padding-top:10px;
  padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}
.contentheadingCurriculum{
  padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}


.contentheadingShowEmpresas{
  padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}
.contentheadingShowPrivado{
  padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}

.contentheadingMultimedia, .componentheadingMultimedia {
 padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}


.contentheadingGarantia5{
  padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: right;
	width:95%;

	height:25px;

}

.contentpaneopenHome{
	padding: 0;
	margin-left:10px;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
	color: #fcfcfc;
	text-align: left;
	
	width:65%;
	overflow:hidden;

}

.contentpaneopenHome span{

	font-size: 12px;
	font-weight: bold;

	color: #3400fd;
}

.contentpaneopenHomeFrase{

 position: absolute;
	overflow: hidden;
  text-align: left;
  width: 30%;
  height: 70px;
  top: 500px;
  left: 400px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
 	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #d7d7d7;
	text-align: left;


}

.contentpaneopenHomeFrase p{
	font-size: 10px;
	font-weight: bold;
	color: #d7d7d7;

}


.contentpaneopenJaque{
	padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;
	
	width:98%;
	overflow:hidden;

}

.contentpaneopenJaqueResaltado{

	font-size: 12px;
  font-weight: normal;
	color: #ffffff;
}



.contentpaneopenJaqueFrase{

	position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;
	
  padding-left:10px;
  padding-top:8px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
}

.contentpaneopenJaqueFrase p{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

}


.contentpaneopenMiHistoria{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:auto;
	
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #202020;
	SCROLLBAR-SHADOW-COLOR: #202020;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #202020;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	
}

.contentpaneopenMiHistoriaResaltado{

	font-size: 12px;
  font-weight: normal;
	color:#ffffff;
}



.contentpaneopenMiHistoria img{
	margin-left:10px;
	margin-right: 10px;
}

.contentpaneopenMiHistoriaFrase{

  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
  font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;


}

.contentpaneopenMiHistoriaFrase p{
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;

}


.contentpaneopenMiMagia{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:hidden;

}

.contentpaneopenMiMagiaResaltado{

	font-size: 12px;
  font-weight: normal;
	color: #ffffff;
}

.contentpaneopenMiMagiaFrase{

  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
 	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;

}

.contentpaneopenMiMagiaFrase p{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

}

.contentpaneopenReferencias{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:hidden;

}

.contentpaneopenReferencias li{

	list-style-image:none;

}

.contentpaneopenReferencias p a{
	color:#3400fd;
	font-size: 12px;
}


.contentpaneopenReferenciasResaltado{

	font-size: 12px;
  font-weight:bold;
	color: #ffffff;
}



.contentpaneopenReferenciasFrase{

  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;


}

.contentpaneopenReferenciasFrase p{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

}

.contentpaneopenCurriculum{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:hidden;

}

/*.contentpaneopenCurriculum li{
	line-height:170%;
	list-style-image:none;

}  */

.contentpaneopenCurriculum p a{
	color:#ffffff;
 font-weight:bold;
	font-size: 12px;
}


.contentpaneopenCurriculumResaltado{

	font-size: 12px;
  font-weight:bold;
	color: #ffffff;
}



.contentpaneopenCurriculumFrase{

  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;


}

.contentpaneopenCurriculumFrase p{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

}




.contentpaneopenShowEmpresas{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
 text-align: left;

	width:98%;
	overflow:hidden;
}

.contentpaneopenShowEmpresasResaltado{

	font-size: 12px;

	color: #cd7f0b;
}

.contentpaneopenShowEmpresasFrase{
  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  /*padding-top:8px;*/
 	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;

}


.contentpaneopenShowEmpresasFrase p{
	font-size: 10px;
	font-weight: bold;
	color:#fffffff;

}

.contentpaneopenShowEmpresasFrase1{
  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 30%;
  height: 60px;
  top: 405px;
  left: 200px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
 	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;

}


.contentpaneopenShowEmpresasFrase1 p{
	font-size: 10px;
	font-weight: bold;
	color:#fffffff;

}
.contentpaneopenShowEmpresasFrase2{
  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 30%;
  height: 60px;
  top: 405px;
  left: 425px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:0px;
 	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;

}


.contentpaneopenShowEmpresasFrase2 p{
	font-size: 10px;
	font-weight: bold;
	color:#fffffff;

}

.contentpaneopenShowPrivado{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:hidden;
}
.contentpaneopenShowPrivadoResaltado{

	font-size: 12px;
  font-weight: normal;
	color: #cd7f0b;
}

.contentpaneopenShowPrivadoFrase{
  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 55%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:4px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;

}


.contentpaneopenShowPrivadoFrase p{
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;

}

.contentpaneopenMultimedia{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:hidden;
}

	
.contentpaneopenMultimediaResaltado{

	font-size: 12px;
  font-weight: normal;
	color: #ffffff;
}

.contentpaneopenMultimediaFrase{
  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;

}


.contentpaneopenMultimediaFrase p{
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;

}


.contentpaneopenGarantia5{
  padding: 0;
	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;

	width:98%;
	overflow:hidden;

}



.contentpaneopenGarantia5Frase{

  position: absolute;
	overflow: hidden;
  text-align: left;
  width: 50%;
  height: 60px;
  top: 405px;
  left: 235px;

	/*border-left:thin solid #ffffff;*/
	background: url("../images/linea_frase.png") no-repeat;

  padding-left:10px;
  padding-top:8px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: left;
	

}

.contentpaneopenGarantia5Frase p{
	font-size: 10px;
	font-weight: bold;
	color: #fffff;

}


.Home{
	background-image: url("../images/fondo_home.png");
  background-repeat:no-repeat;
  background-position:center center;
	position:absolute;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
	overflow: hidden;
	color: #000000;
	
}

.Jaque{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
	position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
	overflow: hidden;
}

.MiMagia{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
  position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
	
}

/*Para dejar el fondo fijo en IE poner este estilo en ieonly.css*/
.MiHistoria{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
	position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
}


.Referencias{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
 /*background-color:black;*/
 	position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
	
}

.Curriculum{
 	background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
 	position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;

}

.Shows{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
	position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
	
	z-index:2;
	color: #000000;
}

.ShowPrivado{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
  position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
}

.ShowEmpresas{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
  position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
}


.Multimedia{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
  position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;
}

.Garantia5{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
  position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
	height:476px;
	width:100%;
  overflow: hidden;

}

.Contacta{
  background: url("../images/fondo_articulo.png") 25% no-repeat;
  /*background-color:black;*/
  position:relative;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -6px;
  height:476px;
	width:100%;
	overflow: hidden;
  text-align:right;

}

.contenidoArticuloHome{

   overflow: hidden;
   position: absolute;
   left: 265px;
   top: 150px;
   width: 70%;
   height: 100px;
   font-family: MS Sans Serif;
	 font-size: 20px;
	 font-weight: lighter;
	 color:#d7d7d7;
}

.contenidoArticulo{
   overflow: hidden;
   position: absolute;
   left: 30%;
   top: 50px;
   width: 70%;
   height: 355px
}

.contenidoArticuloMiHistoria{
   overflow-x: hidden;
   overflow-y: auto;
   position: absolute;
   left: 30%;
   top: 50px;
   width: 70%;
   height: 347px
}

.contenidoArticuloFotos{
   overflow-y: auto;
   overflow-x:hidden;
   position: absolute;
   left: 30%;
   top: 50px;
   width:70%;
   height: 360px
}

.contenidoArticuloGarantia{
   overflow: auto;
   position: absolute;
   left: 30%;
   top: 50px;
   width: 70%;
   height: 357px
}

.contenidoArticuloGarantia span{
	padding: 0;
	font-size: 11px;

	color: #656565;
	text-align: left;
}



.botonesFotos{
  position:absolute;
  top:69%;
  left:80%;
}


/*
div.MiHistoria{
	background: url(../images/fondo_miHistoria.png) no-repeat scroll right top;
	height:465px;
	overflow-y: auto;
}

div.MiMagia{
	background: url(../images/fondo_miHistoria.png) no-repeat scroll right top;
	height:465px;
	overflow-y: auto;
}

div.Reconocimientos{
	background: url(../images/fondo_miHistoria.png) no-repeat scroll right top;
	height:465px;
	overflow-y: auto;
}*/

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

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

.componentheading
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	vertical-align:center;
	width: 100%;
	height:30px;

}

.componentheadingContacta
{
  padding: 0;
	padding-top:10px;
	font-family: MS Sans Serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	width:95%;

	height:25px;
 text-align: right;

}

.componentheadingContacta p
{
	text-align: right;

}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Tahoma, Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/* 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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, 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;
} */



/* 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;*/
}

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

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

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: auto;

}

table.contentpaneopenContacta{
  padding: 0;
	margin-left:180px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: center;
	color: #ffffff;
	text-align: justify;
	overflow:hidden;
  width:70%;
  line-height:normal;
 }

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: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/*Submenu*/

ul.menu {
  font-family: MS Sans Serif;
  font-size: 14px;
  font-weight: 500;
  float:left;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 0px;
  width:22%;
/*  color: #656565;*/
  margin-top:2px;
  text-align:right;
  list-style-type:none;
  margin-left:0px;
  
}

ul.menu a{
 color: #ffffff;
}
ul.menu li#current a {

 	color: #ef0803;
  font-weight: bold;
}



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

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

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

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 14px;
	
	font-color: #fff;
	background-image:url(../images/mw_letmenu.png) no-repeat;

}

div.module_menu div div div {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;

}
div.module_menu div div div div {

	padding: 0;
}

div.module_menu ul {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 10px 0;
	padding-left: 0px;
	list-style-type:none;
	line-height:0px;
	font-weight:bold;
}

/*div#module_menu ul.li.current {
	line-height:20px;
}*/

div.module_menu ul ul {
	line-height:20px;
	padding-left: 50px;
	font-weight:bold;
}

div.module_menu ul a {
	color:#FFFFFF;
	font-weight: light;
	font-weight:bold;
}

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


#leftcolumn{
	background: url(../images/mw_letmenu.png) no-repeat;
}

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

}

#leftcolumn div.module table {
	width: auto;

}

/* 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; }

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

div.caption       { padding: 0 0px 0 0px; }
div.caption img   { border: 0px 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 : Comic Sans MS, 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;
}


/* 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; font-size: 10px;}

#system-message dd.message ul { background: #000000 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #ffffff; background: #000000 url(../../system/images/notice-alert.png) 4px center no-repeat; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #ffffff; background: #000000 url(../../system/images/notice-note.png) 4px center no-repeat; }

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

#power_by{
    font-family: MS Sans Serif;
  font-size: 14px;
  font-weight: 500;
	float:right;
	padding-right: 10px;
	color:#999999;
	/*color:#990000;*/
	/*vertical-align:center;*/
}

/* Component Specific Fixes */


#component-contact{

	margin-left:13px;
	font-family: MS Sans Serif;
	font-size: 12px;
	font-weight: normal;

	color: #ffffff;
	text-align: justify;

	overflow:hidden;
	width:100%;
	padding: 2px 0;

}
#component-contact table td {
	padding-bottom: 2px;
	padding-left: 5px;
}


.inputbox{
	background-color:#000000;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 2px solid #202020;
	font-family: MS Sans Serif;
	font-weight: 400;
	font-size:14px;
	color: #ABAFB8;
  width:100%;
  line-height:normal;
}

.inputarea{
	background-color: #000000;
	width: 100%;
	height: 120px;
	font-weight: 400;
	font-size:14px;
	border-top: 2px solid #202020;
	border-right: 2px solid #202020;
	border-left: 2px solid #202020;
	border-bottom: 2px solid #202020;
	color: #ABAFB8;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #202020;
	SCROLLBAR-SHADOW-COLOR: #202020;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #202020;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

.button{
	float:right;
	text-align:center;
	color: #595959;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

.form-validate{
	border: 0px solid #202020;
	padding-right:0px;
	padding-left:10px;
	width:90%;
}


