/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  display:inline;
}

body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: table;
	background: #d3d3d3;
}

bg_header {
	height:408px;
	width:100%;
	background-image: url('../images/bg_h.');
}


body, td{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #101415;
	line-height: 1.3em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; margin:0px; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
.mod_buscar {
	width:205px;
	height:31px;
	background: url('../images/mod_busca.jpg');
	position:absolute;
}

#page_bg {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

div#top_menu{
	height:43px;
	margin:0px auto;
	width: 100%;
}

#topnav{ height: 43px; width:100%; margin: 0px; padding:0px; font-weight: bold; }
#topnav ul { margin: 0px 0px 0px 11px; padding: 0; width: auto; float: left; list-style-type:none; }
#topnav ul li{ margin: 0; padding: 0; height: 43px; float: left; position: relative; background: url(../images/divider.jpg) bottom left no-repeat; }
#topnav ul li a{ color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 14px 12px 0px 12px; height:30px; display: block; float: left; }
#topnav ul li a:hover{ background-color: #444444; text-decoration: none; font-weight: bold; color: #fff; }
#topnav ul li ul ul { margin: -43px 0 0 297px; z-index: 100; }
#topnav ul li li { width:auto; height: 35px; }
#topnav ul li li a { color: #000000; text-transform: none; display: block; background: none; width: 277px; border-top: 1px solid #DDDDDD; border-left: 0px; padding: 9px 10px 6px 10px; height:20px; }
#topnav ul li li a:hover{ background: none; background-color: #333333; left: 0; width: 277px; padding: 9px 10px 6px 10px; height:20px; border-top: 1px solid #DDDDDD; }
#topnav ul li ul { left: -999em; top: 43px; left: 0; display: block; height: 36px; width: 277px; position: absolute; z-index: 99; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#topnav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#topnav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }

div#main_bg{
	margin:0px auto;
	width: 979px;
	text-align:left;
}

div.banner1{ 
	background: #d3d3d3 url(../images/banner1.jpg) top center no-repeat;
}

div#h_area{
	margin:0px auto;
	width: 964px;
	height:338px;
	text-align:left;
	padding-left:14px;
	padding-top:10px;
}


.logo{
	display: block;
	float:left;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	width:650px;
}
a.logo,a.logo:link,a.logo:hover, a.logo:visited{
	font-size:37px;
	line-height: 58px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-family: Impact;
	text-transform:uppercase;
	text-shadow: #000 1px 1px 1px;
}

div#user4{
	float:right;
	text-align:left;
	margin-right: 20px;
	margin-top:205px;
}

div#user4 div.search{
	width:220px;
	height:46px;
	text-align:left;
	padding-top: 5px;
}
div#user4 div.search .inputbox {
	background:#FFFFFF;
	width: 145px;
	height: 16px;
	margin-left: 70px;
	font-size: 11px;
	color: #454545;
	padding:5px 2px 2px 2px;
	border: 1px solid #D3D3D3;
}

div#main_top table.contentpaneopen{
	padding:0px;
	margin-top:70px;
	margin-left:0px;
	width:410px;
	height:134px;
	overflow: auto;
	text-align:left;
	color:#FFFFFF;
	float:left;
}
div#main_top table.contentpaneopen td{
	color:#FFFFFF;
}

.search {
	text-align:left;
	width: 156px;
	height:43px;
}
.search .inputbox {
	background:#FFFFFF;
	width: 156px;
	height: 17px;
	font-size: 11px;
	color: #454545;
	margin:9px 0px 0px 20px;
	border: 1px solid #D3D3D3;
}


#leftcolumn{
	margin-left:9px;
	padding:0px;
	width:205px;
	float:left;
	color:#000000;
}
#rightcolumn{
	margin-right:9px;
	padding:0px;
	width:205px;
	float:right;
	color:#000000;
}

#maincolumn{
	width:530px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}
#maincolumn_middle{
	width: 740px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}
#maincolumn_big{
	width: 967px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}

div.path{
	margin:10px 0 0 0px;
	padding: 5px;
	padding-left:30px;
	background:url(../images/breadcrumbs_bg.png) top left no-repeat;
}

div.nopad {
	float:left;
	padding:0 0px 15px 0px;
}

div.nopad ul {
	clear: both;
}
.article_separator {
	height:35px;
	line-height:35px;
}
form#form-login fieldset { 
	border: none;
	margin: 0;
	margin-left:10px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0px;
	font-size: 10px;
	color: #858585;
}

#leftcolumn div.module_menu, #leftcolumn div.module{
	margin: 10px 0px 0px 0px;
	padding:0px;
	width: 205px;
	color:#FFFFFF;
}
.article_column {
	padding-right:10px;
}
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 205px;
}
div.bannergroup_text {
	margin:0px 13px 15px 13px;
}
.bannerheader {
	font-weight:bold;
	margin-bottom:10px;
}
.banneritem_text {
	margin-bottom:10px;
}
.bannerfooter_text {
	margin-bottom:10px;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	background: url(../images/rub_bottom.png) center bottom no-repeat;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div{
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
	width: 205px;
	height:auto;
}

#leftcolumn div.module_menu div div div div, #leftcolumn div.module div div div div{
	background: none;
	padding:4px 8px;
}
#leftcolumn h3,
#rightcolumn h3{
	text-align: left;
	padding-left:15px;
	height: 42px;
	width: 190px;
	line-height: 40px;
	color:#FFFFFF;
	font-size:16px;
	margin:0px;
	font-weight:bold;
}
table.poll thead td {
	text-align: left;
	padding-left:10px;
	color:#000000;
}
table.poll td {
	text-align: left;
}
#leftcolumn ul.menu li ul{
	list-style: none;
}
.pollstableborder {
	margin: 5px 0px 10px 0px;
}
label {
	color:#000000;
}
.poll td div{
	display:inline;
}

/* forms */

#leftcolumn .moduletable ul,
#rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li,
#rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}
.moduletable ul {
	padding:5px 10px 5px 12px;
	margin:0px;
}

.moduletable ul li {
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
#leftcolumn ul.menu li#current ul li,
#rightcolumn ul.menu li#current ul li {
	margin: 0px;
	padding: 0px;
}
ul.menu {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.menu li{
	padding:0px 10px 5px 15px;
	margin:0px;
}

ul.menu li ul {
	padding:0px 0px 5px 0px;
	margin:0px;
}
ul.menu li ul li{
	padding:0px 0px 0px 15px;
	border:none;
}
ul.menu li#current ul li a{
	margin-left:15px;
	text-decoration:none;
}
ul.mostread {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.mostread li{
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
ul.latestnews {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.latestnews li{
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
div.componentheading{
	font-size:16px;
	font-size:19px;
	margin:7px auto;
}
td.contentheading{
	font-weight:normal;
	vertical-align:top;
	font-size:19px;
	height:30px;
	color:#FFFFFF;
	background: url(../images/contentheading_ico.png) left top no-repeat;
}
table.contentpaneopen td.contentheading{
	padding-left:34px;
}
table.contentpaneopen{
	border-collapse: collapse;
	margin-left:5px;
}
td.buttonheading{
	padding:0px 2px 0px 2px;
}
table.contentpaneopen td{
	padding:0px;
}
.contentpaneopen p{
	line-height:22px;
}
span.small, td.createdate, td.modifydate{
	font-size:11px;
	color:#999999;
}
span.pagination span, span.pagination a{
	padding:5px;
}



div#f_area{
	background: #000000 url(../images/f_area_bg.png) bottom center no-repeat;
	margin:0px auto;
	width: 978px;
	text-align:left;
	margin-bottom:3px;
}
#f_area div.moduletable, #f_area div.moduletable_menu{
	float: left;
	margin:10px 4px 10px 6px;
	width: 234px;
}
#f_area h3{
	text-align: center;
	vertical-align:bottom;
	height: 30px;
	width: 234px;
	color:#FFFFFF;
	font-size:19px;	
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:normal;
	margin:0px;
	padding-top:14px;
}

/* 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;}

/* 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;}

#syndicate{
	float:left;
	padding-left: 25px;
}

/* De aquí ásia abajo es lo de la portada  */

.traductor {
	position: absolute;
	right:5px;
	top:0px;
}

.iso {
	position:absolute;
	right:85px;
	top:150px;
}

#b_iso { display: block; float:left; margin-left:4px; width: 120px; height: 167px; background: url('../images/b_iso.gif') no-repeat 0 0; } 
#b_iso:hover { background-position: 0 -167px; } 
#b_iso span { display:inline; }

.gv {
	height:345px;
	width:100%;
	background-image: url('../images/bg_page2.png');
	padding-top:20px;
}

#b_gv { display: block; width: 651px; height: 274px; background: url('../images/b_gv.png') no-repeat 0 0; } 
#b_gv:hover { background-position: 0 -274px; } 
#b_gv span { display:inline; }

.slogan {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	text-shadow:2px 2px 2px #000000;
	color:#FFFFFF;
	margin-top:12px;
	margin-bottom:35px;
}


.productos {
	height:210px;
	width:950px;
	position:absolute;
	left: 165px;
	top: 405px;
	background-image: url('../images/productos.jpg');
}

.t_produc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	position:absolute;
	margin-left:10px;
	margin-top:7px;
}

.rs {
	position:fixed;
	text-align:center;
	bottom:0px;
	right:0px;
	height:120px;
	width:41px;
	background-image: url('../images/rs.png');
	padding-left:4px;
	padding-top:2px;
	margin-right:2px;
	margin-bottom:5px;
}

.arbol {
	position:fixed;
	bottom:0px;
	left:0px;
	height:215px;
	width:165px;
}

#b_fb {display: block; width: 37px; height: 37px; background: url('../images/b_f.gif') no-repeat 0 0; } 
#b_fb:hover { background-position: 0 -37px; } 
#b_fb span { display:inline; }

#b_in { margin-top:2px; display: block; width: 37px; height: 37px; background: url('../images/b_in.gif') no-repeat 0 0; } 
#b_in:hover { background-position: 0 -37px; } 
#b_in span { display:inline; }

#b_tw { margin-top:2px; display: block; width: 37px; height: 37px; background: url('../images/b_tw.gif') no-repeat 0 0; } 
#b_tw:hover { background-position: 0 -37px; } 
#b_tw span { display:inline; }

.responsabilidad {
	position: absolute;
	Left:0px;
	top:135px;
}

#b_esr { display: block; float:left; margin-top:25px; margin-left:165px; width: 135px; height: 152px; background: url('../images/b_esr.png') no-repeat 0 0; }
#b_esr:hover { background-position: 0 -152px; } 
#b_esr span { display:inline; }

.premio {
	position: absolute;
	left:0px;
	top:0px;
}

.p_txt {
	position:absolute;
	width:90px;
	height: 240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top:100px;
	margin-left:65px;
}

#b_premio { display: block; width:130px; height:195px; background: url('../images/b_premio.png') no-repeat 0 0; } 
#b_premio:hover { background-position: 0 -195px; } 
#b_premio span { display:inline; }

/* Logos de empresas que conforman Grupo vanguardia */

.empresa1 {
	position:absolute;
	left:80px;
}

.empresa2 {
	position:absolute;
	left:605px;
}

.empresa3 {
	position:absolute;
	left:265px;
	top:100px;
}

.empresa4 {
	position:absolute;
	left:100px;
	top:180px;
}

.empresa5 {
	position:absolute;
	left:530px;
	top:180px;
}


.lbox_titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	float:left;
}

.lbox_salir {
	float:right;
}

.tex_blanco { /* Usado en los botones de la barra de menú.*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	padding-top:2px;
	text-decoration:none !important;
}

#b_salir { display: block; width: 74px; height: 18px; background: url('../images/b_salir.gif') no-repeat 0 0; } 
#b_salir:hover { font-weight:bold; background-position: 0 -20px; } 
#b_salir span { display:inline; }

#b_af { display: block; width: 145px; height: 113px; background: url('../images/b_af.gif') no-repeat 0 0; } 
#b_af:hover { background-position: 0 -113px; } 
#b_af span { display:inline; }

#b_eti { display: block; width: 145px; height: 113px; background: url('../images/b_eti.gif') no-repeat 0 0; } 
#b_eti:hover { background-position: 0 -113px; } 
#b_eti span { display:inline; }

#b_plast { display: block; width: 305px; height: 90px; background: url('../images/b_plast.gif') no-repeat 0 0; } 
#b_plast:hover { background-position: 0 -90px; } 
#b_plast span { display:inline; }

#b_van { display: block; width: 305px; height: 90px; background: url('../images/b_van.gif') no-repeat 0 0; } 
#b_van:hover { background-position: 0 -90px; } 
#b_van span { display:inline; }

#b_eco { display: block; width: 305px; height: 90px; background: url('../images/b_eco.gif') no-repeat 0 0; } 
#b_eco:hover { background-position: 0 -90px; } 
#b_eco span { display:inline; }


/* Lightbox de las empresas de Grupo vanguardia */

.black_overlay {
  display: none;
  position: absolute;
  top: 0%; left: 0%;
  width: 100%; height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

.white_content {
  display: none;
  position: absolute;
  top: 25%; left: 15%;
  width: 70%; height: 40%;
  padding: 16px;
  border: 2px solid orange;
  background-color: #eeeeee;
  z-index:1002;
  overflow: auto;
}

/* Simulador de titulos en botones de empresas */

.title { position: relative;
z-index: 0;
}
.title:hover { background-color: transparent;
z-index: 1;
}
.title span {
	width:285px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	text-decoration:none;
	line-height:18px;
	color: #FFFFFF;
	padding: 5px;
	position: absolute;
	background-color: #000000;
	border: 1px solid #f60;
	visibility: hidden;
}
.title:hover span { visibility: visible;
top: 15px;
left: -70px;
}

/* Simulador de titulo para el premio  */

.title1 { position: relative;
z-index: 0;
}
.title1:hover { background-color: transparent;
z-index: 1;
}
.title1 span {
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	text-decoration:none;
	line-height:18px;
	color: #FFFFFF;
	padding: 5px;
	position: absolute;
	background-color: #000000;
	border: 1px solid #f60;
	visibility: hidden;
}
.title1:hover span { visibility: visible;
top: 35px;
left: 10px;
}

/* Simulador de titulos en botones de redes sociales */

.title2 { position: relative;
z-index: 0;
}
.title2:hover { background-color: transparent;
z-index: 1;
}
.title2 span {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	text-decoration:none;
	line-height:18px;
	color: #FFFFFF;
	padding: 3px;
	position: absolute;
	background-color: #8b8b8b;
	border: 1px solid #FFFFFF;
	visibility: hidden;
}
.title2:hover span { visibility: visible;
top: -15px;
left: -40px;
}