/* CSS Document by Duver Jaramillo - duverj@gmail.com */ 
/* RESET */ 
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */ 
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; line-height: 1; font-family: inherit; /*text-align: left;*/s vertical-align: baseline; } a img, :link img, :visited img { border: 0; }  q:before, q:after, blockquote:before, blockquote:after { content: ""; } .clear{ clear:both; height:10px; } .strong{ font-weight:bold; } *{outline:none; z-index:100;} 
/* FINALIZA RESET */
/* IE6 css fixer v0.4: Mon, 15 Jun 2009 05:56:05 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html .cajaLeft,
* html .cajaComplete,
* html .cajaRight,
* html .iconoBox a,
* html .imgCon,
* html .imgConR,
* html .prodBox,
* html #menu li,
* html #menu li a {display:inline;}

/* fix negative margins */
* html #header,
* html .cajaCentral,
* html .bgMenu {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
* html #header,
* html .cajaCentral,
* html #contenedorCentral,
* html .iconoBox a,
* html .prodBox,
* html #menu,
* html #menu li a:hover,
* html #menu li:hover {zoom:1;}
/*Generalidades===========================*/
body{
	background-image: url(../../img/bgs/bg-body.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.flash{
	z-index:5;
	text-align:center;
}
#munieco{
	position:absolute;
	right:-12px;
	top:56px;
	display:block;
	background-image: url(../../img/bricks/munieco.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 128px;
	z-index:2500;
}
#ave{
	position:absolute;
	z-index:2500;
	top:-30px;
	left:-20px;
	background-image: url(../../img/bricks/ave.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 58px;
	display:block;
}
/*Layout==================================*/
.follajeLeft{
	background-image: url(../../img/bricks/follaje-left.gif);
	background-repeat: no-repeat;
	height: 260px;
	width: 50px;
	position:absolute;
	left:-30px;
	bottom:-10px;
}
.follajeLeftTop{
	background-image: url(../../img/bricks/follaje-left-corto.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 83px;
	position:absolute;
	left:0px;
	top:-20px;
}
.follajeBottom{
	background-image: url(../../img/bricks/follaje-bottom.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 260px;
	position:absolute;
	left:-15px;
	bottom:-30px;
}/*.follajeRight{
	background-image: url(../../img/bricks/follaje-right.gif);
	background-repeat: no-repeat;
	height: 260px;
	width: 50px;
	position:absolute;
	right:-30px;
	top:-0px;
}*/
.follajeTop{
	background-image: url(../../img/bricks/follaje-top.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 260px;
	position:absolute;
	right:-15px;
	top:-30px;
}
html>body #header{
	height:200px;
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	padding-left:10px;
}#header{
	height:170px;
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	padding-left:10px;
}
#logo a{
	display:block;
	background-image: url(../../img/logos/montevivo.png);
	background-repeat: no-repeat;
	height: 194px;
	width: 190px;
	top:-10px;
	position:absolute;
}
#banner{
	position:absolute;
	right:15px;
	top:30px;
	width:558px;
	height:140px;
	background-image: url(../../img/bgs/bg-Banner.gif);
	background-repeat: no-repeat;
	padding:10px;
	text-align:center;
}
.cajaCentral{
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
}
.bgMenu{
	width:800px;
	left:50%;
	margin-left:-400px;
	top:50px;
	position:absolute;
	z-index:1000;
}
html>body .bgMenu{
	width:800px;
	left:50%;
	margin-left:-400px;
	top:210px;
	position:absolute;
	z-index:1000;
}
#contenedorTop{
	background-image: url(../../img/bricks/contenido-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 82px;
}
html>body #contenedorCentral{
	position:relative;
	background-color:#FFF;
	background-image: url(../../img/bgs/bg-contenido.jpg);
	background-repeat: repeat-y;
	padding-left:30px;
	padding-right:30px;
}
#contenedorCentral{
	background-color:#FFF;
	background-image: url(../../img/bgs/bg-contenido.jpg);
	background-repeat: repeat-y;
	padding-left:20px;
	padding-right:20px;
	display:block;
	overflow:hidden;
}
#contenedorBottom{
	background-image: url(../../img/bricks/contenido-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 52px;
}
.cajaLeft{
	float:left;
	width:490px;
	margin-right:10px;
}
html>body .cajaComplete{
	float:left;
	width:730px;
	padding:10px;
	overflow:hidden;
	display:block;
}
.cajaComplete{
	float:left;
	width:730px;
}
.cajaRight{
	float:right;
	width:240px;
}
.rightTop{
	background-image: url(../../img/bricks/right-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
	width: 222px;
}
.rightCenter{
	width:198px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #960;
	border-left-color: #960;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
.rightBottom{
	background-image: url(../../img/bricks/right-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
	width: 222px;
}
#centraIconoBox{
	width:100%;
	margin-left:20px;
}
.iconoBox a{ 
	float:left; 
	margin:2px; 
	font-family:Tahoma, Geneva, sans-serif; 
	color:#069; 
	text-decoration:none; 
	text-align:center; 
	margin-bottom:20px; 
	z-index:200; 
	position:relative;
	margin-right:5px;
	margin-left:5px;
}
.imgCon{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}.imgConR{
	float:right;
	margin-right:20px;
	margin-bottom:20px;
}
.fotoBox{
	float:left;
	width:230px;
	height:200px;
	margin:2px;
	padding:4px;
	background-color:#F6F6F6;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#069;
	text-decoration:none;
	text-align:center;
	margin-bottom:20px;
	z-index:200;
	position:relative;
}.fotoBox img{
	clear:both;
	margin:4px;
}

.prodBox{
	float:left;
	margin:10px;
	padding:10px;
	background-color:#F6F6F6;
	font-family:Tahoma, Geneva, sans-serif;
	color:#069;
	text-decoration:none;
	text-align:center;
	margin-bottom:20px;
	z-index:200;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
/*Formato de Textos=======================*/
.destacado{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #733B17;
	text-decoration: none;
	background-color: #FAFFE5;
	padding: 10px;
	margin-right:10px;
	line-height:16px;
}
.txtGral{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #733B17;
	text-decoration: none;
	letter-spacing:0.02em;
	padding-left:22px;
	padding-right:22px;

}
.txtFooter{
	padding-top:10px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px!important;
	color: #666;
	text-decoration: none;
	letter-spacing:0.02em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}.txtFooter a{
	padding-top:10px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px!important;
	color: #666;
	text-decoration: none;
	letter-spacing:0.02em;
}.txtFooter a:hover{
	color:#690;
}
.textosBox a{
	width:200px;
	padding:5px;
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#733B17;
	text-decoration:none;
}
.textosBox ul li{
	list-style:inside;
	margin-left:20px;
}
h1{
	font-weight:bold;
	font-family: "Lucida Calligraphy", "Trebuchet MS";
	font-size: 22px;
	color: #99AC16;
	padding-bottom:4px;
	text-decoration: none;
	font-style: normal;
	letter-spacing: -0.04em;
	margin-bottom:10px;
	background-image: url(../../img/titulos/hoja.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	padding-left: 22px;
}h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #733B17;
	padding-bottom:4px;
	text-decoration: none;
	letter-spacing: -0.02em;
}

/*Menú Emergente==========================*/
#pad {height:140px; z-index:800;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	z-index:800!important;

}
#menu li {float:left; margin-right:1px; z-index:800;
}
html>body #menu li a {
	display:block;
	float:left;
	height:40px;
	line-height:38px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	width: 100px;
	padding-top: 0;
	padding-bottom: 0;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	z-index:800;
}
#menu li a {
	display:block;
	float:left;
	height:40px;
	line-height:38px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	width: 100px;
	padding-top: 0;
	padding-bottom: 0;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	z-index:800;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:800!important;
	position:relative;
	color:#FC0;
}
#menu li:hover {position:relative; z-index:800; color:#FC0;}

#menu li:hover > a {
	color:#FC0;
}
#menu li:hover > a.sub {
	color:#FC0;
}

#menu li.current a {
	color:#FFF;
}

#menu li a.sub {
}
#menu li.current a.sub {
	color:#FFF;
	
}

#menu :hover ul {
	left:0;
	top:40px;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{
	left:120px;
	top:-1px;
	white-space:nowrap;
	width:100px;
	z-index:800;
	height:auto;
}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
html>body #menu :hover ul li a {
	width:150px;
	padding:0;
	color:#000;
	height:24px;
	line-height:24px;
	background-image: url(../../img/bgs/bg_sub_menu.gif);
	background-repeat: repeat-x;
	text-transform:none;
	text-align:left;
	text-indent:10px;
	z-index:800;
}
#menu :hover ul li a {
	width:140px;
	padding:0;
	color:#000;
	height:24px;
	line-height:24px;
	background-image: url(../../img/bgs/bg_sub_menu.gif);
	background-repeat: repeat-x;
	text-transform:none;
	text-align:left;
	padding-left:10px;
	z-index:800;
}#menu :hover ul li a:hover {
	background-image: url(../../img/bgs/bg_sub_menu_over.jpg);
	color:#FFF;
}
#menu :hover ul li a.fly {
}

#menu :hover ul :hover {
	color:#333; background-color:#CCC;
}
#menu :hover ul :hover a.fly {
	color:#333; background-color:#CCC;
}

#menu :hover ul li.currentsub a {
	color:#333;
	background-color:#CCC;
}
#menu :hover ul li.currentsub a.fly {
	color:#333;
	background-color:#CCC;
}

#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	color:#000;
	background-color:#CCC;
}
#menu :hover ul :hover ul :hover {
	color:#fff;
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {
	color:#fff;
}
/* IE6 css fixer v0.4: Tue, 02 Jun 2009 06:41:39 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#menu li,
#menu li a {display:inline;}

/* add zoom:1 to pos:relative elements */
#menu,
#menu li a:hover,
#menu li:hover {zoom:1;}
