html {height: 100%;}
body{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(../img/img_presentacion/bg.png) center top no-repeat;
	background-size: cover;
	color:#ffffff;
	cursor:default;
    position: relative;
    min-height: 100%;
    padding: 0 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link{color:#ffffff;text-decoration:none;}
a:active{color:#ffffff;text-decoration:none;}
a:visited{color:#ffffff;text-decoration:none;}
a:hover{color:#ffffff;text-decoration:underline;}

/* //////////////////////// Comienzo Cabezal //////////////////////// */

div.cabezal{
	background:url(../img/img_presentacion/cabezal_bg.png) repeat-x;
	width:100%;
	height:auto;
}

div.cabezal_cont{
	background:url(../img/img_presentacion/cabezal.png) center top no-repeat;
	width:1270px;
	margin:0 auto;
	clear:both;
	height:auto;
}

div.cabezal_subcont{
	width:960px;
	margin:0 auto;
	clear:both;
	height:195px;
}

div.logo{
	background:url(../img/img_presentacion/logo.png) no-repeat;
	width:352px;
	height:130px;
	float:left;
	margin:32px 0;
}

a.logo_a:link{display:block;width:100%;height:100%;}
a.logo_a:active{display:block;width:100%;height:100%;}
a.logo_a:visited{display:block;width:100%;height:100%;}
a.logo_a:hover{display:block;width:100%;height:100%;}

div.cab_info{
	float:right;
	overflow:hidden;
	width:608px;
	height:195px;
}

div.cab_redes{
	float:right;
	clear:both;
	overflow:hidden;
	margin:10px 0 0;
}

div.cab_redtit{
	color:#ffffff;
	clear:both;
	margin:0 0 5px;
	font-style:italic;
}

a.cab_btnface:link{display:block;width:38px;height:37px;background:url(../img/img_presentacion/cab_btnface.png) no-repeat;float:right;clear:both;}
a.cab_btnface:active{display:block;width:38px;height:37px;background:url(../img/img_presentacion/cab_btnface.png) no-repeat;float:right;clear:both;}
a.cab_btnface:viisted{display:block;width:38px;height:37px;background:url(../img/img_presentacion/cab_btnface.png) no-repeat;float:right;clear:both;}
a.cab_btnface:hover{display:block;width:38px;height:37px;background:url(../img/img_presentacion/cab_btnface_hov.png) no-repeat;float:right;clear:both;}

div.cab_menu{
	clear:both;
	overflow:hidden;
	margin:20px 0 0;
	float:right;
}

div.cabmenu_item{
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	margin:0 15px 0 0;
	overflow:hidden;
}

div.cabmenu_item2{
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	margin:7px 15px 0 0;
	overflow:hidden;
}

a.cabmenu_item_a:link{text-decoration:none;padding:0 0 25px 15px;display:block;}
a.cabmenu_item_a:active{text-decoration:none;padding:0 0 25px 15px;display:block;}
a.cabmenu_item_a:visited{text-decoration:none;padding:0 0 25px 15px;display:block;}
a.cabmenu_item_a:hover{text-decoration:none;padding:0 0 25px 15px;display:block;background:url(../img/img_presentacion/cabmenu_item.png) left bottom no-repeat;}

a.cabmenu_item_a_active:link{text-decoration:none;padding:0 0 25px 15px;display:block;background:url(../img/img_presentacion/cabmenu_item.png) left bottom no-repeat;}
a.cabmenu_item_a_active:active{text-decoration:none;padding:0 0 25px 15px;display:block;background:url(../img/img_presentacion/cabmenu_item.png) left bottom no-repeat;}
a.cabmenu_item_a_active:visited{text-decoration:none;padding:0 0 25px 15px;display:block;background:url(../img/img_presentacion/cabmenu_item.png) left bottom no-repeat;}
a.cabmenu_item_a_active:hover{text-decoration:none;padding:0 0 25px 15px;display:block;background:url(../img/img_presentacion/cabmenu_item.png) left bottom no-repeat;}

div.cabmenu_sep{
	background:url(../img/img_presentacion/cabmenu_sep.png) no-repeat;
	width:7px;
	height:6px;
	margin:15px 5px;
	float:left;
}

div.cabmenu_item:hover ul.submenu{
	display:block;
}

ul.submenu{
	display:none;
	position:absolute;
	list-style:none;
	margin:0 0 0 -14px;
	padding:0 5px;
	border:2px solid #981B1C;
	background:#3A2415;
	z-index:2500;
	width:118px;
}

li.submenu_item{
	border-bottom:1px solid #ffffff;
	overflow:hidden;
	clear:both;
	font-size:12px;
	font-weight:normal;
}

li.submenu_item2{
	overflow:hidden;
	clear:both;
	font-size:12px;
	font-weight:normal;
}

a.submenu_item_a:link{display:block;padding:5px 15px;color:#ffffff;text-decoration:none;}
a.submenu_item_a:active{display:block;padding:5px 15px;color:#ffffff;text-decoration:none;}
a.submenu_item_a:visited{display:block;padding:5px 15px;color:#ffffff;text-decoration:none;}
a.submenu_item_a:hover{display:block;padding:5px 15px;color:#981B1C;text-decoration:none;}

/* //////////////////////// Fin Cabezal //////////////////////// */


/* ///////////////////// Comienzo Slide ///////////////////// */

#slider {
	position: relative; /*important for ie bugfix*/
	width: 660px; height: 285px; /*the width of the slider is important but could be everything in pixels*/
	overflow: hidden;
	z-index: 10;
	
	background-color: #FCF;
	}


/*the for and back buttons*/
#right { /*hides the inline text with textindent*/
	background-color: #F3F;
	width: 50px;
	margin: 10px 0;
	cursor: pointer;
	}
	
#left {
	background-color: #F3F;
	width: 50px;
	margin: 10px 0;
	cursor: pointer;
	}

	
#slider ul { /*the width of the ul and the li will be set automaticly by the javascript!*/
	position: relative; 
	}
	
#slider ul li { /*the width of the ul and the li will be set automaticly by the javascript!*/
	float: left;
	}


/*the numbered navigation*/
#numbers { /*also the width of the number-wrapper will be set automaticly, delete line 33-35 in the js to avoid this*/
	text-align: center;
	list-style: none;
	width: 105px;
	}	
	
#numbers li {
	position: relative;
	float: left;
	
	width: 15px; height: 15px; 
	margin: 0 5px; 
	border: 1px solid #ccc;
	}
	
.activenum { /*marks the current sliderposition*/

	}

/* The slider */
.iviewSlider {
	overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	cursor: pointer;
	display:none!important;
}

#iview-timer div {
	border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 3px;
	background: #000;
	width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.iview-prevNav {
	left:0px;
}
.iview-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
	position:absolute;
	z-index:9;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}

/* The captions in the Slider */
.iview-caption {
	position:absolute;
	z-index:4;
	overflow: hidden;
	cursor: default;
}

/* The video show in the Slider */
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: #444;
}

#iview {
	display: block;
	width:960px;
	height: 393px;
	position: relative;
	margin:0 auto -225px;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 960px;
	height: 393px;
	overflow: hidden;
	position:relative;
	z-index: 1000;
}

#iview .iview-controlNav {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity:1!important;
	z-index: 3000;
}

#iview .iview-controlNav a {
	text-indent: -9999px;
}

#iview .iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 11px;
	background: url(../img/img_presentacion/slide/bullets_2.png) no-repeat 0px 0px;
	line-height: 0px;
	margin-right: 7px;
}

#iview .iview-controlNav a.iview-control.active {
	background-position: 0px -11px;
}

#iview div.iview-directionNav {
	position: absolute;
	top: 140px;
	left: 0px;
	z-index: 9;
	width: 100%;
	display:none!important;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(../img/img_presentacion/slide/nav_paddles.png);
	text-indent: -9999px;
}

#iview div.iview-directionNav a:active {
	background-image: url(../img/img_presentacion/slide/nav_paddles_down.png);
}

#iview div.iview-directionNav a.iview-nextNav {
	right: 20px;
	background-position: 56px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: 20px;
	background-position: -16px 0px
}

.iview-caption {
	background: url(../img/img_presentacion/slide/caption-bg.png);
	color: #FFF;
	border-radius: 3px;
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}

.iview-caption.video-caption {
	padding: 10px;
}

.iview-caption.caption1 {
}

.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}

.iview-caption.caption3 {
	background: #c4302b;
}

.iview-caption.caption3 div {
	line-height: 150%;
	text-align: justify;
}

.iview-caption.caption4 {
	background: #00b4ff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: none;
}

.iview-caption.caption5 {
	background: #FFF;
	color: #000;
	font-size: 26px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}

/* ///////////////////// Fin Slide ///////////////////// */



/* ///////////////////// Fin Slide ///////////////////// */

.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 240px;
	width: 800px;
	left: 70px;
	top: 100px;
	float:left;
}
.roundabout-moveable-item {
	height: 240px;
	width: 200px;
	cursor: pointer;
	background-color: #ccc;
	overflow:hidden;
}
.roundabout-in-focus {
	cursor:pointer;
}

div.next, div.prev{
	width:14px;
	height:19px;
	position:relative;
	top:210px;
	cursor:pointer;
}

div.prev{
	float:left;
	left:35px;
	background:url(../img/img_presentacion/prev_btn.png) no-repeat;
}

div.prev:hover{
	background:url(../img/img_presentacion/prev_btn_hov.png) no-repeat;
}

div.next{
	float:right;
	right:35px;
	background:url(../img/img_presentacion/next_btn.png) no-repeat;
}

div.next:hover{
	background:url(../img/img_presentacion/next_btn_hov.png) no-repeat;
}

div.cares_tit{
	width:90%;
	height:auto;
	overflow:hidden;
	position:absolute;
	bottom:0;
	padding:5px 10px;
	background:rgba(91,42,16,0.7);
	color:#ffffff;
}

div.cares_img{
	width:100%;
	height:auto;
	overflow:hidden;
}

div.cares_img img{
	width:100%;
	height:auto;
}

/* ///////////////////// Fin Slide ///////////////////// */


   

/* //////////////////////// Comienzo Cuerpo //////////////////////// */

div.cuerpo{
	width:960px;
	margin:0 auto 10px;
	height:auto;
	overflow:hidden;
}

div.c_index{
	width:960px;
	background:url(../img/img_presentacion/c_index.png) no-repeat;
	margin:0 auto;
	height:557px;
	overflow:hidden;
	z-index: 2000;
	position:relative;
}

a.c_index_a:link{display:block;width:100%;height:100%;}
a.c_index_a:active{display:block;width:100%;height:100%;}
a.c_index_a:visited{display:block;width:100%;height:100%;}
a.c_index_a:hover{display:block;width:100%;height:100%;}

div.car_index{
	background:url(../img/img_presentacion/car_index.png) no-repeat;
	width:960px;
	height:360px;
	margin:10px auto 0;
	position:relative;
}

div.logo_uru{
	background:url(../img/img_presentacion/logo_uru.png) no-repeat;
	width:119px;
	height:82px;
	position:absolute;
	right:20px;
	top:15px;
}

div.c_contacto{
	width:920px;
	background:url(../img/img_presentacion/c_contacto.png) no-repeat;
	margin:0 auto;
	height:510px;
	padding:30px 20px 20px;
	overflow:hidden;
	z-index: 2000;
	position:relative;
}

div.contac_tit{
	font-size:20px;
	font-weight:bold;
	margin:0 0 20px;
	text-align:center;
}

div.contac_l{
	clear:both;
	margin:0 auto 40px;
	width:450px;
}

div.contac_d{
	clear:both;
	margin:20px auto 0;
	width:450px;
}

div.contact_subtit{
	margin:0 0 10px;
}

label.contacto_lab{
	color:#CBBB9D;
	line-height:26px;
	clear:both;
	float:left;
	display:block;
	width:180px;
	margin:0 0 10px;
}

label.contacto_lab2{
	color:#CBBB9D;
	line-height:26px;
	clear:both;
	display:block;
	width:180px;
	margin:0 0 10px;
}

input[type="text"].contacto_input{
	background:#CBBB9D;
	border:0;
	padding:5px;
	height:16px;
	float:left;
	margin:0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:260px;
}

textarea.contacto_txt{
	background:#CBBB9D;
	border:0;
	padding:5px;
	height:90px;
	line-height:16px;
	clear:both;
	margin:0 0 10px;
	width:440px;
	resize:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.contacto_txt{
	color:#CBBB9D;
	line-height:26px;
	clear:both;
	float:left;
	margin:0;
}

input[type="submit"].contacto_btn{
	background:url(../img/img_presentacion/contacto_btn.png) no-repeat;
	border:0;
	padding:0;
	height:26px;
	color:#CABB9D;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:right;
	margin:0;
	width:71px;
	cursor:pointer;
}

input[type="submit"].contacto_btn:hover{
	background:url(../img/img_presentacion/contacto_btn_hov.png) no-repeat;
}

div.contac_info{
	background:url(../img/img_presentacion/contac_info.png) left center no-repeat;
	color: #CABB9D;
	padding: 0 0 0 70px;
	line-height: 16px;
	margin:0 0 10px;
}

div.contac_logo{
	background: url(../img/img_presentacion/logo_uru.png) no-repeat;
	width: 119px;
	height: 82px;
	margin: 34px auto;
	clear: both;
}

div.reclat{
	float:left;
	overflow:hidden;
	height:auto;
	width:223px;
	margin:0 20px 0 0;
}

div.reclat_tit{
	background: url(../img/img_presentacion/reclat_tit.png) no-repeat;
	padding: 23px 17px 16px 36px;
	font-size: 17px;
	font-weight: bold;
	width: 80px;
	clear: both;
	height: 20px;
	overflow: hidden;
	float: left;
	margin:0 45px 20px;
}

div.reclat_tit2{
	background: url(../img/img_presentacion/reclat_tit.png) no-repeat;
	padding: 23px 12px 16px 41px;
	font-size: 17px;
	font-weight: bold;
	width: 80px;
	clear: both;
	height: 20px;
	overflow: hidden;
	float: left;
	margin:0 45px 20px;
}

ul.reclat_list{
	padding:0;
	margin:0;
	width:223px;
	list-style:none;
	float:left;
	margin:0 0 10px;
}

li.reclat_item{
	color:#C19D6E;
	margin:0 0 10px;
	font-size:12px;
}

li.reclat_item:hover{
	background: url(../img/img_presentacion/reclat_item.png) left center no-repeat;
}

li.reclat_item_active{
	background: url(../img/img_presentacion/reclat_item.png) left center no-repeat;
	color:#C19D6E;
	margin:0 0 10px;
	font-size:12px;
}

a.reclat_item_a:link{color:#C19D6E;text-decoration:none;padding:0 0 0 15px;display:block;}
a.reclat_item_a:active{color:#C19D6E;text-decoration:none;padding:0 0 0 15px;display:block;}
a.reclat_item_a:visited{color:#C19D6E;text-decoration:none;padding:0 0 0 15px;display:block;}
a.reclat_item_a:hover{color:#C19D6E;text-decoration:none;padding:0 0 0 15px;display:block;}

div.c_recetas{
	float:left;
	width:677px;
	height:auto;
	overflow:hidden;
}

div.c_recdes{
	background: url(../img/img_presentacion/c_recdes.png) no-repeat;
	width:505px;
	height:76px;
	clear:both;
	float:left;
	margin:20px 86px 50px;
}

div.c_logo{
	background:url(../img/img_presentacion/logo.png) no-repeat;
	width:352px;
	height:130px;
	float:left;
	margin:32px 162.5px;
}

div.c_recont{
	background:url(../img/img_presentacion/c_recont.png) no-repeat;
	width: 637px;
	height: 280px;
	clear: both;
	float: left;
	margin: -60px 0 0;
	padding: 80px 20px 20px;
}

div.c_recimg{
	width:224px;
	height:280px;
	overflow:hidden;
	margin:0 20px 0 0;
	float:left;
}

div.c_recinfo{
	width:380px;
	height:280px;
	overflow:hidden;
	margin:0;
	float:left;
}

div.c_recinfo_tit{
	color:#ffffff;
	font-size:20px;
	clear:both;
	margin:0 0 10px;
	font-weight:bold;
}

div.c_recinfo_subtit{
	color:#CABB9D;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px;
	clear:both;
}

div.c_recinfo_txt{
	color:#CABB9D;
	font-size:10px;
	margin:0 0 10px;
	overflow:hidden;
	clear:both;
}

div.c_recinfo_subtxt{
	float:left;
	margin:0 10px 0 0;
	height:53px;
	overflow:hidden;
}

div.c_catalogo{
	width:960px;
	background:url(../img/img_presentacion/c_contacto.png) no-repeat;
	margin:0 auto;
	height:560px;
	padding:0;
	overflow:hidden;
	z-index: 2000;
	position:relative;
}

div.catlat{
	background:url(../img/img_presentacion/catlat.png) no-repeat;
	float:left;
	overflow:hidden;
	height:510px;
	width:204px;
	padding:30px 0 20px;
	margin:0 20px 0 0;
}

div.c_catlogo{
	background:url(../img/img_presentacion/logo.png) center center no-repeat;
	float:left;
	padding:30px 20px 20px 0;
	width:716px;
	height:510px;
	overflow:hidden;
}

div.c_cat{
	float:left;
	padding:30px 20px 20px 0;
	width:716px;
	height:510px;
	overflow:hidden;
}

ul.catlat_list{
	padding:0;
	margin:0 auto;
	list-style:none;
	width:185px;
}

li.catlat_item{
	width:185px;
	height:59px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

li.catlat_item:hover{
	background:url(../img/img_presentacion/catlat_item.png) no-repeat;
}

li.catlat_item_active{
	background:url(../img/img_presentacion/catlat_item.png) no-repeat;
	width:185px;
	height:59px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

a.catlat_item_a:link{text-decoration:none;padding:25px 23px 19px 30px;display:block;width:132px;height:15px;}
a.catlat_item_a:active{text-decoration:none;padding:25px 23px 19px 30px;display:block;width:132px;height:15px;}
a.catlat_item_a:visited{text-decoration:none;padding:25px 23px 19px 30px;display:block;width:132px;height:15px;}
a.catlat_item_a:hover{text-decoration:none;padding:25px 23px 19px 30px;display:block;width:132px;height:15px;}

div.c_empresa{
	width:920px;
	background:url(../img/img_presentacion/c_empresa.png) no-repeat;
	margin:0 auto;
	height:970px;
	padding:30px 20px 20px;
	overflow:hidden;
	z-index: 2000;
	position:relative;
}

div.c_empresa2{
	width:920px;
	background:url(../img/img_presentacion/c_empresa2.png) no-repeat;
	margin:0 auto;
	height:633px;
	padding:30px 20px 20px;
	overflow:hidden;
	z-index: 2000;
	position:relative;
}

div.c_empresa3{
	width: 920px;
	background: url(../img/img_presentacion/c_contacto.png) no-repeat;
	margin: 0 auto;
	height: 510px;
	padding: 30px 20px 20px;
	overflow: hidden;
	z-index: 2000;
	position: relative;
}

div.emp_tit{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

div.emp_txt{
	overflow:hidden;
	line-height:16px;
	margin: 0 0 20px;
	color:#D1A95C;
}

div.emp_txt2{
	max-height:300px;
	overflow:hidden;
	line-height:16px;
	margin: 0 0 20px;
	color:#D1A95C;
}

div.emp_txt3{
	max-height:433px;
	overflow:hidden;
	line-height:16px;
	color:#D1A95C;
	width:549px;
	margin:0 15px 20px 0;
	float:left;
}

div.emp_link{
	overflow:hidden;
	float:left;
}

div.emp_img{
	background:url(../img/img_presentacion/emp_img.png) no-repeat;
	width:920px;
	height:550px;
	clear:both;
}

div.emp_img2{
	background:url(../img/img_presentacion/emp_img2.png) no-repeat;
	width:920px;
	height:440px;
	clear:both;
}

div.emp_img3{
	background:url(../img/img_presentacion/emp_img3.png) no-repeat;
	width:356px;
	height:466px;
	float:right;
}

a.emp_link_a:link{color:#D1A95C;}
a.emp_link_a:active{color:#D1A95C;}
a.emp_link_a:visited{color:#D1A95C;}
a.emp_link_a:hover{color:#D1A95C;}

/* //////////////////////// Fin Cuerpo //////////////////////// */



/* //////////////////////// Comienzo Footer //////////////////////// */

div.footer{
	background:url(../img/img_presentacion/footer_bg.png) bottom repeat-x;
	width:100%;
	height:auto;
	margin:40px 0 0;
    position: absolute;
    bottom: 0;
}

div.footer_cont{
	background:url(../img/img_presentacion/footer.png) center bottom no-repeat;
	width:1270px;
	margin:0 auto;
	clear:both;
	height:32px;
}

div.footer_info{
	width: 800px;
	margin: 0 auto;
	height: 32px;
	overflow: hidden;
}

div.foot_inf{
	color:#ffffff;
	float:left;
	margin:14px 0 5px;
	font-size:10px;
}

div.foot_sep{
	background: url(../img/img_presentacion/cabmenu_sep.png) no-repeat;
	width: 7px;
	height: 6px;
	margin: 17px 10px 9px;
	float: left;
}

/* //////////////////////// Comienzo Footer //////////////////////// */




/* //////////////////////// Comienzo Popup //////////////////////// */

div.semform_overlay {
	background: rgba(0,0,0,0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

div.semform_popup {
	background: #ffffff;
	border: 2px solid #4E2C15;
	position: fixed;
	padding: 10px 20px;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -150px;
	width: 300px;
	height: 70px;
}

div.semform_popup_tit {
	color: #4E2C15;
	font-size: 16px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #B7B7B7;
	font-family: Arial;
}

div.semform_popup_close {
	float: right;
	background: url(../img/img_presentacion/semform_popup_close.png) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

div.semform_popup_close:hover {
	background: url(../img/img_presentacion/semform_popup_close_hov.png) no-repeat;
}

div.semform_popup_txt {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color: #727176;
	font-family: Arial;
}

/* //////////////////////// Fin Popup //////////////////////// */


