G/*----------[ RESET ]----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: normal;
 font-style: normal;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline
}
body {
 line-height: 1
}
:focus {
 outline: 0
}
ol, ul {
 list-style: none
}
table {
 border-collapse: collapse;
 border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
 content: ""
}
blockquote, q {
 quotes: "" ""
}
input, textarea {
 margin: 0;
 padding: 0
}
hr {
 margin: 0;
 padding: 0;
 border: 0;
 color: #000;
 background-color: #000;
 height: 1px
}

/*----------[ FONTS ]----------*/

body {
 font-size:12px;
/* font-family:"Lucida Sans Unicode", "Lucida Grande",geneva, verdana, sans-serif;*/
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
table, th, td, input, select, textarea {
 font-size:1em;
/* font-family:"Lucida Sans Unicode", "Lucida Grande",geneva, verdana, sans-serif;*/
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.console {
 font:1em "Courier New", Courier, monospace;
}
h1 {
 font-size:1.666em;
 font-weight:normal;
}
h2 {
 font-size:1.2em;
 font-weight:normal;
 margin-bottom:12px;
}
h3 {
 font-size:1.083em;
 font-weight:normal;
 margin-bottom:12px;
}
h4 {
 font-size:1.083em;
 font-weight:normal;
 margin-bottom:12px;
}
abbr, acronym {
 border-bottom:1px dotted;
}
p {
 line-height:1.2em;
 margin-bottom:0.5em;
 color:#121212;
}
a {
 text-decoration:none;
 background:none;
}
a:visited {
 text-decoration:none;
 background:none;
}
a:hover, a:focus, a:active {
 text-decoration:none;
 background:none;
}
strong {
 font-weight:normal;
 color:	#BF0000;
}
.w1 {
 color:#FFF;
}
.g1 {
 color:#333333;
}
.g2 {
 color: #666666;
}
.g3 {
 color: #999999;
}
.g4 {
 color:#CCCCCC;
}
.empresa {
 text-transform:capitalize;
 font-size:1.3em;
 margin-bottom:0.5em;
}
.ldrs {
 font-size: 1.2em;
 color:#000;
}
.th1 {
 font-size: 1.3em;
 color:#000;
 text-transform: lowercase;
}

/*----------[ LAYOUT ]----------*/

body { 
 margin:0;
 padding:0; 
 background-color:#fff;
 background-image:url(../images/bg7.jpg);
 background-position:top center;
 background-repeat:no-repeat;
/* background-color:#333;
 background-image:url(../images/bg2.jpg);
 background-position:top;
 background-repeat:repeat-x;*/
}
#container {
 width:960px;
 height:auto;
 margin:0 auto;
 padding:0;
 overflow:hidden;
}
#header {
 width:960px;
 height:165px;
 margin:0;
 padding:0;
 float:left;
}
#footer {
 width:100%;
 height:auto;
 min-height:270px;
 margin:0;
 padding:0;
 background-image:url(../images/bg-foot2.png);
 background-position:top;
 background-repeat:repeat-x;
 background-color:#1F1F1F;
}

/*----------[ BOTONERA/LAVA ]----------*/

#wrapper {
 width: 960px;
 margin: 0 auto;
 float:left;
}
.nav {
 height:79px;
 float:left;
 width:880px;
 padding:12px 20px 0 20px;
}
.lavaLampWithImage {
 position: relative;
 height: 79px;
 width: 860px;
 padding: 0 0 0 40px;
 margin: 0;
 overflow: hidden;
}
.lavaLampWithImage li {
 float: left;
 list-style: none;
 width:118px;
 height:79px;
}
.lavaLampWithImage li.back {
 width: 9px; height: 79px;
 z-index: 8;
 position: absolute;
}
.lavaLampWithImage li.back .left {
 background: url("../images/slide1.png") no-repeat top left;
 height: 79px;
}
.lavaLampWithImage li a {
 font-size:18px;
 font-weight:bold;
 text-decoration: none;
 color: #fff;
 outline: none;
 text-align: center;
 top: 20px;
 text-transform: lowercase;
 z-index: 10;
 display: block;
/* float: center;*/
 height: 30px;
 position: relative;
 overflow: hidden;
 margin: auto 0px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
 border: none;
}

/*----------[ HEADER ]----------*/

.header-logo {
 float:left;
 padding:4px 0 0 0;
}
.header-datos {
 float:right;
 padding:77px 0 0 0;
}

/*----------[ ROTATOR ]----------*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	
	width: 930px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: normal;
	background: #920000;
/*	border: 1px solid #610000;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: normal;}

/*----------[ PRINCIPAL ]----------*/
.panel {
 padding: 10px;
 height: auto;
 width: 940px;
 float:left;
}
.panel a:link {
 text-decoration:none;
 color: #ccc;
}
.panel a:visited {
 text-decoration:none;
 color: #ccc;
}
.panel a:hover {
 text-decoration:none;
 color: #fff;
}
.panel a:active {
 text-decoration:none;
 color: #ccc;
}
.menuizq {
 width:260px;
 height:auto;
 padding:10px;
 margin:0 0 10px 10px;
 float:right
}
.menuizq-item {
 width:250px;
 height:200px;
 padding: 5px;
/* -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;*/
 background: #fff;
/* -moz-box-shadow: #ccc 0 2px 6px;
 -webkit-box-shadow: #ccc 0 2px 6px;
 -khtml-box-shadow: #ccc 0 2px 6px;
 box-shadow: #ccc 0 2px 6px;*/
 float:left;
 border: 1px solid #F2F2F2;
 margin-bottom: 10px;
}
.banner1-c {
 width:940px;
 height:auto;
 padding:10px;
 margin:0 auto;
 float:left;
 text-align:center;
 overflow:hidden;
}
.banner1 {
 width:940px;
 height:221px;
 margin:0;
}
.columna {
 width:270px;
 height:auto;
 margin:10px;
 float:left;
 padding:10px;
}
.columna h2 {
 font-size: 2em;
 margin-bottom:12px;
}
.columna h3 {
 font-size: 1.5em;
 margin-bottom:12px;
 color:#990000;
}
.columna ul {}
.columna ul li {
 list-style:none;
 color: #666;
 line-height: 1.2em;
 font-size: 1.1em;
 background-image: url(../images/circle-a2.png);
 background-position:0 3px;
 background-repeat:no-repeat;
 padding:5px 0 3px 15px;
 display:block;
}
.columna li a:link {
 list-style:none;
 text-decoration:none;
 color: #666;
}
.columna li a:visited {
 text-decoration:none;
 color: #666;
}
.columna li a:hover {
 text-decoration:none;
 color: #000;
}
.columna li a:active {
 text-decoration:none;
 color: #666;
}

.columna-564slide {
 width:520px;
 height:422px;
 margin:10px;
 float:left;
 padding:14px 14px 12px 14px;
 background-image:url(../images/bg-slide.png);
 background-position:top;
 background-repeat:no-repeat;
}
.columna-glo {
 width:270px;
 height:auto;
 margin:10px;
 float:left;
 padding:10px;
}
.columna-glo p{
 color: #666;
 line-height: 0.5em;
 font-size: 0.9em;
}
.columna-glo h3{
/* color:#BF0000;*/
 color:#000;
 line-height: 1.2em;
 font-size: 1.2em;
 margin-bottom:12px;
}
.columna-glo a:link {
 text-decoration:none;
 color:#666666;
 font-size: 0.9em;
 line-height: 1em;
}
.columna-glo a:visited {
 text-decoration:none;
 color:#666666;
 font-size: 0.9em;
 line-height: 1em;
}
.columna-glo a:hover {
 text-decoration: underline;
 color: #333333;
 font-size: 0.9em;
 line-height: 1em;
}
.columna-glo a:active {
 text-decoration:none;
 color:#666666;
 font-size: 0.9em;
 line-height: 1em;
}
#slide {
 width:520px;
 height:422px;
 padding:0;
 margin:0;
}
.columna-564 p {
 color: #666;
 line-height: 1.5em;
 font-size: 1.1em;
}
.panel p {
 color: #666;
 line-height: 1.5em;
 font-size: 1.1em;
 margin-bottom:8px;
 margin-top:6px;
}
.panel h2 {
 font-size: 1.8em;
 margin-top:6px;
 margin-bottom:12px;
}
.panel h3 {
 font-size: 1.5em;
 margin-top:6px;
 margin-bottom:12px;
 color:#990000;
}
.panel h4 {
 font-size: 1.3em;
 margin-top:6px;
 margin-bottom:8px;
 color:#000;
}
.panel ul {
 margin-bottom:12px;
}
.panel li {
 list-style: disc;
 list-style-position:inside;
/* list-style-image:url(../images/circle.png);
 list-style-position:inside;*/
 color: #666;
 line-height: 1.5em;
 font-size: 1.1em;
}
.panel-item {
 width:240px;
 height:auto;
 padding:0 0 0 20px;
 margin:5px 10px 5px 0;
 background-image:url(../images/circle.png);
 background-position:top left;
 background-repeat:no-repeat;
 color: #666;
 line-height: 1.5em;
 font-size: 1.1em;
}
.panel-item a:link {
 text-decoration:none;
 color:#666666;
}
.panel-item a:visited {
 text-decoration:none;
 color:#666666;
}
.panel-item a:hover {
 text-decoration: underline;
 color: #333333;
}
.panel-item a:active {
 text-decoration:none;
 color:#666666;
}
.masinfo {
 width:250px;
 height:40px;
 padding:0;
 margin:20px 0 10px;
 text-align:left;
}
.separador {
 width:950px;
 height:2px;
 margin:4px auto;
 padding:0;
 background-image:url(../images/separador.png);
 background-position:center;
 background-repeat:no-repeat;
 float:left;
}
.separador2 {
 width:270px;
 height:2px;
 margin:4px 0;
 padding:0;
 background-image:url(../images/separador.png);
 background-position:center;
 background-repeat:no-repeat;
}
.separador3 {
 width:940px;
 height:2px;
 margin:4px auto;
 padding:0;
 background-image:url(../images/separador3.png);
 background-position:center;
 background-repeat:no-repeat;
 float:left;
}
.arriba {
 width:940px;
 height:25px;
 margin:4px auto;
 padding:0;
 text-align:right;
 float:left;
}

/*----------[ TABLAS ]----------*/

.tablaabonos {
 width: 100%;
 font-size: 11px;
 background-color: #FFFFFF;
 padding: 0px;
}
.tr30 {
 height: 30px;
}
.trbg:hover {
 background: #EBEBEB;
}
.tr35 {
 height: 35px;
}
.tr40 {
 height: 40px;
}
.tr60 {
 height: 60px;
}
.bordeder {
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #DDDDDD;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #DDDDDD;
 vertical-align:middle;
}
.bordeabajo {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #999999;
 vertical-align:middle;
}
.bordeabajo-lateral {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #999999;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #999999;
 vertical-align:middle;
 padding-left:5px;
}
.bordeabajolight {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #DDD;
 vertical-align:middle;
}
.bordeder2 {
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #999;
 border-bottom-width: 1px;
 border-bottom-style: solid; 
 border-bottom-color: #DDD;
 vertical-align:middle;
 padding-left:5px;
}
.bordeabajo-lateral2 {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #999;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #DDD;
 vertical-align:middle;
}
.bordeder3 {
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #999;
 vertical-align:middle;
 padding-left:5px;
}
.bordeder4 {
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #DDD;
 vertical-align:middle;
}
.bordeabajo2 {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #999;
 padding:10px;
 vertical-align:middle;
}
.bordeabajo3 {
 vertical-align:middle;
}


/*----------[ ACCORDION ]----------*/

#hc1 li{
margin:0 3px 0 0; /*Spacing between each LI container*/
}

#hc1 li .hpanel{
padding: 5px; /*Padding inside each content*/
width:600px;
}
.hpanel a:link {
 text-decoration:none;
 color: #666;
}
.hpanel a:visited {
 text-decoration:none;
 color: #666;
}
.hpanel a:hover {
 text-decoration:none;
 color: #000;
}
.hpanel a:active {
 text-decoration:none;
 color: #666;
}
.hpanel-izq {
 width:190px;
 height:300px;
 float:left;
 padding:0;
 margin:0 10px 0 0;
}
.hpanel-izq p{
 color: #000000;
 text-transform: none;
 text-align:center;
 font-size:1.3em;
}
.hpanel-izq img{
 width:180px;
 height:260px;
 padding: 5px;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 background: #fff;
 -moz-box-shadow: #ccc 0 2px 6px;
 -webkit-box-shadow: #ccc 0 2px 6px;
 -khtml-box-shadow: #ccc 0 2px 6px;
 box-shadow: #ccc 0 2px 6px;
 float:left;
 border: 1px solid #eee;
 margin-bottom: 10px;
}
.hpanel-der {
 width:300px;
 height:300px;
 float:left;
 padding:0;
 margin:0;
}

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 600px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 600px;  /*For users with JS disabled: Height of each content*/
}

.hpanel h2 {
 font-size:1em;
 font-weight:normal;
 margin-bottom:12px;
 color:#000000;
}
.hpanel p {
 line-height:1.2em;
 font-size:0.9em;
 margin-bottom:0.5em;
 color: #666;
}

/*----------[ TOOLTIP ]----------*/

#easyTooltip{
	padding:10px;
	border:3px solid #333333;
	background:#fff;
	color: #666666;
	max-width:300px;
	line-height:1.2em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	}
#easyTooltip p{	
 color: #666666;
	max-width:300px;
	line-height:1.2em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
#item{display:none;}

/*----------[ PORTFOLIO ]----------*/


ul.gallery {
	width: 960px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 12px; padding: 0;
	text-align: center;
	border: 1px solid #F2F2F2;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width:150px;
	height:150px;
	padding: 5px;
 	border-bottom: 1px solid #F2F2F2;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #ccc; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0; padding: 10px;
	background: #f0f0f0;
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}



.portfolio {
 width:570px;
 height:auto;
 padding:0;
 margin:0;
 float:left;
}
.portfolio img {
 padding: 5px;
/* -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;*/
 background: #fff;
/* -moz-box-shadow: #ccc 0 2px 6px;
 -webkit-box-shadow: #ccc 0 2px 6px;
 -khtml-box-shadow: #ccc 0 2px 6px;
 box-shadow: #ccc 0 2px 6px;*/
 float:left;
 border: 1px solid #F2F2F2;
 margin-bottom: 10px;
}
.portfolio-cent {
 width:570px;
 height:auto;
 padding:0 0 5px 0;
 margin:0;
 float:left;
}
.portfolio-left {
 width:310px;
 height:auto;
 padding:0 5px 0 0;
 margin:0;
 float:left;
}
.portfolio-right {
 width:245px;
 height:auto;
 padding:0;
 margin:0;
 float:right;
}
.portfolio-columna {
 width:280px;
 height:auto;
 margin:10px 10px 10px 30px;
 float:left;
 padding:0px;
}
.portfolio-columna a:link {
 list-style:none;
 text-decoration:none;
 color: #666;
}
.portfolio-columna a:visited {
 text-decoration:none;
 color: #666;
}
.portfolio-columna a:hover {
 text-decoration:none;
 color: #000;
}
.portfolio-columna a:active {
 text-decoration:none;
 color: #666;
}
.portfolio-columna p {
 color: #666;
 line-height: 1.5em;
 font-size: 1.1em;
}

/*--Column Styles--*/
ul.columns {
	width: 940px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.columns li {
	width: 215px;
	float: left; display: inline;
	margin: 10px; padding: 0;
	position: relative;
}
ul.columns li:hover {z-index: 99;}

ul.columns li img {
	position: relative;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*--IE8 Specific--*/
/*	border:1px solid #F2F2F2;*/
	border:1px solid #999;
}
ul.columns li:hover img{
	z-index: 999;
	filter: alpha(opacity=100);
	opacity: 1;
	border:1px solid #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*--Details Style--*/
ul.columns li .info {
	position: absolute;
	left: -10px; top: -10px;
	padding: 225px 10px 20px;
	width: 215px;
	display: none;
	background: #F2F2F2;
	font-size: 0.9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #999 0 2px 6px;
    -webkit-box-shadow: #999 0 2px 6px;
	-khtml-box-shadow: #999 0 2px 6px;
	box-shadow: #999 0 2px 6px;
}
ul.columns li:hover .info {display: block;}

ul.columns li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px 0;
	color:#000;
}
ul.columns li p {padding: 0; margin: 0; font-size: 0.9em;}



/*----------[ CONTACTO ]----------*/

.contacto-princ {
 width:900px;
 height:400px;
 margin:0;
 padding:30px 20px 30px 10px;
 float:right;
}
.contacto-princ p {
 font-size:13px;
 line-height:1.8em;
 color:#CCCCCC;
}
.contacto-left {
 width:190px;
 height:370px;
 float:left;
 padding:70px 0 10px 20px;
 overflow:hidden;
}
.contacto-left p {
 font-size:13px;
 line-height:1.8em;
 color:#CCCCCC;
}
.contacto-form {
 width:940px;
 height:auto;
 margin:5px 0 0 0;
 padding:0;
 float:left;
}
.contacto-form p{
 font-size:0.9em;
 color:#666666;
 margin:0 0 5px 5px;
}
.contacto {
 display:block;
 height:20px;
 padding:4px;
 font-size:1em;
 width:910px;
 color: #333333;
 border:1px solid #CCCCCC;
 background-image: url(../images/field-bg.gif);
 background-repeat: repeat-x;
 margin:5px 0;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.contacto2 {
 display:block;
 padding:4px;
 font-size:1em;
 width:910px;
 color: #333333;
 border:1px solid #CCCCCC;
 background-image: url(../images/field-bg.gif);
 background-repeat: repeat-x;
 margin:5px 0;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.contacto-enviar {
 text-align:right;
 padding:20px 0 0 820px;
}

/*----------[ FOOTER ]----------*/

.footer-container {
 width:960px;
 height:auto;
 margin:0 auto;
 padding:0;
}
.foot-c1 {
 width: 220px;
 height:140px;
 padding:5px;
 margin:15px 5px 5px 5px;
 float:left;
}
.foot-c1 p {
 color: #ccc;
 line-height: 1.2em;
 font-size: 0.9em;
}
.foot-c1 a:link {
 text-decoration:none;
 color:#ccc ;
}
.foot-c1 a:visited {
 text-decoration:none;
 color:#ccc;
}
.foot-c1 a:hover {
 text-decoration: underline;
 color: #F2F2F2;
}
.foot-c1 a:active {
 text-decoration:none;
 color:#ccc;
}

.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}
