/* 
ESPACIO SIMÓN I. PATIÑO - 2013
Design: Logos Comunicaciones
www.logoscomunicaciones.com
*/


/* 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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body{
line-height: 1;
}
ol,ul{
list-style: none;
}
blockquote,q{
quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
content: '';
content: none;
}
focus{
outline: 0;
}
ins{
text-decoration: none;
}
del{
text-decoration: line-through;
}
table{
border-collapse: collapse;
border-spacing: 0;
}

/* RESET */



/* FONTS */

@font-face {
font-family: 'OpenSansRegular';
src: url('../fonts/OpenSans-Regular-webfont.eot');
src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'OpenSansCondensedLight';
src: url('../fonts/OpenSans-CondLight-webfont.eot');
src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'OpenSansCondensedBold';
src: url('../fonts/OpenSans-CondBold-webfont.eot');
src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FONTS */



a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


body {
color: #000;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
line-height: 22px;
text-align: center;
background: #2e2e2e;
}




/* MODALES */


#mask {
left: 0;
position:absolute;
z-index:1000;
background-color: #000000;
display:none;
}

/* MODAL */

#bxDisp{
top: 0;
left: 0;
position: fixed;
text-align: center;
width: 100%;
height: 100%;
z-index: 2000;
}
.bxProd{
z-index: 3000;
left: 50%;
display: none;
position: absolute;
border: 11px solid #e5e5e5;
background: #fff;
width: 365px;
margin: 0 !important;
padding: 0 0 15px 0;
z-index: 2000;
}

.bxProd p{
clear: both;
line-height: 16px;
text-align: justify;
margin: 10px 0;
}
.bxProd .tit{
display: block;
float: right;
color: #fff;
font-size: 24px;
font-weight: 100;
text-align: left;
line-height: 39px;
background-color: #f7bc02;
width: 295px;
height: 41px;
padding: 0 35px;
}

a.lnkClos:link,a.lnkClos:visited {
top: -20px;
right: -25px;
position: absolute;
display: block;
outline: none;
text-decoration: none;
text-indent: -9000px;
text-align: left;
background: url(../lib/close.png) no-repeat;
width: 35px;
height: 35px;
}
a.lnkClos:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




/* MODAL */







#wrapper{
position: relative;
width: 100%;
height: 100%;
margin: 0;
}





/* ---------------------------- HEADER ---------------------------- */

.header{
clear: both;
overflow: hidden;
background: #fff;
width: 100%;
}
.header .contHd{
width: 1000px;
margin: 0 auto;
}

a.logo:link,a.logo:visited{
float: left;
display: block;
outline: none;
text-indent: -9000px;
text-decoration: none;
background: url(../lib/logo.jpg) no-repeat;
width: 445px;
height: 60px;
margin: 13px 0 10px 14px;
}
a.logo:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}


/* MENU */

ul.menu {
clear: both;
overflow: hidden;
border-top: 1px solid #e5e5e5;
width: 100%;
margin: 0 auto 2px auto;
}
ul.menu li{
float: left;
display: block;
margin: 3px 11px;
}
ul.menu li a{
float: left;
display: block;
color: #000;
text-align: center;
text-decoration: none;
line-height: 35px;
padding: 5px 15px;
}
ul.menu li a:hover{
color: #f46500;
}
ul.menu li a.actM{
/*font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;*/
font-weight: 700;
background: #e5e5e5;
padding: 5px 13px;
}
/* MENU */


/* SUB MENU */
.menu_items{
position: absolute;			
display:none;
background: #fff;
width: 1010px;
margin: 20px 0 0 -243px;
*margin: 2px 0 0 -300px;
padding: 15px 0;
z-index: 5000 !important;
}
.menu_items li {
display: block;
width: 220px;
height: 90px !important;
margin: 0 15px !important;
padding: 0 !important;
}
.menu_items li a {
display: block;
color: #fff !important;
font-size: 19px !important;
text-decoration: none;
text-align: left !important;
line-height: 19px!important;
width: 190px;
height: 70px !important;
padding: 10px 15px !important;
}
.menu_items li a:hover {
filter: alpha(opacity=70) !important;
-moz-opacity: 0.70 !important;
-khtml-opacity: 0.70 !important;
opacity: 0.70 !important;
}
.menu_items a:hover span {
display: block;
float: left;
width: 110px;
margin-top: 10px;
}
.menu_items img{
float: left;
margin-right: 15px;
}
.menu_items .bx2{
background: #f7bc02;
}
.menu_items .bx3{
background: #f46500;
}
.menu_items .bx4{
background: #ec4430;
}
.menu_items .bx5{
background: #721617;
}



/* ---------------------------- HEADER ---------------------------- */


/* ---------------------------- BANNER ---------------------------- */

.banner{
	overflow: hidden;
	background: #ffffff;
	width: 100%;
}
.banner .cntBanner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.banner .cntBanner ul{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
.banner .cntBanner ul li{
	float: left;
	width: 100%;
	height: auto;
}
.banner .cntBanner li a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: auto;
}

.banner .cntBanner img{
	display: block;
	width: 100%;
}

.banner .cntBanner li .bxTxtB{
	bottom: -100%;
	left: 0;
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: left;
	background: rgba(38, 38, 38, 0.90);
	width: 94%;
	padding: 20px 3%;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.banner .cntBanner li:hover .bxTxtB{
	bottom: 0;
}
.banner .cntBanner li .bxTxtB span{
	font-size: 26px;
}



/* ---------------------------- SLIDER ELEMENTS---------------------------- */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {position: relative !important;margin: 0 !important; padding: 0 !important;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden !important; clear: none !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block !important;}
.flex-pauseplay span {text-transform: capitalize;}


/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }


/* Control Nav - BULLETS */
.flex-control-nav {
display: none;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
display: block;
cursor: pointer;
text-indent: -9999px;
background: rgba(255, 255, 255, 0.6);
width: 20px !important;
height: 20px !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.flex-control-paging li a:hover{
background: rgba(255, 255, 255, 0.4);
}
.flex-control-paging li a.flex-active{
background: #ed1a3b; cursor: default;
}




.flex-direction-nav{
*height: 0;
width: 100%;
margin: 0;
padding: 0;
}
.flex-direction-nav a{
overflow: hidden;
cursor: pointer;
position: absolute;
display: block;
top: 302px;
z-index: 10;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
width: 60px!important;
height: 60px!important;
margin: 0;
opacity: 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: 10%;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;}
.flex-direction-nav .flex-next {
	right: 10%;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;}
.flexslider:hover .flex-prev { opacity: 0.7;
background: url(../lib/ico_prv.png) no-repeat center;}
.flexslider:hover .flex-next { opacity: 0.7;
background: url(../lib/ico_nxt.png) no-repeat center;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {
display: inline-block;
}
.flex-direction-nav a.flex-next:before  {
}




.flex-pauseplay a {
  top: 10px;
  right: 10px;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  opacity: 0.8;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  color: #000;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}
.flex-pauseplay a:before {
	content:"";
	position: absolute;
	pointer-events: none;
	z-index: 10;
	left: 0;
	top: 0;
	background: url(../lib/ico_pause.png) no-repeat center top;
  width: 45px;
  height: 45px;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content:"";
	position: absolute;
	pointer-events: none;
	z-index: 10;
	left: 0;
	top: 0;
	background: url(../lib/ico_play.png) no-repeat center top;
  width: 45px;
  height: 45px;
}

/* ---------------------------- SLIDER ELEMENTS---------------------------- */



/* ---------------------------- BANNER ---------------------------- */

.contentAdI{
	overflow: hidden;
	background: #ffffff;
	width: 100%;
}
.contentAdI .contAdI{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.contentAdI .contAdI h2{
	color: #ff6f66;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 20px;
}
.contentAdI .contAdI ul{
	font-family: 'open_sansextrabold', Arial, Tahoma, Verdana;
	
}
.contentAdI .contAdI ul li{
	float: left;
	display: table;
	border: 4px dotted #999999;
	width: 22%;
	height: 90px;
	margin: 2px 1%;
}
.contentAdI .contAdI ul li a{
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	width: 92%;
	padding: 0 4%;
}
.contentAdI .contAdI ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}




.contentAcN{
	overflow: hidden;
	background: #fff8e6;
	width: 100%;
}
.contentAcN .contAcN{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.contentAcN .contAcN h2{
	color: #f86200;
	font-size: 30px;
	font-weight: 100;
	line-height: 26px;
	text-align: left;
}






.contentAct{
	overflow: hidden;
	background: #ffffff;
	width: 100%;
}
.contentAct .contAct{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.contentAct .contAct h2{
	color: #f86200;
	font-size: 30px;
	font-weight: 100;
	line-height: 26px;
	text-align: left;
}





.contentPrE{
	overflow: hidden;
	background: #fff8e6;
	width: 100%;
}
.contentPrE .contPrE{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
.contentPrE .contPrE h2{
	color: #f86200;
	font-size: 30px;
	font-weight: 100;
	line-height: 32px;
	text-align: left;
	text-transform: none !important;
}

.contentPrE .contPrE ul{
	float: left;
	width: 48%;
	margin: 10px 0;	
}
.contentPrE .contPrE ul li{
	float: left;
	border-bottom: 1px solid #f7b9a5;
	width: 100%;
	margin: 2px 0;
}
.contentPrE .contPrE ul li:last-child{
	border-bottom: 0;
}
.contentPrE .contPrE ul li a{
	display: block;
	overflow: hidden;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	width: 100%;
	padding: 6px 0;
}
.contentPrE .contPrE ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}


.contentPrE .contPrE .formSr{
	float: right;
	width: 48%;
	margin: 0 !important;
	padding: 0 !important;
}
.contentPrE .contPrE .formSr fieldset{
	background: url(../lib/ico_sus.png) no-repeat left center;
	width: 77%;
	margin: 0 !important;
	padding: 0 0 0 23% !important;
}
.contentPrE .contPrE .formSr .titForm{
	float: left;
	color: #f17a66;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
}
.contentPrE .contPrE .formSr label{
	clear: both;
	font-size: 16px;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}





/* ---------------------------- ADDAT ---------------------------- */

.adDat{
overflow: hidden;
background: #fef8e5;
width: 100%;
}
.adDat .contDt{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 15px 0;
}

.contDt .bxEv{
float: left;
overflow: hidden;
text-align: left;
width: 655px;
}
.contDt .bxEv h2{
color: #f46500;
font-size: 24px;
font-weight: 100;
margin-bottom: 10px;
}
.bxEv ul{
float: left;
}
.bxEv ul li{
float: left;
margin: 2px 0;
}
.bxEv ul li a{
display: block;
overflow: hidden;
color: #000;
font-size: 17px;
text-decoration: none;
text-align: left;
background: #fffdf7;
width: 655px;
}
.bxEv ul li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}
.bxEv ul img{
float: left;
}
.bxEv ul .small{
color: #f46500;
font-size: 14px;
}
.bxEv ul .txtDs{
float: left;
display: block;
line-height: 18px;
width: 505px;
margin: 0px 0 0 17px;
}


.bxEv .dat{
float: left;
display: block;
color: #fff;
font-size: 17px;
text-align: center;
background: #f7bc02;
width: 58px;
height: 45px;
padding: 8px 0 5px 0;
}
.bxEv .dat span{
font-size: 28px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}

.bxEv .dat2{
float: left;
display: block;
color: #fff;
font-size: 17px;
text-align: center;
background: #f46500;
width: 58px;
height: 45px;
padding: 8px 0 5px 0;
}
.bxEv .dat2 span{
font-size: 28px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}

.bxEv .dat3{
float: left;
display: block;
color: #fff;
font-size: 17px;
text-align: center;
background: #ec4430;
width: 58px;
height: 45px;
padding: 8px 0 5px 0;
}
.bxEv .dat3 span{
font-size: 28px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}


.bxEv .dat4{
float: left;
display: block;
color: #fff;
font-size: 17px;
text-align: center;
background: #721617;
width: 58px;
height: 45px;
padding: 8px 0 5px 0;
}
.bxEv .dat4 span{
font-size: 28px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}

.bxEv .dat5{
float: left;
display: block;
color: #fff;
font-size: 17px;
text-align: center;
background: #da156b;
width: 58px;
height: 45px;
padding: 8px 0 5px 0;
}
.bxEv .dat5 span{
font-size: 28px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}




.contDt .news{
float: left;
position: relative;
overflow: hidden;
font-size: 16px;
line-height: 20px;
text-align: left;
width: 313px;
margin-left: 30px;
}
.contDt .news h2{
font-size: 24px;
font-weight: 100;
margin-bottom: 10px;
}
.contDt .news img{
float: left;
margin-right: 10px;
}
.contDt .news .tit{
color: #000;
font-size: 18px;
line-height: 20px;
}

.contDt .news .nT{
overflow: hidden;
background: #fffefa;
}
.contDt .news .nT .small2{
line-height: 24px;
}


.contDt .news a{
color: #000;
text-decoration: none;
}
.contDt .news a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

/*
.contDt .news ul {
	clear: both;
	overflow: hidden;
	margin: -5px 0 0 0;
}
.contDt .news ul li{
	float: left;
	clear: both;
	overflow: hidden;
	border-bottom:  1px solid #fbdd80;
	width: 100%;
	margin: 1px 0 3px 0;
	padding: 2px 0 3px 0;
}*/

#vertical-ticker {
    height: 167px;
    clear: both;
	overflow: hidden;
	margin: -5px 0 0 0;
}
#vertical-ticker li {
    float: left;
	clear: both;
	overflow: hidden;
	border-bottom:  1px solid #fbdd80;
	width: 100%;
	margin: 1px 0 3px 0;
	padding: 2px 0 3px 0;
}



/* ---------------------------- ADDAT ---------------------------- */


/* ---------------------------- CONTENT ---------------------------- */


.content{
overflow: hidden;
background: #ffffff url(../lib/bg_cont.gif) repeat-x top;
width: 100%;
}
.content .contCnt{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 10px 0 100px 0;
}

.contCnt .opt{
float: left;
overflow: hidden;
width: 270px;
margin-right: 60px;
}
.contCnt .opt img{
	display: block;
}
.contCnt .opt h2{
color: #fff;
font-size: 24px;
font-weight: 100;
line-height: 42px;
text-align: left;
background: #969696;
margin-bottom: 5px;
padding: 0 10px;
}


.contCnt .opt ul{
float: left;
overflow: hidden;
background: #f7f7f7;
width: 100%;
margin-bottom: 45px;
}
.contCnt .opt ul li{
float: left;
clear: both;
text-align: left;
border-bottom: 1px solid #d1d1d1;
width: 100%;
}
.contCnt .opt ul li a{
float: left;
display: block;
color: #000;
font-size: 18px;
text-decoration: none;
background: #fafafa;
width: 92%;
padding: 10px 4%;
}
.contCnt .opt ul li a:hover{
background: #faf8f7;
}
.contCnt .opt ul li .actSm{
color: #f46500 !important;
}



.contCnt .opt h3{
color: #f46500;
font-size: 22px;
font-weight: 100;
text-align: left;
margin-bottom: 10px;
}



.contCnt .contIn{
float: left;
overflow: hidden;
width: 610px;
}

.contCnt .contIn h1{
color: #f46500;
font-size: 30px;
font-weight: 100;
line-height: 32px;
text-align: left;
margin: 10px 0 5px 0;
}

.contCnt .contIn h3{
color: #f46500;
font-weight: 700;
text-align: left;
line-height: 20px;
}

.contCnt .contIn p{
text-align: justify;
margin: 15px 0;
}

.contCnt .contIn a{
color: #f46500;
text-decoration: underline;
}
.contCnt .contIn a:hover{
text-decoration: none;
}
.contCnt .contIn ul{
float: left;
clear: both;
width: inherit;
margin: 6px 0 15px 0;
}
.contCnt .contIn ul li{
float: left;
clear: both;
position: relative;
text-align: left; 
background: url(../lib/bull1.gif) no-repeat left 8px;
width: inherit;
margin: 2px 0;
padding-left: 15px;
}


.contIn .bxSit{
float: left;
overflow: hidden;
font-size: 20px;
text-align: left;
border-bottom: 9px solid #ededed;
width: 46%;
margin: 20px 0;
padding-bottom: 8px;
}


.contIn .bxSit .bxPric{
float: left;
overflow: hidden;
color: #f37923;
font-size: 28px;
text-align: right;
border-top: 9px solid #ededed;
width: 100%;
margin-top: 15px;
padding-top: 8px;
}
.contIn .bxSit .bxPric span{
color: #fff;
font-size: 32px;
line-height: 40px;
background: #f7bc02;
padding: 0 10px;
}


.contIn .bxTB{
float: right;
overflow: hidden;
border: 1px solid #f3f3f3;
width: 284px;
height: 284px;
margin: 20px 0 20px 42px;
}


.contIn .prRs{
float: left !important;
overflow: hidden;
width: 100%;
}




.contIn .bxDsc{
float: left;
overflow: hidden;
font-size: 16px;
text-align: left;
border-top: 9px solid #ededed;
border-bottom: 9px solid #ededed;
width: 100%;
margin: 20px 0 0 0;
padding: 10px 0;
}
.contIn .bxDsc img{
float: left;
margin: 10px 0 20px 0;
}
.contIn .bxDsc .txtDsc{
float: left;
text-align: justify;
line-height: 19px;
width: 330px;
margin-left: 25px;
}
.contIn .bxDsc .txtDscB{
float: left;
text-align: justify;
line-height: 19px;
width: 330px;
margin-right: 25px;
}
.contIn .bxDsc .txtDB2{
float: left;
text-align: justify;
line-height: 19px;
width: 280px;
margin-right: 25px;
}



.contIn .bxDscB{
float: left;
overflow: hidden;
font-size: 16px;
text-align: left;
border-top: 9px solid #ededed;
width: 100%;
margin: 20px 0 0 0;
padding: 10px 0;
}
.contIn .bxDscB img{
float: left;
margin: 10px 0 20px 0;
}
.contIn .bxDscB .txtDsc{
float: left;
text-align: justify;
line-height: 19px;
width: 330px;
margin-left: 25px;
}
.contIn .bxDscB .txtDscB{
float: left;
text-align: justify;
line-height: 19px;
width: 330px;
margin-right: 25px;
}
.contIn .bxDscB .txtDB2{
float: left;
text-align: justify;
line-height: 19px;
width: 280px;
margin-right: 25px;
}

.contIn .bxAC{
margin-top: 0 !important;
}



.contIn .banner{
	overflow: hidden;
	background: #ffffff;
	width: 100%;
	height: 324px;
}
.contIn .banner .cntBanner{
	position: relative;
	width: 100%;
	height: 324px;
	margin: 0 auto;
}



.contIn .banner .cntBanner ul{
	float: left;
	overflow: hidden;
	position: relative;
	width: 606px;
	height: 324px;
	margin: 0;
	padding: 0;
}
.contIn .banner .cntBanner ul li{
	float: left;
	vertical-align: top;
	clear: none;
	position: relative;
	background: none;
	width: 606px;
	height: 324px;
	margin: 0;
	padding: 0;
}
.contIn .banner .cntBanner li a{
	display: block;
	text-decoration: none;
	width: 606px;
	height: 324px;
	margin: 0;
	padding: 0;
}

.contIn .banner .cntBanner img{
	display: block;
	width: 100%;
}

.contIn .banner .cntBanner li span{
	bottom: -100%;
	left: 0;
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	display: block;
	color: #fff;
	background: rgba(0, 0, 0, 0.30);
	width: 90%;
	padding: 20px 5%;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.contIn .banner .cntBanner li:hover span{
	bottom: 0;
}

/* ---------------------------- CONTENT ---------------------------- */


/* ---------------------------- CONTENT ---------------------------- */


.contentC{
overflow: hidden;
background: #ffffff;
width: 100%;
}
.contentC .contCnt{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 0 0 100px 0;
}

.contentC .contCnt .contIn{
float: none;
overflow: hidden;
border-top: 1px solid #e5e5e5;
width: 1000px;
margin: 0 auto;
}

.contentC .contCnt .contIn h1{
color: #f7bc02;
font-size: 48px;
font-weight: 100;
line-height: 32px;
text-align: center;
margin: 10px 0 5px 0;
}

.contentC .contCnt .contIn h3{
color: #f46500;
font-weight: 700;
text-align: left;
line-height: 20px;
}

.contentC .contCnt .contIn p{
text-align: justify;
margin: 15px 0;
}

.contentC .contCnt .contIn a{
color: #f46500;
text-decoration: underline;
}
.contentC .contCnt .contIn a:hover{
text-decoration: none;
}

.contentC .contCnt .contIn .txtMs{
color: #959595;
text-align: center;
width: 670px;
margin: 15px auto;
}


/* ---------------------------- CONTENT ---------------------------- */


/* ---------------------------- PROD ---------------------------- */

.prod{
overflow: hidden;
background: #fff;
width: 100%;
}
.prod .contPr{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 20px 0;
}

.prod .contPr ul{
float: left;
overflow: hidden;
width: 100%;
margin-top: 20px;
}
.prod .contPr ul li{
float: left;
text-align: left;
margin: 0 21px 20px 0;
}
.prod .contPr ul li a{
float: left;
display: block;
color: #000;
font-size: 14px;
text-decoration: none;
}
.prod .contPr ul li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

.prod .contPr ul .bxImg{
float: left;
display: block;
width: 87px;
margin-right: 17px;
}
.prod .contPr ul .descB{
float: left;
display: block;
line-height: 18px;
width: 125px;
}
.prod .contPr ul li .titB{
display: block;
font-size: 16px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
font-weight: 100;
margin-top: 5px;
}
.prod .contPr ul li .pric{
display: block;
float: left;
font-size: 14px;
border: 1px solid #c2c2c2;
padding: 2px 5px;
}

.prod .contPr h2{
	color: #f86200;
	font-size: 30px;
	font-weight: 100;
	line-height: 32px;
	text-align: left;
	text-transform: none !important;
}

/* ---------------------------- PROD ---------------------------- */


/* ---------------------------- INFO ---------------------------- */


.info{
overflow: hidden;
color: #000;
font-size: 14px;
line-height: 16px;
background: #e5e5e5;
width: 100%;
}
.info .contInf{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 15px 0;
}

.info .contInf p{
display: block;
float: left;
text-align: left;
width: 190px;
margin-right: 50px;
}
.info .contInf p:nth-child(4){
	width: 230px;
	margin-top: 30px;
}
.info .contInf p:nth-child(4) img{
	float: left;
	display: block;
	margin: 0 0 0 15px;
}
.info .contInf p:nth-child(4) .subT{
	float: left;
	display: block;
	text-transform: none;
	margin-top: 20px;
}
.info .contInf p:nth-child(6){
	background: #f7bc02;
	width: 240px;
	margin: 10px 0;
	padding: 5px 15px;
}
.info .contInf p:nth-child(6) a{
	color: #000;
	text-decoration: none;
}
.info .contInf .subT{
color: #f46500;
text-transform: uppercase;
}


.info .contInfB{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 15px 0;
}

.info .contInfB p{
display: block;
float: left;
text-align: left;
width: 190px;
margin: 0 100px 0 40px;
}
.info .contInfB .subT{
color: #f46500;
text-transform: uppercase;
}

.info h2{
float: left;
color: #000;
font-size: 20px;
font-weight: 100;
line-height: 36px;
background: #dcdcdc;
margin: 0 0 20px 25px;
padding: 0 10px;
}



/* ---------------------------- INFO ---------------------------- */



/* ---------------------------- FOOTER ---------------------------- */


.footer{
overflow: hidden;
color: #fff;
font-size: 12px;
line-height: 32px;
text-align: left;
width: 100%;
}
.footer .contFt{
width: 1000px;
margin: 0 auto;
padding: 5px 0 15px 0;
}

a.byLogos:link,a.byLogos:visited{
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 30px;
	margin-top: 6px;
}
a.byLogos:hover{
}
a.byLogos ico{
	float: right;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/powered_logos_a.png) no-repeat right top;
	width: 23px;
	height: 21px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


a.byLogos span{
	float: left;
	display: block;
	outline: none;
	position: absolute;
	z-index: 20;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/powered_logos.png) no-repeat left -9px;
	width: 0;
	height: 0;
	margin: 9px 0 0 78px;
	filter: alpha(opacity=00);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
    -webkit-transform: rotate(-145deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
    		transform: rotate(-45deg);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.byLogos:hover span{
	width: 36px;
	height: 10px;
	margin: 9px 0 0 41px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;

    -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
    		transform: rotate(0deg);
}
a.byLogos:hover ico{
	background: url(../lib/powered_logos.png) no-repeat right top;
}


.footer p{
margin: 4px 0 0 0;
}





/* ---------------------------- FOOTER ---------------------------- */


.datA{
float: left;
display: block;
color: #fff;
font-size: 28px;
background: #f7bc02;
padding: 9px 10px 7px 10px;
}
.datA .bold{
font-size: 30px;
}

.datB{
float: left;
display: block;
color: #fff;
font-size: 28px;
background: #f46500;
padding: 9px 10px 7px 10px;
}
.datB .bold{
font-size: 30px;
}

.datC{
float: left;
display: block;
color: #fff;
font-size: 28px;
background: #ec4430;
padding: 9px 10px 7px 10px;
}
.daC .bold{
font-size: 30px;
}

.datD{
float: left;
display: block;
color: #fff;
font-size: 28px;
background: #721617;
padding: 9px 10px 7px 10px;
}
.datD .bold{
font-size: 30px;
}

.datE{
float: left;
display: block;
color: #fff;
font-size: 28px;
background: #da156b;
padding: 9px 10px 7px 10px;
}
.datE .bold{
font-size: 30px;
}




.headMap{
float: left;
font-size: 14px;
text-align: justify;
line-height: 16px;
border-bottom: 6px solid #e9e8e8;
width: 700px;
margin-bottom: 10px;
padding: 10px;
}

.headMap .dirT{
float: left;
width: 405px;
margin-left: 30px;
}

.headMap h3{
color: #f46500;
font-weight: 700;
text-align: left;
line-height: 20px;
}

a.logoS:link,a.logoS:visited,a.logoS:hover {
float: left;
display: block;
outline: none;
text-indent: -9000px;
text-decoration: none;
background: url(../lib/logo_s.jpg) no-repeat;
width: 260px;
height: 44px;
margin-top: 10px;
}




/* ---------------------------- ELEMENTS ---------------------------- */



.subTA{
float: left;
display: block;
clear: both;
color: #f46500;
font-weight: 700;
text-align: left;
line-height: 40px;
border-top: 9px solid #ededed;
width: inherit;
margin: 20px 0 10px 0;
}

.subTB{
color: #f46500;
font-size: 20px;
}




.bxImgAd{
float: right;
margin: 20px 0 30px 40px;
}



.imgB{
	width: 100%;
	margin: 10px auto;
}



.imgR{
float: right;
margin: 20px 0 30px 40px;
}



.bxSp{
background: #969696;
width: 270px;
height: 43px;
margin-bottom: 3px;
}




.bxUSh{
overflow: hidden;
color: #fff;
background: #ea592c;
width: 98%;
margin: 10px 0;
padding: 10px 1%;
}
.bxUSh .titUS{
float: left;
display: block;
font-size: 24px;
line-height: 26px;
text-align: right;
width: 32%;
margin: 0 1%;
}
.bxUSh .txtUS{
float: left;
display: block;
font-size: 16px;
line-height: 20px;
text-align: left;
width: 63%;
margin: 6px 1% 0 1%;
}







.spLin{
display: block;
border-top: 9px solid #ededed;
margin: 10px 0;
}

.spLinM{
display: block;
border-bottom: 9px solid #ededed;
width: 100%;
margin: 10px 0;
}

.spLinC2{
display: block;
border-top: 9px solid #fbdd80;
margin: 15px 0;
}



.left{
float: left;
display: block;
}

.right{
float: right;
display: block;
}

.clear{
clear: both;
display: block;
}




.bold{
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}
.bold2{
color: #f46500;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}


.small{
font-size: 14px;
}
.small2{
color: #f46500;
font-size: 14px;
}


.color2{
color: #f46500;
}





/* ---------------------------- ELEMENTS ---------------------------- */


/* ---------------------------- LINKS ---------------------------- */


a.lnk1:link,a.lnk1:visited {
color: #ff6f04;
text-decoration: underline;
}
a.lnk1:hover {
text-decoration: none;
}

a.lnk1b:link,a.lnk1b:visited {
color: #ff6f04;
text-decoration: none;
}
a.lnk1b:hover {
text-decoration: underline;
}




a.lnk2:link,a.lnk2:visited {
color: #000;
text-decoration: none;
}
a.lnk2:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




a.lnkR1:link,a.lnkR1:visited {
display: block;
float: right;
color: #f46500;
text-decoration: underline;
margin: 0 5px;
}
a.lnkR1:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




a.lnkS2:link,a.lnkS2:visited {
color: #000;
font-size: 14px;
text-decoration: none;
}
a.lnkS2:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




a.lnkTit1:link,a.lnkTit1:visited {
float: left;
display: block;
clear: both;
color: #f46500;
font-size: 24px;
line-height: 28px;
text-decoration: none;
width: 100%;
margin: 0 0 9px 0;
}
a.lnkTit1:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}






a.lnkPrn:link,a.lnkPrn:visited{
display: block;
float: left;
color: #7d7d7d;
font-size: 12px;
text-decoration: none;
background: url(../lib/ico_print.gif) no-repeat left;
margin: 7px 0 0 10px;
padding-left: 20px;
}
a.lnkPrn:hover {
color: #f46500;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}



a.lnkVmor:link,a.lnkVmor:visited{
display: block;
float: right;
color: #f46500;
font-size: 14px;
text-decoration: none;
background: url(../lib/bull2b.gif) no-repeat left;
margin: 10px 0 0 10px;
padding-left: 28px;
}
a.lnkVmor:hover {
color: #f46500;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}



a.lnkVmor2:link,a.lnkVmor2:visited{
display: block;
float: right;
color: #f46500;
font-size: 14px;
text-decoration: none;
background: url(../lib/bull3b.gif) no-repeat left;
margin: 10px 0 0 10px;
padding-left: 28px;
}
a.lnkVmor2:hover {
color: #f46500;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}



a.lnkVmor3:link,a.lnkVmor3:visited{
display: block;
float: right;
color: #f46500;
font-size: 14px;
text-decoration: none;
background: #ffffff url(../lib/bull3.gif) no-repeat left;
margin: -1px 0 0 10px;
padding: 0 5px 0 28px;
}
a.lnkVmor3:hover {
color: #f46500;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}



a.lnkCal:link,a.lnkCal:visited{
display: block;
float: right;
color: #f06c58;
font-size: 14px;
text-decoration: none;
background: #ffffff url(../lib/ico_cal.gif) no-repeat left;
margin: -1px 0 0 15px;
padding: 0 5px 0 28px;
}
a.lnkCal:hover {
color: #f46500;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.lnkCalB:link,a.lnkCalB:visited{
display: block;
float: right;
color: #ffffff;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
background: #e75113 url(../lib/ico_cal.png) no-repeat 8px center;
margin: 4px 0 0 15px;
padding: 10px 10px 10px 38px;
}
a.lnkCalB:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




a.lnkMap:link,a.lnkMap:visited{
display: block;
color: #f46500;
text-transform: uppercase;
text-decoration: none;
background: url(../lib/ico_map.gif) no-repeat left;
padding: 2px 0 2px 15px;
}
a.lnkMap:hover {
color: #f46500;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}


a.lnkCls:link,a.lnkCls:visited{
	float: right;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #ed4431 url(../lib/ico_cls.png) no-repeat center;
	width: 31px;
	height: 31px;
	margin: -5px 5px 0 5px;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}




/* DOCUMENTOS ADJUNTOS */

a.bxPdf:link,a.bxPdf:visited {
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_box.gif) no-repeat left bottom !important;
width: 520px;
margin: 5px 0;
}
a.bxPdf span{
cursor: pointer;
display: block;
background: url(../lib/bx_pdf.gif) no-repeat left top !important;
width: 465px;
padding: 11px 10px 11px 45px !important;
}
a.bxPdf:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxDoc:link,a.bxDoc:visited {
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_box.gif) no-repeat left bottom !important;
width: 520px;
margin: 5px 0;
}
a.bxDoc span{
cursor: pointer;
display: block;
background: url(../lib/bx_doc.gif) no-repeat left top !important;
width: 465px;
padding: 11px 10px 11px 45px !important;
}
a.bxDoc:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxTxt:link,a.bxTxt:visited {
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_box.gif) no-repeat left bottom !important;
width: 520px;
margin: 5px 0;
}
a.bxTxt span{
cursor: pointer;
display: block;
background: url(../lib/bx_txt.gif) no-repeat left top !important;
width: 465px;
padding: 11px 10px 11px 45px !important;
}
a.bxTxt:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxZip:link,a.bxZip:visited {
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_box.gif) no-repeat left bottom !important;
width: 520px;
margin: 5px 0;
}
a.bxZip span{
cursor: pointer;
display: block;
background: url(../lib/bx_zip.gif) no-repeat left top !important;
width: 465px;
padding: 11px 10px 11px 45px !important;
}
a.bxZip:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxXls:link,a.bxXls:visited {
display: block;
float: left;
color: #333b4a !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_box.gif) no-repeat left bottom !important;
width: 520px;
margin: 5px 0;
}
a.bxXls span{
cursor: pointer;
display: block;
background: url(../lib/bx_xls.gif) no-repeat left top !important;
width: 465px;
padding: 11px 10px 11px 45px !important;
}
a.bxXls:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




/* DOCUMENTOS ADJUNTOS CONV */

a.bxPdfB:link,a.bxPdfB:visited {
clear: both;
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_boxb.gif) no-repeat left bottom !important;
width: 285px;
margin: 5px 0;
}
a.bxPdfB span{
cursor: pointer;
display: block;
background: url(../lib/bx_pdfb.gif) no-repeat left top !important;
width: 230px;
padding: 11px 10px 11px 45px !important;
}
a.bxPdfB:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxDocB:link,a.bxDocB:visited {
clear: both;
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_boxb.gif) no-repeat left bottom !important;
width: 285px;
margin: 5px 0;
}
a.bxDocB span{
cursor: pointer;
display: block;
background: url(../lib/bx_docb.gif) no-repeat left top !important;
width: 230px;
padding: 11px 10px 11px 45px !important;
}
a.bxDocB:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxTxtB:link,a.bxTxtB:visited {
clear: both;
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_boxb.gif) no-repeat left bottom !important;
width: 285px;
margin: 5px 0;
}
a.bxTxtB span{
cursor: pointer;
display: block;
background: url(../lib/bx_txtb.gif) no-repeat left top !important;
width: 230px;
padding: 11px 10px 11px 45px !important;
}
a.bxTxtB:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxZipB:link,a.bxZipB:visited {
clear: both;
display: block;
float: left;
color: #5e5e43 !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_boxb.gif) no-repeat left bottom !important;
width: 285px;
margin: 5px 0;
}
a.bxZipB span{
cursor: pointer;
display: block;
background: url(../lib/bx_zipb.gif) no-repeat left top !important;
width: 230px;
padding: 11px 10px 11px 45px !important;
}
a.bxZipB:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.bxXlsB:link,a.bxXlsB:visited {
clear: both;
display: block;
float: left;
color: #333b4a !important;
font-size: 16px;
text-decoration: none !important;
text-align: left;
line-height: 20px;
background: url(../lib/lnk_boxb.gif) no-repeat left bottom !important;
width: 285px;
margin: 5px 0;
}
a.bxXlsB span{
cursor: pointer;
display: block;
background: url(../lib/bx_xlsb.gif) no-repeat left top !important;
width: 230px;
padding: 11px 10px 11px 45px !important;
}
a.bxXlsB:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}



a.btn01:link,a.btn01:visited {
display: block;
float: right;
color: #fff !important;
font-size: 16px;
text-decoration: none !important;
text-align: center;
line-height: 20px;
background: url(../lib/btn1.gif) no-repeat right !important;
margin: 7px 0 2px 0;
}
a.btn01 span{
float: left;
cursor: pointer;
display: block;
background: url(../lib/btn1l.gif) no-repeat left !important;
padding: 5px 10px !important;
}
a.btn01:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}


a.btn02:link,a.btn02:visited {
clear: right;
display: block;
float: right;
color: #fff !important;
font-size: 16px;
text-decoration: none !important;
text-align: center;
line-height: 20px;
background: url(../lib/btn2.gif) no-repeat right !important;
margin: 2px 0;
}
a.btn02 span{
float: left;
cursor: pointer;
display: block;
background: url(../lib/btn2l.gif) no-repeat left !important;
padding: 5px 10px !important;
}
a.btn02:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}





a.btnPdf:link,a.btnPdf:visited {
display: block;
color: #fff !important;
font-size: 20px;
text-decoration: none !important;
text-align: left;
line-height: 24px;
background: url(../lib/ico_pdf.png) no-repeat 8px center;
width: 195px;
min-height: 35px;
margin: 0 0 10px 0 !important;
padding: 25px 0 30px 75px;
}
a.btnPdf:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
}



a.btnVFB:link,a.btnVFB:visited {
display: block;
color: #fff !important;
font-size: 20px;
text-decoration: none !important;
text-align: left;
line-height: 24px;
background: url(../lib/ico_book.png) no-repeat 8px center;
width: 195px;
min-height: 40px;
margin: 0 0 10px 0 !important;
padding: 30px 0 15px 75px;
}
a.btnVFB:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
}



/* ---------------------------- LINKS ---------------------------- */



/* ---------------------------- LISTADOS ---------------------------- */


ul.itmL {
float: left;
clear: both;
display: table;
width: 100%;
}
ul.itmL li{
float: left;
clear: both;
overflow: hidden;
text-align: left;
border: 3px solid #fff;
width: 98%;
padding: 0.5% 1%;
}
ul.itmL li:hover{
cursor: move;
border: 3px solid #dee2e4;
}
ul.itmL li:nth-child(even){
background: #eef0f1;
}




/* REDES SOCIALES 2 */
ul.logosRS {
float: right;
color: #f46500;
font-size: 14px;
line-height: 29px;
margin: 45px 10px 0 5px;
}
ul.logosRS li{
float: left;
margin: 0 7px;
}


/* REDES SOCIALES */

ul.rs{
float: right !important;
overflow: hidden;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
width: 100% !important;
margin: 5px 0 0 0 !important;
padding: 0 !important;
}
ul.rs li{
float: right !important;
clear: none !important;
overflow: hidden;
background-image: none !important;
width: auto !important;
height: 30px;
margin: 0 !important;
padding: 0 !important;
}
ul.rs .tw{
width: 60px !important;
margin: 4px 5px 0 0 !important;
}
ul.rs .fbk{
width: 99px !important;
height: 22px;
margin: 4px 5px 0 0 !important;
}
ul.rs .go{
overflow: hidden;
width: 60px !important;
height: 24px;
margin: 4px 5px 0 0 !important;
}
ul.rs .print{
	float: left !important;
}
ul.rs iframe{
float: left;
border: 0 !important;
background: none !important;
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
left: 0 !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
ul.rs div{
float: left;
border: 0 !important;
background: none !important;
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
left: 0 !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
}


/* AGENDA */

ul.li01 {
float: left;
clear: both;
display: table;
border-top: 9px solid #ededed;
width: 100%;
margin-top: 10px !important;
}
ul.li01 li{
float: left;
text-align: left;
font-size: 16px;
line-height: 18px;
border-bottom: 9px solid #ededed;
background: none !important;
width: 100%;
margin: 0 !important;
padding: 10px 0 !important;
}
ul.li01 img{
float: left;
margin-right: 22px;
}

ul.li01 .descT{
float: left;
width: 430px;
}

ul.li01 .descTB{
float: left;
width: 65%;
}

ul.li01 .datA{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 22px;
background: #f7bc02;
padding: 9px 10px 7px 10px;
}

ul.li01 .datB{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 22px;
background: #f46500;
padding: 9px 10px 7px 10px;
}

ul.li01 .datC{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 22px;
background: #ec4430;
padding: 9px 10px 7px 10px;
}

ul.li01 .datD{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 22px;
background: #721617;
padding: 9px 10px 7px 10px;
}

ul.li01 .datN{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 22px;
padding: 9px 10px 7px 10px;
}

ul.li01 .datBs{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 20px;
background: #6e6057;
padding: 9px 10px 7px 10px;
}

ul.li01 .datAct{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 20px;
background: #e75113;
padding: 9px 10px 7px 10px;
}
ul.li01 a.lnkTit1{
	font-size: 22px;
	font-family: 'open_sansextrabold', Arial, Tahoma, Verdana;
	line-height: 24px;
}

ul.li01 .bold{
}
ul.li01 .tit{
float: left;
display: block;
color: #f46500;
font-size: 24px;
line-height: 26px;
}
ul.li01 .cat{
float: left;
display: block;
clear: both;
color: #737373;
margin: 7px 0 -2px 0;
}


/* LISTADO 2 */

ul.li02 {
float: left;
clear: both;
width: 100%;
height: auto !important;
margin: 10px !important;
padding: 0 !important;
}
ul.li02 li{
float: left;
clear: none !important;
color: #666666;
font-size: 18px;
text-align: left !important;
line-height: 18px;
background: none !important;
border-top: 9px solid #ededed;
width: 43% !important;
height: auto !important;
margin: 0 !important;
padding: 15px 7% 5px 0 !important;
}
ul.li02 li:last-child{
margin: 0 !important;
}
ul.li02 .cntImg{
	float: left;
	display: block;
	position: relative;
	text-align: center;
	width: 105px !important;
	margin: 0 10px 10px 0 !important;
	padding: 0 !important;
}

ul.li02 .pric{
	float: left;
	display: block;
	color: #333333;
	font-size: 20px;
	border: 1px solid #c9c9c9;
	width: 85px;
	margin: 5px auto;
	padding: 9px 2px 7px 2px;
}


/* LISTADO 2 */

ul.li03 {
float: left;
clear: both;
border-bottom: 9px solid #ededed;
width: 100%;
height: auto !important;
margin-top: -10px !important;
padding: 0 0 10px 0!important;
}
ul.li03 li{
float: left;
clear: none !important;
color: #666666;
font-size: 18px;
text-align: center !important;
line-height: 18px;
background: none !important;
width: 30% !important;
height: auto !important;
margin: 0 4.8% 0 0 !important;
padding: 15px 0 0 0 !important;
}
ul.li03 li:last-child{
margin: 0 !important;
}
ul.li03 .cntImg{
display: table;
position: relative;
text-align: center;
width: 184px !important;
height: 182px !important;
margin: 0 0 10px 0 !important;
padding: 0 !important;
}
ul.li03 .cntImg span{
display: table-cell;
vertical-align: bottom;
}

ul.li03 .pric{
display: block;
color: #fff;
font-size: 24px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
background: #f7bc02;
width: 85px;
margin: 5px auto;
padding: 9px 2px 7px 2px;
}










/* PAGINADOR */

ul.pag {
float: right !important;
width: auto !important;
margin: 4px 0 !important;
}
ul.pag li{
float: left !important;
clear: none !important;
background-image: none !important;
width: auto !important;
margin: 0 2px !important;
padding: 0 !important;
}
ul.pag li a{
float: left;
color: #000 !important;
line-height: 18px;
text-decoration: none !important;
text-align: center;
margin: 0 !important;
padding: 0 4px !important;
}
ul.pag li a:hover{
color: #aeaca9;
}
ul.pag li .pagAct{
	color: #f46500 !important;
	font-weight: 700;
}
ul.pag li .nxt{
	color: #f46500 !important;
	font-weight: 700;
text-decoration: underline !important;
}



/* LIST */

ul.liAct{
float: left;
width: 100% !important;
margin: -10px 0 0 0 !important;
padding: 0 !important;
}
ul.liAct li{
float: left;
clear: none !important;
background: none !important;
width: 48% !important;
height: 58px;
margin: 7px 2% 7px 0 !important;
padding: 0 !important;
}
ul.liAct li a{
display: block;
color: #fff !important;
text-decoration: none !important;
text-align: left;
line-height: 18px;
background: #fffdf7;
width: 100% !important;
height: 58px;
margin: 0 !important;
padding: 0 !important;
}
ul.liAct li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}
ul.liAct img{
float: left;
margin-right: 10px;
}
ul.liAct .small{
font-size: 14px;
line-height: 20px;
}
ul.liAct .txtDs{
float: left;
display: block;
line-height: 18px;
margin: 7px 0 0 0;
}


.liAct .bx2{
background: #f7bc02;
}
.liAct .bx3{
background: #f46500;
}
.liAct .bx4{
background: #ec4430;
}
.liAct .bx5{
background: #721617;
}




/* LIST */

ul.liBks{
float: left;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
ul.liBks li{
float: left;
clear: none !important;
background: none !important;
width: 181px !important;
margin: 0 32px 0 0 !important;
padding: 0 !important;
}
ul.liBks li a{
display: block;
color: #000 !important;
text-decoration: none !important;
text-align: center;
line-height: 18px;
width: 181px !important;
margin: 0 !important;
padding: 0 !important;
}
ul.liBks li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}
ul.liBks li:last-child{
margin: 0 !important;
}
ul.liBks li .pic{
display: block;
width: 181px;
height: 181px;
border: 1px solid #dfdfdf;
margin-bottom: 8px;
}
ul.liBks li .small{
color: #666666;
font-size: 14px;
}




/* LIST */

ul.liAF{
float: left;
width: 100% !important;
margin: -10px 0 10px 0 !important;
padding: 0 !important;
}
ul.liAF li{
float: left;
clear: none !important;
background: none !important;
width: 32% !important;
height: 31px;
margin: 7px 2% 7px 0 !important;
padding: 0 !important;
}
ul.liAF li a{
display: block;
color: #fff !important;
text-decoration: none !important;
text-align: center;
line-height: 30px;
background: #fffdf7;
width: 100% !important;
height: 31px;
margin: 0 !important;
padding: 0 !important;
}
ul.liAF li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

ul.liAF li:last-child{
margin-right: 0 !important;
}
.liAF .bx2{
background: #f46500;
}
.liAF .bx3{
background: #ec4430;
}
.liAF .bx4{
background: #721617;
}



/* LIST AGENDA INT */

ul.agInt{
float: left;
width: 100% !important;
padding: 0 !important;
}
ul.agInt li{
float: left;
background: none !important;
border: none !important;
width: 98% !important;
margin: 7px 2% 7px 0 !important;
padding: 0 !important;
}
ul.agInt li a{
display: block;
color: #000 !important;
font-size: 14px !important;
line-height: 14px;
text-decoration: none !important;
text-align: left;
background: none !important;
width: 90% !important;
margin: 0 !important;
padding: 0 !important;
}
ul.agInt li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}



ul.agInt .dat{
float: left;
display: block;
color: #fff;
font-size: 14px;
text-align: center;
background: #f7bc02;
width: 44px;
height: 40px;
margin-right: 10px;
padding: 2px 0;
}
ul.agInt .dat span{
font-size: 22px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
line-height: 24px;
}

ul.agInt .dat2{
float: left;
display: block;
color: #fff;
font-size: 14px;
text-align: center;
background: #f46500;
width: 44px;
height: 40px;
margin-right: 10px;
padding: 2px 0;
}
ul.agInt .dat2 span{
font-size: 22px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
line-height: 24px;
}

ul.agInt .dat3{
float: left;
display: block;
color: #fff;
font-size: 14px;
text-align: center;
background: #ec4430;
width: 44px;
height: 40px;
margin-right: 10px;
padding: 2px 0;
}
ul.agInt .dat3 span{
font-size: 22px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
line-height: 24px;
}


ul.agInt .dat4{
float: left;
display: block;
color: #fff;
font-size: 14px;
text-align: center;
background: #721617;
width: 44px;
height: 40px;
margin-right: 10px;
padding: 2px 0;
}
ul.agInt .dat4 span{
font-size: 22px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
line-height: 24px;
}

ul.agInt .dat5{
float: left;
display: block;
color: #fff;
font-size: 14px;
text-align: center;
background: #da156b;
width: 44px;
height: 40px;
margin-right: 10px;
padding: 2px 0;
}
ul.agInt .dat5 span{
font-size: 22px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
line-height: 24px;
}



ul.liActv{
	margin: 10px 0;	
}
ul.liActv li{
	float: left;
	position: relative;
	width: 221px;
	margin: 2px 38px 2px 0;
}
ul.liActv li:nth-child(4),
ul.liActv li:nth-child(8),
ul.liActv li:nth-child(12),
ul.liActv li:nth-child(16),
ul.liActv li:nth-child(20),
ul.liActv li:nth-child(24),
ul.liActv li:nth-child(28),
ul.liActv li:nth-child(32),
ul.liActv li:nth-child(36){
	margin: 2px 0 2px 0;
}
ul.liActv li a{
	display: block;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
ul.liActv li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
ul.liActv li .bxImg{
	display: block;
	position: relative;
	margin-bottom: 5px;
}
ul.liActv li .bxImg b{
	font-size: 24px;
	font-family: 'open_sansextrabold', Arial, Tahoma, Verdana;
}

	
ul.liActv li .datA,
ul.liActv li .datB,
ul.liActv li .datC,
ul.liActv li .datD{
	display: block;
	position: absolute;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	height: 36px;
	padding: 0 10px 0 8px;
}
ul.liActv li .datA{
	background: #f7bb01;
}
ul.liActv li .datB{
	background: #f56608;
}
ul.liActv li .datC{
	background: #ed4431;
}
ul.liActv li .datD{
	background: #731515;
}







ul.liNEq{
	color: #fff;
	font-size: 16px;
	width: 100%;
	margin: 20px auto 0 auto;
}
ul.liNEq li{
	float: left;
	clear: none !important;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	letter-spacing: -0.1px;
	background: no-repeat !important;
	width: 292px !important;
	height: 246px;
	margin: 0 25px 30px 0 !important;
	padding: 0 !important;
}
ul.liNEq li:nth-child(2),
ul.liNEq li:nth-child(4),
ul.liNEq li:nth-child(6),
ul.liNEq li:nth-child(8),
ul.liNEq li:nth-child(10){
	margin-right: 0 !important;
}

ul.liNEq li .bxInf{
	bottom: -165px;
	display: block;
	z-index: 100;
	position: absolute;
	background: rgba(0, 0, 0, 0.00);
	line-height: 17px;
	text-align: left;
	width: 262px;
	height: 216px;
	padding: 15px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
ul.liNEq li:hover .bxInf{
	bottom: 0;
	background: rgba(0, 0, 0, 0.80);
}
ul.liNEq li .bxInf .bxCnt{
	display: block;
	position: absolute;
	bottom: 86px;
	width: 262px;
	height: auto;
}
ul.liNEq li .bxInf:hover .bxCnt{
	bottom: 10px;
}
ul.liNEq li .bxInf .bxNam{
	display: block;
	font-size: 20px;
	line-height: 24px;
}
ul.liNEq li .bxInf .bxCrg{
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

ul.liNEq li .icoMr{
	left: 50%;
	bottom: 30px;
	display: block;
	z-index: 100;
	position: absolute;
	background: url(../lib/ico_mor.png) no-repeat;
	width: 59px;
	height: 59px;
	margin-left: -29px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;


}
ul.liNEq li:hover .icoMr{
	bottom: -100px;
	-webkit-opacity: 0.0;
	 -khtml-opacity: 0.0;	
	   -moz-opacity: 0.0;
	    -ms-opacity: 0.0;
	     -o-opacity: 0.0;
	        opacity: 0.0;
}





ul.liBtnB{
	margin: 10px 0;	
}
ul.liBtnB li{
	float: left;
	clear: none !important;
	position: relative;
	background: none !important;
	width: 32.2% !important;
	margin: 2px 1% 2px 0 !important;
	padding: 0 !important;
}
ul.liBtnB li a{
	display: table;
	overflow: hidden;
	color: #ffffff !important;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none !important;
	text-align: center;
	background: #ec4430;
	width: 80%;
	height: 55px;
	padding: 10px 10% !important;
}
ul.liBtnB li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
ul.liBtnB li a span{
	vertical-align: middle;
	display: table-cell;
	height: auto;
}


ul.liBtnC{
	margin: 10px 0;	
}
ul.liBtnC li{
	float: left;
	clear: none !important;
	position: relative;
	background: none !important;
	width: 24% !important;
	margin: 2px 1% 2px 0 !important;
	padding: 0 !important;
}
ul.liBtnC li a{
	display: table;
	overflow: hidden;
	color: #ffffff !important;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none !important;
	text-align: center;
	background: #f46500;
	width: 80%;
	height: 72px;
	padding: 10px 10% !important;
}
ul.liBtnC li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
ul.liBtnC li a span{
	vertical-align: middle;
	display: table-cell;
	height: auto;
}




/* ---------------------------- LISTADOS ---------------------------- */


/* ---------------------------- FORMULARIOS ---------------------------- */



/* FORM 1 */

.formA fieldset{
float: left;
overflow: hidden;
width: 605px;
margin: 5px 0;
}
.formA label{
display: block;
float: left;
font-weight: 700;
text-align: left;
line-height: 15px;
width: 130px;
padding: 8px 0;
}
.formA select{
display: block;
float: left !important;
color: #4c4c4c;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #d6d7d9;
width: 292px;
height: 32px;
padding: 3px 4px;
}
.formA .inpB{
display: block;
float: left;
color: #4c4c4c;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #d6d7d9;
width: 278px;
height: 18px;
padding: 6px;
}
.formA .req{
display: block;
float: left;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #f00;
width: 278px;
height: 18px;
padding: 6px;
}
.formA textarea{
display: block;
float: left;
color: #4c4c4c;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #d6d7d9;
width: 434px;
height: 123px;
padding: 6px 4px;
}
.formA .button{
float: left;
cursor: pointer;
color: #fff;
font-size: 20px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
font-weight: 100;
text-transform: uppercase;
text-align: center;
border: none;
background: #f37923;
padding: 5px 15px;
}
.formA .button:hover{
background: #ed5914;
}
.formA p{
clear: both !important;
margin: 10px 0 !important;
padding: 15px 0;
*padding: 2px 0;
}
.formA .datInf{
display: block;
float: left;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
padding: 6px 4px;
}
.formA .selOp{
display: block;
float: left;
margin-right: 10px;
}
.bxEr{
float: left;
display: block;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 24px;
background: #f00;
width: 70px;
height: 28px;
margin: 2px 0 0 -72px;
*margin: -6px 0 0 15px;
}



/* SEARCH */
.formSr fieldset{
float: right;
margin: 16px 10px 10px 10px !important;
}
.formSr input, textarea, select{
border: 1px solid #d6d7d9;
}
.formSr label{
display: block;
float: left;
color: #7e8089;
text-align: left;
line-height: 22px;
width: 60px;
}
.formSr .inpB{
display: block;
float: left;
color: #b4b4b4;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #b5b5b5;
width: 250px;
height: 20px;
margin: 0 3px 0 auto;
padding: 5px 10px;
}
.formSr .button{
float: left;
cursor: pointer;
color: #fff;
font-size: 16px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
font-weight: 100;
text-transform: uppercase;
text-align: center;
border: none;
background: #262626;
height: 32px;
padding: 0 10px;
}
.formSr p{
clear: both;
overflow: hidden;
margin: 10px 0 !important;
padding: 0 !important;
}
.formSr .rdb2{
	float: left;
	display: block;
	margin-top: 7px;
}
.formSr .txtL{
	float: left;
	display: block;
	font-size: 14px;
	width: auto;
	margin-top: 3px;
}




/* SEARCH FORM 2 */
.formSr2 fieldset{
float: left;
/*width: 605px;*/
}
.formSr2 label{
display: block;
float: left;
color: #f46500;
text-align: left;
line-height: 22px;
padding: 5px 10px 5px 0;
}
.formSr2 .labB{
	margin-left: 20px;
}
.formSr2 select{
display: block;
float: left;
color: #333333;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
line-height: 20px;
border: 1px solid #b6b6b6;
width: 180px;
height: 35px;
margin: 0 auto;
padding: 5px 5px 3px 10px;
}
.formSr2 .inpB{
display: block;
float: left;
color: #4c4c4c;
font-size: 14px;
border: 1px solid #eaebe6;;
width: 200px;
height: 25px;
margin: 0 auto;
padding: 5px 10px;
}
.formSr2 p{
float: left;
overflow: hidden;
margin: 8px 15px 8px 0 !important;
padding: 0 !important;
}




/* SEARCH FORM 3 */
.formSr3 fieldset{
float: left;
background: #ededed;
border-bottom: 1px solid #cecece;
width: 94%;
padding: 0 3%;
}
.formSr3 label{
display: block;
float: left;
color: #f46500;
text-align: left;
line-height: 22px;
padding: 5px 10px 5px 0;
}
.formSr3 select{
display: block;
float: left;
color: #333333;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
line-height: 20px;
border: 1px solid #b6b6b6;
width: 220px;
height: 35px;
margin: 0 auto;
padding: 5px 5px 3px 10px;
}
.formSr3 .inpB{
display: block;
float: left;
color: #4c4c4c;
font-size: 16px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #a8a8a8;
width: 200px;
height: 20px;
margin: 0 auto;
padding: 5px 10px;
}
.formSr3 p{
clear: both;
overflow: hidden;
margin: 8px 0;
padding: 0 !important;
}

.formSr3 .button{
float: left;
cursor: pointer;
color: #fff;
font-size: 16px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
font-weight: 100;
text-transform: uppercase;
text-align: center;
border: none;
background: #f37923;
height: 32px;
margin: 0 0 0 5px;
padding: 0 10px;
}



/* SEARCH */
.formSrB fieldset{
width: 550px;
margin: 20px auto !important;
}
.formSrB input, textarea, select{
border: 1px solid #d6d7d9;
}
.formSrB label{
display: block;
float: left;
color: #7e8089;
font-size: 24px;
text-align: left;
line-height: 22px;
margin: 20px auto 10px auto;
}
.formSrB .inpB{
display: block;
float: left;
color: #b4b4b4;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #b5b5b5;
width: 395px;
height: 29px;
margin: 0 5px 0 auto;
padding: 5px 10px;
}
.formSrB .button{
float: left;
cursor: pointer;
color: #fff;
font-size: 20px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
font-weight: 100;
text-transform: uppercase;
text-align: center;
border: none;
background: #262626;
height: 41px;
padding: 0 15px;
}
.formSrB p{
clear: both;
overflow: hidden;
margin: 5px 0 !important;
padding: 0 !important;
}






/* SUS */
.formSus fieldset{
margin: 0 0 16px 0 !important;
}
.formSus input, textarea, select{
border: 1px solid #d6d7d9;
}
.formSus label{
display: block;
float: left;
color: #7e8089;
font-weight: 700;
text-align: left;
line-height: 22px;
}
.formSus .inpB{
display: block;
float: left;
color: #b4b4b4;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
border: 1px solid #b5b5b5;
width: 164px;
height: 20px;
margin: 0 3px 0 auto;
padding: 5px 7px;
}
.formSus .button{
float: left;
cursor: pointer;
color: #fff;
font-size: 16px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
font-weight: 100;
text-transform: uppercase;
text-align: center;
border: none;
background: #262626;
height: 32px;
padding: 0 7px;
}
.formSus p{
clear: both;
overflow: hidden;
margin: 10px 0 !important;
padding: 0 !important;
}
.formSus .txtEr{
display: block;
clear: both;
color: #fff;
font-size: 14px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: center;
background: #c00;
padding: 3px 7px 5px 7px;
}





/* ---------------------------- FORMULARIOS ---------------------------- */



/* TABLA */
.tabA{
clear: both;
margin: 0 auto 5px auto;
}
.tabA table, th, td {
border: 6px solid #fff;
}
.tabA td, th {

}
.tabA thead th {
color: #f46500;
font-size: 18px;
font-weight: lighter;
text-align: center;
}
.tabA tbody td {
color: #cecece;
font-size: 22px;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
line-height: 37px;
text-align: center;
background: #e5e5e5;
width: 38px !important;
height: 38px !important;
}

a.lnkAC:link,a.lnkAC:visited{
display: block;
color: #fff;
text-decoration: none;
background: #f46500;
width: 38px !important;
height: 38px !important;
}
a.lnkAC:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

a.dP:link,a.dP:visited{
display: block;
color: #fff;
text-decoration: none;
background: #959595;
width: 38px !important;
height: 38px !important;
}
a.dP:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




#pageslide {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    color: #fff;
	background-color: #4c4c4c;
	overflow-y: scroll;
    width: 68%;
    height: 100%;
    padding: 0 5% 0 5%;
}


.open {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 65px;
	height: 60px;
	background: url(../lib/nav.png) no-repeat center;
	text-indent: -999999px;
}


@media screen and (min-width:200px) and (max-width:920px) {
	ul#nav2{
		display: none;
		width: 100% !important;
		margin: 5px 0 10px 0 !important;
	}
	.open { display: block; }
	#pageslide #nav2 li{
		width: 100% !important;
		margin: 5px 0 10px 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		text-transform: uppercase;
	}
	#pageslide #nav2 li a{
		display: block; 
		color: #fff;
		font-size: 18px;
		text-align: left;
		text-decoration: none;
		width: 96%;
		padding: 10px 2%!important;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	#pageslide #nav2 li a:hover {
		background: rgba(255, 255, 255, 0.06);
	}
	#pageslide #nav2 .menu_items{
		display: block !important;
		position: relative;
		background: transparent;
		width: 100%;
		margin: 0;
		*margin: 0;
		padding: 15px 0;
	}

	#pageslide #nav2 .menu_items li {
	width: 100%;
	height: 90px !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	#pageslide #nav2 .menu_items li a {
	width: 96%;
	height: 70px !important;
	padding: 10px 2% !important;
	}
.menu_items a:hover span {
display: block;
float: left;
width: 110px;
margin-top: 10px;
}
.menu_items img{
float: left;
margin-right: 15px;
}



}



/* ---------------------------- MEDIA QUERIES ---------------------------- */


@media screen and (min-width:1351px) and (max-width:1440px){

	.wrapper{
		min-width: 320px;
	}


	



	
}


@media screen and (min-width:1200px) and (max-width:1350px){

	.wrapper{
		min-width: 320px;
	}






	
}


/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width:921px) and (max-width:1190px){

	.wrapper{
	min-width: 320px;
	}






}



/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width:581px) and (max-width:920px){


	.wrapper{
	min-width: 200px;
	}





	.header .formSr{
		display: none;
	}


	.header{
	height: auto;
	}

	.header .contHd{
	width: 96%;
	height: auto;
	margin: 0 auto;
	}

	a.logo:link,a.logo:visited{
	float: none;
	position: absolute;
	left: 50%;
	width: 220px;
	height: 60px;
	margin: 13px auto 13px -110px;
		-webkit-background-size: 130%;
		   -moz-background-size: 130%;
		    -ms-background-size: 130%;
		     -o-background-size: 130%;
		        background-size: 130%;
	}







	.banner .cntBanner{
		width: 100%;
	}
	.banner .cntBanner ul li .bxTxtB{
		display: none;
	}


	.contentAdI .contAdI{
		width: 100%;
	}

	.contentAdI .contAdI ul li{
		width: 44%;
		margin: 8px 3%;
	}
	.contentAdI .contAdI ul li a{
		font-size: 14px;
	}


	.contentAcN .contAcN{
		width: 92%;
	}

	.contentAct .contAct{
		width: 92%;
	}

	.contentPrE .contPrE{
		width: 92%;
	}



	.contentPrE .contPrE{
		width: 92%;
	}

	.contentPrE .contPrE ul{
		width: 100%;
		margin: 10px 0 20px 0;	
	}


	.contentPrE .contPrE .formSr{
		width: 100%;
	}
	.contentPrE .contPrE .formSr fieldset{
		width: 100%;
	}
	.contentPrE .contPrE .formSr label{
		width: 90%;
	}
	.contentPrE .contPrE .formSr .inpB{
		width: 60%;
	}


	.contCnt .opt{
		display: none;
	}



	.contentC .contCnt{
		width: 92%;
	}

	.contentC .contCnt .contIn{
	width: 100%;
	}
	.contentC .contCnt .contIn .txtMs{
	width: 100%;
	}





	.prod .contPr{
		width: 92%;
	}


	.prod .contPr ul li{
		width: 49%;
		margin: 0 1% 20px 0;
	}
	.prod .contPr ul .bxImg{
		width: 34%;
		margin-right: 5%;
	}
	.prod .contPr ul .bxImg img{
		width: 100%;
	}
	.prod .contPr ul .descB{
		width: 60%;
	}




	.info .contInf{
		width: 92%;
	}

.info .contInf p{
display: block;
float: left;
text-align: left;
width: 190px;
margin-right: 50px;
}
.info .contInf p:nth-child(4){
	width: 230px;
	margin-top: 30px;
}
.info .contInf p:nth-child(4) img{
	float: left;
	display: block;
	margin: 0 0 0 15px;
}
.info .contInf p:nth-child(4) .subT{
	float: left;
	display: block;
	text-transform: none;
	margin-top: 20px;
}
.info .contInf p:nth-child(6){
	background: #f7bc02;
	width: 240px;
	margin: 10px 0;
	padding: 5px 15px;
}
.info .contInf p:nth-child(6) a{
	color: #000;
	text-decoration: none;
}


	.info .contInfB{
		width: 92%;
	}

	.info .contInfB p{
	width: 30% !important;
	margin: 0 3% 0 0 !important;
	}



	.footer .contFt{
		width: 92%;
	}

	.footer p{
		line-height: 12px;
		width: 60%;
		margin-top: 6px;
	}




	.content .contCnt{
		width: 92%;
	}
	.contCnt .contIn{
		width: 100%;
	}


	.contIn .banner{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul li{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner li a{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner li span{
		display: none;
	}




	.contIn .bxSit{
	width: 53%;
	}







	.contIn .bxDsc img{
		width: 100%;
	}
	.contIn .bxDsc .txtDsc{		
	width: 100%;
	margin-left: 0;
	}
	.contIn .bxDsc .txtDscB{	
	width: 100%;
	margin-right: 0;
	}
	.contIn .bxDsc .txtDB2{	
	width: 100%;
	margin-right: 0;
	}





	

ul.li01 .descTB{
float: left;
width: 65%;
}







	ul.liBks{
		width: 100% !important;
	}
	ul.liBks li{
		float: none !important;
		display: inline-block !important;
		/*
	width: 46% !important;
	margin: 10px 2% !important;*/
	}
/*
	ul.liBks li img{
	width: 100% !important;
	}
	ul.liBks li a{
	width: 100% !important;
	}
	ul.liBks li .pic{
	width: 100% !important;
	height: auto;
	}
*/










	ul.liActv li{
		width: 24%;
		margin: 10px 1% 10px 0;
	}
	ul.liActv li:nth-child(4),
	ul.liActv li:nth-child(8),
	ul.liActv li:nth-child(12),
	ul.liActv li:nth-child(16),
	ul.liActv li:nth-child(20),
	ul.liActv li:nth-child(24),
	ul.liActv li:nth-child(28),
	ul.liActv li:nth-child(32),
	ul.liActv li:nth-child(36){
		margin: 10px 0;
	}
	ul.liActv li .bxImg img{
		width: 100%;
	}
	ul.liActv li .datA,
	ul.liActv li .datB,
	ul.liActv li .datC,
	ul.liActv li .datD{
		line-height: 20px;
		text-align: left;
		max-width: 70%;
		height: auto;
		padding: 6px 10px 6px 8px;
	}




	/* FORM 1 */

	.formA fieldset{
		width: 100%;
		margin: 5px 0;
	}
	.formA label{
		width: 100%;
	}
	.formA select{
		width: 90%;
	}
	.formA .inpB{
		width: 90%;
	}
	.formA .req{
		width: 90%;
	}
	.formA textarea{
		width: 90%;
	}


	/* SEARCH FORM 2 */
	












}




/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:321px) and (max-width:580px){



	#wrapper{
		min-width: 200px;
	}


	.header .formSr{
		display: none;
	}


	.header{
	height: auto;
	}

	.header .contHd{
	width: 96%;
	height: auto;
	margin: 0 auto;
	}

	a.logo:link,a.logo:visited{
	float: none;
	position: absolute;
	left: 50%;
	width: 220px;
	height: 60px;
	margin: 13px auto 13px -110px;
		-webkit-background-size: 130%;
		   -moz-background-size: 130%;
		    -ms-background-size: 130%;
		     -o-background-size: 130%;
		        background-size: 130%;
	}



	a.btn01:link,a.btn01:visited{
		width: 80%;
		margin: 65px 10% 5px 10%;
	}
	a.btn01 span{
	float: none;
	}
	


	a.btn02:link,a.btn02:visited {
		width: 80%;
		margin: 5px 10%;
	}
	a.btn02 span{
	float: none;
	}






	.banner .cntBanner{
		width: 100%;
	}
	.banner .cntBanner ul li .bxTxtB{
		display: none;
	}


	.contentAdI .contAdI{
		width: 100%;
	}

	.contentAdI .contAdI ul li{
		width: 44%;
		margin: 8px 1.6%;
	}
	.contentAdI .contAdI ul li a{
		font-size: 14px;
	}


	.contentAcN .contAcN{
		width: 92%;
	}

	.contentAct .contAct{
		width: 92%;
	}

	.contentPrE .contPrE{
		width: 92%;
	}



	.contentPrE .contPrE{
		width: 92%;
	}

	.contentPrE .contPrE ul{
		width: 100%;
		margin: 10px 0 20px 0;	
	}


	.contentPrE .contPrE .formSr{
		width: 100%;
	}
	.contentPrE .contPrE .formSr fieldset{
		background: none;
		width: 100%;
		padding: 0 !important;
	}
	.contentPrE .contPrE .formSr label{
		width: 90%;
	}
	.contentPrE .contPrE .formSr .inpB{
		width: 60%;
	}


	.contCnt .opt{
		display: none;
	}



	.contentC .contCnt{
		width: 92%;
	}

	.contentC .contCnt .contIn{
	width: 100%;
	}
	.contentC .contCnt .contIn .txtMs{
	width: 100%;
	}





	.prod .contPr{
		width: 92%;
	}


	.prod .contPr ul li{
		width: 49%;
		margin: 0 1% 20px 0;
	}
	.prod .contPr ul .bxImg{
		width: 34%;
		margin-right: 5%;
	}
	.prod .contPr ul .bxImg img{
		width: 100%;
	}
	.prod .contPr ul .descB{
		width: 60%;
	}




	.info .contInf{
		width: 92%;
	}

.info .contInf p{
display: block;
float: left;
text-align: left;
width: 190px;
margin-right: 50px;
}
.info .contInf p:nth-child(4){
	width: 230px;
	margin-top: 30px;
}
.info .contInf p:nth-child(4) img{
	float: left;
	display: block;
	margin: 0 0 0 15px;
}
.info .contInf p:nth-child(4) .subT{
	float: left;
	display: block;
	text-transform: none;
	margin-top: 20px;
}
.info .contInf p:nth-child(6){
	background: #f7bc02;
	width: 240px;
	margin: 10px 0;
	padding: 5px 15px;
}
.info .contInf p:nth-child(6) a{
	color: #000;
	text-decoration: none;
}


	.info .contInfB{
		width: 92%;
	}

.info .contInfB p{
display: block;
float: left;
text-align: left;
width: 190px;
margin: 0 100px 0 40px;
}



	.footer .contFt{
		width: 92%;
	}

	.footer p{
		line-height: 12px;
		width: 60%;
		margin-top: 6px;
	}




	.content .contCnt{
		width: 92%;
	}
	.contCnt .contIn{
		width: 100%;
	}


	.contIn .banner{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul li{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner li a{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner li span{
		display: none;
	}






	.contIn .bxSit{
	width: 100%;
	}



	.bxImgAd{
		width: 100%;
	margin: 20px 0 30px 40px;
	}



	.contIn .bxDsc img{
		width: 100%;
	}
	.contIn .bxDsc .txtDsc{		
	width: 100%;
	margin-left: 0;
	}
	.contIn .bxDsc .txtDscB{	
	width: 100%;
	margin-right: 0;
	}
	.contIn .bxDsc .txtDB2{	
	width: 100%;
	margin-right: 0;
	}



	.contIn .bxTB{
	width: 90%;
	margin: 20px 5% 20px 5%;
	}




	/* DOCUMENTOS ADJUNTOS */

	a.bxPdf:link,a.bxPdf:visited,
	a.bxDoc:link,a.bxDoc:visited,
	a.bxTxt:link,a.bxTxt:visited,
	a.bxZip:link,a.bxZip:visited,
	a.bxXls:link,a.bxXls:visited{
		width: 100%;
	}
	a.bxPdf span,
	a.bxDoc span,
	a.bxTxt span,
	a.bxZip span,
	a.bxXls span{
		width: 80%;
		padding: 11px 2% 11px 15% !important;
	}




	
	ul.li01 img{
		display: none;
	}

	ul.li01 .descT{
	width: 100%;
	}

ul.li01 .descTB{
float: left;
width: 65%;
}





/* LISTADO 2 */

	ul.li02 {
	margin: 10px 0 !important;
	}
	ul.li02 li{
	width: 96% !important;
	padding: 15px 2% 5px 2% !important;
	}
	ul.li02 li:last-child{
	padding: 15px 2% 5px 2% !important;
	}




	ul.liBks li{
	width: 46% !important;
	margin: 10px 2% !important;
	}
	ul.liBks li img{
	width: 100% !important;
	}
	ul.liBks li a{
	width: 100% !important;
	}
	ul.liBks li .pic{
	width: 100% !important;
	height: auto;
	}


	ul.liBtnB{
		width: 100% !important;
	}
	ul.liBtnB li{
		float: none;
		width: 80% !important;
		margin: 4px 10% !important;
	}




	ul.liBtnC li{
		width: 46% !important;
		margin: 6px 2% !important;
	}






	ul.liNEq li{
		width: 49% !important;
		margin: 0 2% 15px 0 !important;
	}
	ul.liNEq li img{
		margin-left: -40% !important;
	}

	ul.liNEq li .bxInf{
		width: 96%;
		height: 216px;
		padding: 15px 2%;
	}
	ul.liNEq li .bxInf .bxCnt{
		bottom: 40px;
		width: 90%;
		padding: 0 5%;
	}






	ul.liActv li{
		width: 46%;
		margin: 10px 2%;
	}
	ul.liActv li:nth-child(4),
	ul.liActv li:nth-child(8),
	ul.liActv li:nth-child(12),
	ul.liActv li:nth-child(16),
	ul.liActv li:nth-child(20),
	ul.liActv li:nth-child(24),
	ul.liActv li:nth-child(28),
	ul.liActv li:nth-child(32),
	ul.liActv li:nth-child(36){
		margin: 10px 2%;
	}
	ul.liActv li .bxImg img{
		width: 100%;
	}
	ul.liActv li .datA,
	ul.liActv li .datB,
	ul.liActv li .datC,
	ul.liActv li .datD{
		line-height: 20px;
		text-align: left;
		max-width: 70%;
		height: auto;
		padding: 6px 10px 6px 8px;
	}




	/* FORM 1 */

	.formA fieldset{
		width: 100%;
		margin: 5px 0;
	}
	.formA label{
		width: 100%;
	}
	.formA select{
		width: 90%;
	}
	.formA .inpB{
		width: 90%;
	}
	.formA .req{
		width: 90%;
	}
	.formA textarea{
		width: 90%;
	}


	/* SEARCH FORM 2 */
	.formSr2 fieldset{
	float: left;
	}
	.formSr2 label{
		width: 90%;
	}
	.formSr2 .labB{
		margin-left: 0;
	}
.formSr2 select{
display: block;
float: left;
color: #333333;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
line-height: 20px;
border: 1px solid #b6b6b6;
width: 180px;
height: 35px;
margin: 0 auto;
padding: 5px 5px 3px 10px;
}
.formSr2 .inpB{
display: block;
float: left;
color: #4c4c4c;
font-size: 14px;
border: 1px solid #eaebe6;;
width: 200px;
height: 25px;
margin: 0 auto;
padding: 5px 10px;
}
	.formSr2 p{
	margin: 8px 0 !important;
	}


	/* SEARCH */
	.formSrB fieldset{
	width: 100%;
	}

	.formSrB label{
	width: 76% !important;
	}
	.formSrB .inpB{
	width: 60%;
	padding: 5px 10px;
	}





	
}


/* ---------------------------- MOBILE V ---------------------------- */



@media screen and (max-width: 320px) {


	.wrapper{
		min-width: 200px;
	}
	



	.header .formSr{
		display: none;
	}


	
	.header{
	height: auto;
	}

	.header .contHd{
	width: 96%;
	height: auto;
	margin: 0 auto;
	}

	a.logo:link,a.logo:visited{
	float: none;
	position: absolute;
	left: 50%;
	width: 200px;
	height: 40px;
	margin: 13px auto 13px -100px;
		-webkit-background-size: 120%;
		   -moz-background-size: 120%;
		    -ms-background-size: 120%;
		     -o-background-size: 120%;
		        background-size: 120%;
	}

	a.btn01:link,a.btn01:visited{
		width: 80%;
		margin: 65px 10% 5px 10%;
	}
	a.btn01 span{
		float: none;
	}
	


	a.btn02:link,a.btn02:visited {
		width: 80%;
		margin: 5px 10%;
	}
	a.btn02 span{
	float: none;
	}




	.banner .cntBanner{
		width: 100%;
	}
	.banner .cntBanner ul li .bxTxtB{
		display: none;
	}


	.contentAdI .contAdI{
		width: 100%;
	}

	.contentAdI .contAdI ul li{
		width: 44%;
		margin: 8px 1.6%;
	}
	.contentAdI .contAdI ul li a{
		font-size: 14px;
	}


	.contentAcN .contAcN{
		width: 92%;
	}

	.contentAct .contAct{
		width: 92%;
	}

	.contentPrE .contPrE{
		width: 92%;
	}



	.contentPrE .contPrE{
		width: 92%;
	}

	.contentPrE .contPrE ul{
		width: 100%;
		margin: 10px 0 20px 0;	
	}


	.contentPrE .contPrE .formSr{
		width: 100%;
	}
	.contentPrE .contPrE .formSr fieldset{
		background: none;
		width: 100%;
		padding: 0 !important;
	}
	.contentPrE .contPrE .formSr label{
		width: 90%;
	}
	.contentPrE .contPrE .formSr .inpB{
		width: 50%;
	}

	.contCnt .opt{
		display: none;
	}



	.contentC .contCnt{
		width: 92%;
	}

	.contentC .contCnt .contIn{
	width: 100%;
	}
	.contentC .contCnt .contIn .txtMs{
	width: 100%;
	}



	.prod .contPr{
		width: 92%;
	}


	.prod .contPr ul li{
		width: 49%;
		margin: 0 1% 20px 0;
	}
	.prod .contPr ul .bxImg{
		width: 34%;
		margin-right: 5%;
	}
	.prod .contPr ul .bxImg img{
		width: 100%;
	}
	.prod .contPr ul .descB{
		width: 60%;
	}




	.info .contInf{
		width: 92%;
	}

.info .contInf p{
display: block;
float: left;
text-align: left;
width: 190px;
margin-right: 50px;
}
.info .contInf p:nth-child(4){
	width: 230px;
	margin-top: 30px;
}
.info .contInf p:nth-child(4) img{
	float: left;
	display: block;
	margin: 0 0 0 15px;
}
.info .contInf p:nth-child(4) .subT{
	float: left;
	display: block;
	text-transform: none;
	margin-top: 20px;
}
.info .contInf p:nth-child(6){
	background: #f7bc02;
	width: 240px;
	margin: 10px 0;
	padding: 5px 15px;
}
.info .contInf p:nth-child(6) a{
	color: #000;
	text-decoration: none;
}


	.info .contInfB{
		width: 92%;
	}

.info .contInfB p{
display: block;
float: left;
text-align: left;
width: 190px;
margin: 0 100px 0 40px;
}



	.footer .contFt{
		width: 92%;
	}

	.footer p{
		line-height: 12px;
		width: 60%;
		margin-top: 6px;
	}



	.content .contCnt{
		width: 92%;
	}
	.contCnt .contIn{
		width: 100%;
	}


	.contIn .banner{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner ul li{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner li a{
		width: 100%;
		height: auto;
	}
	.contIn .banner .cntBanner li span{
		display: none;
	}






	.contIn .bxSit{
	width: 100%;
	}



	.bxImgAd{
		width: 100%;
	margin: 20px 0 30px 40px;
	}



	.contIn .bxDsc img{
		width: 100%;
	}
	.contIn .bxDsc .txtDsc{		
	width: 100%;
	margin-left: 0;
	}
	.contIn .bxDsc .txtDscB{	
	width: 100%;
	margin-right: 0;
	}
	.contIn .bxDsc .txtDB2{	
	width: 100%;
	margin-right: 0;
	}




	.contIn .bxTB{
	width: 90%;
	margin: 20px 5% 20px 5%;
	}




	/* DOCUMENTOS ADJUNTOS */

	a.bxPdf:link,a.bxPdf:visited,
	a.bxDoc:link,a.bxDoc:visited,
	a.bxTxt:link,a.bxTxt:visited,
	a.bxZip:link,a.bxZip:visited,
	a.bxXls:link,a.bxXls:visited{
		width: 100%;
	}
	a.bxPdf span,
	a.bxDoc span,
	a.bxTxt span,
	a.bxZip span,
	a.bxXls span{
		width: 80%;
		padding: 11px 2% 11px 15% !important;
	}






	
	ul.li01 img{
		display: none;
	}

	ul.li01 .descT{
	width: 100%;
	}

ul.li01 .descTB{
float: left;
width: 65%;
}





/* LISTADO 2 */

	ul.li02 {
	margin: 10px 0 !important;
	}
	ul.li02 li{
	width: 96% !important;
	padding: 15px 2% 5px 2% !important;
	}
	ul.li02 li:last-child{
	padding: 15px 2% 5px 2% !important;
	}




	ul.liBks li{
	width: 46% !important;
	margin: 10px 2% !important;
	}
	ul.liBks li img{
	width: 100% !important;
	}
	ul.liBks li a{
	width: 100% !important;
	}
	ul.liBks li .pic{
	width: 100% !important;
	height: auto;
	}


	ul.liBtnB{
		width: 100% !important;
	}
	ul.liBtnB li{
		float: none;
		width: 80% !important;
		margin: 4px 10% !important;
	}




	ul.liBtnC li{
		width: 46% !important;
		margin: 6px 2% !important;
	}






	ul.liNEq li{
		width: 49% !important;
		margin: 0 2% 15px 0 !important;
	}
	ul.liNEq li img{
		margin-left: -40% !important;
	}

	ul.liNEq li .bxInf{
		width: 96%;
		height: 216px;
		padding: 15px 2%;
	}
	ul.liNEq li .bxInf .bxCnt{
		bottom: 40px;
		width: 90%;
		padding: 0 5%;
	}







	ul.liActv li{
		width: 46%;
		margin: 10px 2%;
	}
	ul.liActv li:nth-child(4),
	ul.liActv li:nth-child(8),
	ul.liActv li:nth-child(12),
	ul.liActv li:nth-child(16),
	ul.liActv li:nth-child(20),
	ul.liActv li:nth-child(24),
	ul.liActv li:nth-child(28),
	ul.liActv li:nth-child(32),
	ul.liActv li:nth-child(36){
		margin: 10px 2%;
	}
	ul.liActv li .bxImg img{
		width: 100%;
	}
	ul.liActv li .datA,
	ul.liActv li .datB,
	ul.liActv li .datC,
	ul.liActv li .datD{
		line-height: 20px;
		text-align: left;
		max-width: 70%;
		height: auto;
		padding: 6px 10px 6px 8px;
	}






	/* FORM 1 */

	.formA fieldset{
		width: 100%;
		margin: 5px 0;
	}
	.formA label{
		width: 100%;
	}
	.formA select{
		width: 90%;
	}
	.formA .inpB{
		width: 90%;
	}
	.formA .req{
		width: 90%;
	}
	.formA textarea{
		width: 90%;
	}


	/* SEARCH FORM 2 */
	.formSr2 fieldset{
	float: left;
	}
	.formSr2 label{
		width: 90%;
	}
	.formSr2 .labB{
		margin-left: 0;
	}
.formSr2 select{
display: block;
float: left;
color: #333333;
font-size: 18px;
font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
line-height: 20px;
border: 1px solid #b6b6b6;
width: 180px;
height: 35px;
margin: 0 auto;
padding: 5px 5px 3px 10px;
}
.formSr2 .inpB{
display: block;
float: left;
color: #4c4c4c;
font-size: 14px;
border: 1px solid #eaebe6;;
width: 200px;
height: 25px;
margin: 0 auto;
padding: 5px 10px;
}
	.formSr2 p{
	margin: 8px 0 !important;
	}


	/* SEARCH */
	.formSrB fieldset{
	width: 100%;
	}

	.formSrB label{
	width: 76% !important;
	}
	.formSrB .inpB{
	width: 60%;
	padding: 5px 10px;
	}





	
}










/* SIMPLE WYSIWIG */

.bold{
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}
.bold2{
color: #f46500;
font-family: 'OpenSansCondensedBold', Arial, Tahoma, Verdana;
}


.small{
font-size: 14px;
}
.small2{
color: #f46500;
font-size: 14px;
}


.color2{
color: #f46500;
}



