html, body {
	height:100%;
}
.banner-container{
	width:100%;
}
.texto-banner{
	float:right;
	width:250px;
}
#texto-fc{
	width:235px;
}
#texto-fc a{
	font-weight:bold;
	color:#D22626;
}
#texto-elecmec, #texto-mec{
	float:left;
	width:235px;
	text-align:right;
}
.texto-banner h1{
	font-size:20px;
	line-height:24px;
	color:#000;
	padding-bottom:10px;
}
#bas-elecmec img, #bas-mec img{
	float:right;
}
.texto-banner p{
	font-size:12px;
	line-height:22px;
}

.mid-container{
	width:100%;
	height:100%;
}
.left-pane, .right-pane{
	float:left;
}
.left-pane{
	width:445px;
}
.right-pane{
	width:327px;
	height:100%;
	padding-left:7px;
}
.right-pane  ul{
	list-style:none;
	list-style-image:none;
	width:100%px;
	text-align:center;
}
.left-container, .right-container{
	float:left;
	width:222px;
	padding-bottom:15px;
}
.right-container-top{
	padding-bottom:15px;
}
.left-container a{
	color:#036FAB;
}
.left-container p{
	line-height:15px;
	font-size:11px;
	color:#4F6B7B;
	width:95%;
}
h6{
	background-image:url(../images/nav-bg6.PNG);
	background-position: top left;
	background-repeat:repeat-x;
}
.left-pane h6, .right-pane h6{
	color:#fff;
	padding:5px 0 5px 5px;
	font-size:12px;
}
.left-container h6{
	padding-bottom:10px;
	width:95%;
}

.left-container h2 a{
	font-weight:bold;
}
.left-container h2 a:hover{
	text-decoration:underline;
}
.left-container h2 a:visited{
	color:#036FAB;
}
.right-container-top ul, .right-container-bottom ul{
	background-color:#E4E4E4;
	padding:5px 0 5px 5px;
	list-style:none;
	list-style-position: outside; 
	list-style-image:none;
}
.right-container-top li a, .right-container-bottom li a{
	color:#036FAB;
}
.right-container-top li a:visited, .right-container-bottom li a:visited{
	color:#036FAB;
}
.right-container-top li a:hover, .right-container-bottom li a:hover{
text-decoration:underline;
}
.right-container-top li, .right-container-bottom li{
	color:#036FAB;
	font-size:11px;
	padding:5px 0 5px 5px;
}
.right-container-top, .right-container-bottom{
	min-height:120px;
}

/* my jcarousel */

.jcarousel-skin-tango{
	padding-top:2px;
}

.jcarousel-skin-tango li{
	width:780px;
	height:189px;
}

.jcarouselItem{
	width:100%;
}

/*test jcarousel*/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #fff;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 700px;
    padding: 20px 40px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  700px; /*245*/
    height: 189px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 700px; /*75*/
    height: 189px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 95px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 95px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/* TabbedPanels */

/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0px;
	padding: 0;
	padding-bottom:15px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	height: 25px;
	width: 85px;
	padding: 3px 10px;
	margin: 0px 3px 0px 0px;
	background-image:url(../images/menubg4.PNG);
	background-repeat:repeat-x;
	list-style: none;
	border: solid 1px #CED9E2;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor:pointer;
	font-size:11px;
	color:#0056B7;
	text-align:center;
}
.TabbedPanelsTabHover {
	background-color:#FFFFFF;
	background-image:url(../images/menubg5.PNG);
	background-repeat:repeat-x;
	color:#2378D5;
}
.TabbedPanelsTabSelected {
	border-bottom: 1px solid #FFFFFF;
	background-image:none;
	color:#0056B7;
	font-weight:bold;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #CED9E2;
}
.TabbedPanelsContentGroup, .TabbedPanelContent p{
	background-color:#FFFFFF;
	color:#434343;
}
.TabbedPanelsContent {
	margin:0;
	padding: 22px 20px 5px 22px;
	line-height:20px;
}
.TabbedPanelsContent img {
	border:4px solid #e4e4e4;
}
.TabbedPanelsContent p{
	padding:5px 0 5px 3px;
	margin:10px 0px !important;
	font-size:12px !important;
	letter-spacing: 0px;
}
/* </Contenido TabbedPanels> */
.TP-inside-content{
	float:left;
	color:#4F6B7B;
}
.TP-inside-content h4{
	font-weight:bold;
	color:#036FAB;
}
.TP-inside-content a{
	font-weight:bold;
	color:#D22626;
}
.TP-inside-content ul{
	list-style:none;
	list-style-image:none;
}
.TP-inside-content li{
	margin-left:15px;
	font-size:11px;
}
#TP-image{
	text-align:center;
	padding-right:15px;
	font-size:11px;
	line-height:15px;
}
table{
	font-size:11px;
	margin-left:25px;
}
table td{
	height:9px;
}
.right-pane h4{
	padding:5px 0 5px 5px;
	margin-bottom:15px;
	background-color:#fff;
	background-image:url(../images/quick_linksbg7.PNG);
	background-position:top left;
	background-repeat:repeat-x;
}
#container{
	padding-bottom:10px;
	text-align:center;
}
.bottom-container{
	width:100%;
	border-top:1px dashed #c0c0c0;
	vertical-align:middle;
	height:100px;
}
.bottom-container a{
	float:left;
	padding:10px 10px 10px 10px;
	margin-top:25px;
	height:70px;
}
#galeria-container{
	background-color:#E4E4E4;
	margin-bottom:10px;
	width:325px;
}
#galeria-container h1{
	border-bottom:solid 3px #FFF;
	background-color:#E4E4E4;
	margin-left:10px;
	width:92%;
	padding-top:10px;
	font-weight:bold;
	padding:10px 0 5px 5px;
	margin-bottom:10px;
}
#image-container img{
	padding:1px;
	border: 1px solid #CACACA;
}
#image-container{
	width:50px;
	float:left;
	margin-left:5px;
}
#text-container{
	float:right;
	width:255px;
	margin-left:6px;
}
#text-container h4, #text-container h4 a, #text-container h4 a:visited, #text-container h4{
	padding:0;
	margin:0;
	background-image:none;
	background-color:#e4e4e4;
	color:#036FAB;
	font-weight:bold;
}
#text-container h4 a:hover{
	text-decoration:underline;
}
#text-container p{
	color:#5A5A5A;
	font-size:11px;
	padding:5px 5px 0 5px;

}
.myclear{
	clear:both;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
