body {
	color: #3F5252;
	padding: 0;
	margin: 0;
	background: #fff url(images/skin/bg_sitio.png) no-repeat center top;
	font: normal 11px/12px Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

a {
	color: #FF9900;
	border-style: hidden;
	font-weight: normal;
	font-style: normal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #46a1fb;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-style: hidden;
}

a:active {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 10px 15px;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 3px;
}

.flotar_izq_home {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

.flotar_izq {
	padding: 0;
	float: left;
	margin: 5px 25px 10px 15px;
}

.flotar_izq_no_margen {
	padding: 0;
	float: left;
	margin: 5px 15px 10px 0;
}

.flotar_der {
	padding: 0;
	float: right;
	margin: 5px 0 10px 15px;
}

.destacado {
	padding: 0;
	margin: 0;
	color: #003F7F;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 0;
}

.destacado2 {
	padding: 0;
	margin: 0;
	color: #ED7527;
	font-size: 11px;
	text-indent: 0;
}

.destacado_form {
	padding: 4px;
	margin: 0;
	color: #003F7F;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0;
	text-align: right;
}

.notas {
	color: #999;
}

.relleno_tabla {
	margin: 0;
	padding: 15px 7px;
}

.relleno_tabla_form {
	margin: 0;
	padding: 4px;
	text-align: left;
}

.relleno_tabla_boletines_destacado {
	margin: 0;
	padding: 25px;
	background-color: #fff8d4;
}

.relleno_tabla_boletines_blanca {
	margin: 0;
	padding: 25px;
	background-color: #fff;
}

.relleno_tabla_boletines_gris {
	margin: 0;
	padding: 25px;
	background-color: #f4f4f4;
}

.relleno_tabla_boletines_respaldo_soporte {
	margin: 0;
	padding: 0 12px 25px;
	background-color: #fff;
}

#contenedor {
	height: 100%;
	width: 980px;
	margin: auto;
}

#google_search {
	margin: 0;
	padding: 0;
	width: auto;
	height: 41px;
	float: right;
}

#google_search_pagina_no_encontrada {
	margin: 27px 0 0;
	padding: 0;
	width: 278px;
	height: 41px;
}

.form_google_search {
	margin: 0;
	padding: 0;
}

.campo_txt_google_search {
	margin: 10px 0 0;
	padding: 0;
	font-size: 11px;
	width: 95px;
	height: 15px;
	vertical-align: top;
	float: right;
	color: #929292;
	border: 1px solid #fffeff;
}

.btn_txt_google_search {
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 36px;
	height: 37px;
	border-style: none;
	background: url(images/skin/btn_search.png) no-repeat center center;
	float: right;
}

/* @group pagina_no_encontrada */

#contenedor_pagina_no_encontrada {
	width: 920px;
	padding: 0;
	margin: 25px 30px;
	clear: both;
	background: url(images/skin/bg_pagina_no_encontrada.png) no-repeat scroll center top;
	height: 339px;
}

#pagina_no_encontrada {
	width: 305px;
	padding: 130px 0 0;
	margin-right: 0;
	margin-left: 205px;
	margin-bottom: 0;
	color: #fffeff;
}



/* @end */

/* @group menu_bar */

#btn_home {
	width: 36px;
	height: 37px;
	margin: 0;
	float: left;
	text-align: left;
	padding: 0;
	position: relative;
	display: inline;
}

#menu_bar {
	width: 944px;
	height: 41px;
	margin: 0 0 12px;
	padding: 0 18px;
	text-align: left;
	color: #fff;
	vertical-align: 12px;
	clear: both;
	background: url(images/skin/bg_menubar.png) no-repeat;
}

/* @group dropdown */

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 width: 900px;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}



/* @end */

/* @group default */

/** 
 * NVIDIA CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	font-style: normal;
	font-size: 12px;
}

	ul.dropdown li {
	 padding: 7px 0;
	 color: #fff;
	 line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff;
	font-size: 11px;
	font-weight: bold;
}
	ul.dropdown a:hover { color: #CCCC33; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width: 170px;
	 color: #fff;
	 font-size: 11px;
	 text-transform: none;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;
	background-color: #333;
}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff;
	font-weight: normal;
	font-style: normal;
}
		ul.dropdown ul a:hover { color: #fff; text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
		ul.dropdown ul a:active { color: #fff;
	font-weight: normal;
	font-style: normal;
}


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) menubar con dropmenu */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
	padding-top: 13px;
	padding-bottom: 10px;
}

/* ----- END LEVEL */


/* Components override */



/* @end */

/* @group advanced */

/** 
 * NVIDIA Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

/* menubar sin dropmenu */


ul.dropdown li a {
 display: block;
 padding: 13px 10px 7px;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 10px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {

	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	 width: 151px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color: #797979;
	}

	ul.dropdown a.open {
	 background-color: #2e2e2e;
	 color: #CCCC33;
	}

	ul.dropdown ul a.open {
	 background-color: #797979;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #2e2e2e;
	 color: #CCCC33;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #797979;
	 color: #fff;
	}



/* @end */



/* @end */

/* @group formulario_contacto */

#contenedor_formulario {
	width: 920px;
	padding: 0;
	margin: 25px 30px;
	clear: both;
	background: url(images/skin/bg_formulario.png) no-repeat scroll center top;
}

.largo_combo {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: auto;
}

#formulario {
	width: 534px;
	padding: 55px 0 0;
	margin-right: 0;
	margin-left: 342px;
	margin-bottom: 0;
}

#contenedor_formulario p {
	margin: 0;
	text-indent: 15px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.panel_destacado_formulario {
	width: 454px;
	height: 95px;
	margin: 0;
	padding: 0;
	background: url(images/skin/bg_destacado_formulario.png) no-repeat center center;
}



/* @end */

/* @group lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 900;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}



/* @end */

/* @group banner_publicitario_home */

#banner_publicitario_home {
	width: 980px;
	height: 75px;
	margin: 0 0 15px;
	text-align: left;
	color: #fff;
	vertical-align: 12px;
	clear: both;
	background: url(images/skin/banner_publicitario_home.png) no-repeat center center;
	padding: 0;
}

#banner_publicitario_home_btn {
	width: 915px;
	height: 75px;
	margin: 0 0 0 32px;
	float: left;
	text-align: left;
	padding: 0;
	position: relative;
	display: inline;
}

#banner_publicitario_home a {
	width: 915px;
	height: 75px;
	display: block;
	margin: 0;
	padding: 0;
}

#banner_publicitario_home a span {
	width: 0;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group header */

#header {
	width: 980px;
	height: 102px;
	margin: 0;
	padding: 0;
	clear: both;
}

#logotipo {
	width: 184px;
	height: 42px;
	margin: 37px 0 0 21px;
	float: left;
	background: url(images/skin/logotipo_transtecnia.png) no-repeat center center;
	text-align: left;
	padding: 0;
	position: relative;
	display: inline;
}

#logotipo a {
	width: 184px;
	height: 42px;
	display: block;
	margin: 0;
	padding: 0;
}

#logotipo a span {
	width: 0;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group conceptos_publicitario */

#concepto_publicitario_principal {
	width: 650px;
	height: 350px;
	margin: 0 0 6px;
	padding: 0;
	float: left;
	display: block;
}

#concepto_publicitario_secundarios {
	width: 330px;
	height: 350px;
	margin: 0 0 6px;
	padding: 0;
	float: right;
	display: block;
	position: relative;
	top: 6px;
}

#concepto_publicitario_secundarios a {
	width: 330px;
	height: 204px;
	display: block;
	margin: 0;
	padding: 0;
}

#concepto_publicitario_secundarios a span {
	width: 0;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group conceptos_publicitarios_desplegables */

.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
		width: 330px;
	height: 86px;
	margin-bottom: 3px;
	margin: 0;
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#kwick1 {
	background: #fff url(images/skin/conceptos_publicitarios/mini1.png) no-repeat center top;
	margin: 0;
	padding: 0;
}  
#kwick2 {
	background: #fff url(images/skin/conceptos_publicitarios/mini2.png) no-repeat center top;
	margin: 0;
	padding: 0;
}  
#kwick3 {
	background: #fff url(images/skin/conceptos_publicitarios/mini3.png) no-repeat center top;
	margin: 0;
	padding: 0;
}  
#kwick4 {  
	background: #fff url(images/skin/conceptos_publicitarios/mini4.png) no-repeat center top;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #B0B0B0;
}  



/* @end */

/* @group ticker_noticias */

#ticker_noticias {
	width: 980px;
	height: 28px;
	margin: 0 0 20px;
	text-align: left;
	color: #fff;
	vertical-align: 12px;
	clear: both;
	background: url(images/skin/bg_ticker_noticias.png) no-repeat center center;
	padding: 0;
}

#ticker_noticias ul {
	margin: 0;
	padding: 0;
}

#ticker_noticias li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#front_news {
	margin: 0;
	padding: 0;
	position: relative;
	left: 215px;
	top: 9px;
	width: 750px;
}

#front_news a {
	color: #333333;
	font-weight: bold;
}

#front_news a:hover {
	color: #FF9900;
	font-weight: bold;
}



/* @end */

/* @group calugas_noticias */

#calugas_noticias {
	width: 940px;
	height: 143px;
	margin: 0 0 20px 32px;
	color: #333333;
	clear: both;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	line-height: 11px;
	padding: 0;
}

#caluga_noticias {
	width: 262px;
	height: 113px;
	display: inline-block;
	background: url(images/skin/bg_caluga_noticias.png) no-repeat center center;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 20px;
	padding: 15px;
}

#calugas_noticias p {
	padding: 10px 0;
	margin: 0;
}



/* @end */

/* @group contenido_home */

#contenido_home {
	width: 920px;
	padding: 0;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-right: 30px;
}

#contenido_home h1 {
	margin: 0 0 7px;
	padding: 0;
	text-indent: 0;
}

#contenido_home p {
	margin: 0 0 21px;
	padding: 0;
	text-indent: 15px;
}



/* @end */

/* @group contenido_interior */

#contenido_interior {
	width: 920px;
	padding: 0;
	margin: 40px 30px 25px;
}

#contenido_interior h1 {
	margin: 0 0 15px;
	padding: 0 0 7px;
	text-indent: 0;
	border-bottom: 1px dotted #b5c4c9;
}

#contenido_interior h2 {
	padding: 0;
	margin: 25px 0 0;
	color: #0088CC;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;

}

#contenido_interior p {
	margin: 0;
	padding: 10px 0;
	text-indent: 15px;
}

#contenido_interior ul {
	margin: 0 0 0 25px;
	padding: 10px 15px;
	color: #999;
}



/* @end */

/* @group ficha_productos_relatores */

#ficha_productos {
	width: 920px;
	padding: 0;
	margin: 25px 30px;
	clear: both;
}

#menubar_fichas {
	background: url(images/skin/bg_menubar_fichas.png) repeat-x center top;
}

#ficha_productos h1 {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#ficha_productos h2 {
	padding: 0;
	margin: 21px 0 7px;
	color: #ED7527;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#ficha_productos h3 {
	padding: 0;
	margin: 5px 0 3px;
	color: #003f83;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#ficha_productos h4 {
	padding: 0;
	margin: 3px 0 4px;
	color: #99b41d;
	font-size: 11px;
	font-weight: bold;
}

#contenido_fichas {
	border: 1px solid #CCCCCC;
}

#contenido_fichas ul {
	margin: 0 0 0 25px;
	padding: 10px 15px;
	color: #999;
}

#txt_fichas {
	margin: 11px 30px 5px;
}

#ficha_relatores {
	width: 920px;
	padding: 0;
	margin: 25px 30px;
	clear: both;
}

#txt_fichas_relatores {
	margin: 11px 30px 5px;
}

#ficha_relatores p {
	padding: 0 0 21px;
	text-indent: 10px;
	border-bottom: 1px dotted #71878F;
	margin: 0 0 21px;
}

#ficha_productos p {
	padding: 0;
	text-indent: 15px;
	margin-bottom: 13px;
}

#descripcion_productos_colapsable {
	margin: 0 30px 30px;
}

#txt_descripcion_productos_colapsable {
	background: #fff url(images/skin/bg_txt_descripcion_productos_colapsable.png) repeat-x center bottom;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #8c8f8d;
	padding: 15px;
	line-height: 12px;
	border: 1px solid #CCCCCC;
	margin: 0;
}

#txt_descripcion_productos_colapsable p {
	padding: 0;
	margin: 0 0 10px;
}

/* @group descripcion_productos_colapsable */

@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background: #F98B1D url(images/skin/bg_header_descripcion_productos.png) repeat-x center top;
	height: 15px;
	margin: 0;
	padding: 4px 0 0 25px;
	clear: both;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-style: none;
	color: #fff;
	font-weight: bold;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	border-style: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	height: 15px;
	margin: 0;
	padding: 4px 0 0 25px;
	background: #b3b3b3 repeat-x center top;
	clear: both;
	border-style: none;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
	border-style: none;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background: #3399FF url(images/skin/bg_header_descripcion_productos_over.png) repeat-x center top;
	height: 15px;
	margin: 0;
	padding: 4px 0 0 25px;
	clear: both;
	border-style: none;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background: #3399FF url(images/skin/bg_header_descripcion_productos_over.png) repeat-x center top;
	height: 15px;
	margin: 0;
	padding: 4px 0 0 25px;
	clear: both;
	border-style: none;
}



/* @end */



/* @end */

/* @group sitemap */

#sitemap_footer {
	width: 980px;
	padding: 0;
	color: #71878F;
	margin: 0 0 21px;
	font-size: 10px;
	border-top: 1px dotted #71878F;
	text-align: left;
	clear: both;
}

#sitemap_footer a {
	color: #71878F;
}

#sitemap_footer a:hover {
	color: #ff8100;
}

#sitemap_footer_cell {
	width: 920px;
	padding: 5px 30px;
	color: #71878F;
	text-indent: 0;
	margin: 0;
	font-size: 10px;
	border-bottom: 1px dotted #71878F;
	clear: both;
}



/* @end */

/* @group alianzas_estrategicas */

#alianzas_estrategicas {
	width: 920px;
	background-color: #fff;
	margin: 0 30px 5px;
	padding: 0;
	color: #596b71;
	font-size: 10px;
	text-align: center;
}

#alianzas_estrategicas h3 {
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

#alianzas_estrategicas img {
	margin: 0 35px;
	padding: 0;
}



/* @end */

/* @group informacion_transtecnia_footer */

#informacion_transtecnia_footer {
	width: 980px;
	height: 37px;
	margin: 0;
	padding: 0;
	background: url(images/skin/bg_informacion_footer.png) no-repeat center top;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.informacion_transtecnia {
	margin: 0;
	padding: 0;
	position: relative;
	top: 14px;
	display: block;
}



/* @end */
