@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container #header #flags {
	float: right;
	padding: 26px 30px 0 0;
}


body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(/img/website/bk.jpg);
}

#container {
	width: 999px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:146px;
	background-image:url(/img/website/banner.jpg);
	background-repeat: no-repeat;
}

#content {
	min-height: 415px;
	overflow:hidden;
	width: auto;
	background-image:url(/img/website/bk_content.jpg);
}

#content_footer {
	width: auto;
	background-image:url(/img/website/bk_content_foot.jpg);
	height: 37px;
}

#text {
	width: 894px;
	padding: 0 0 0 50px;
	height: auto;
	list-style-position:inside;
}

#text h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;	
	color: #4e6618;
	border-bottom: 1px #4e6618 solid;
	padding: 10px 0 0 0;
}

#text ul{
	margin: 10px 0 10px 0;
	list-style-image: url(/img/website/list.gif);
	list-style-type: circle;
}

#text h3{
	font-size: 16px;
	font-weight: bold;	
	color: #4e6618;
	margin: 10px 0 0 0;
}

#text h4{
	font-size: 14px;
	font-weight: bold;
	/*line-height: 50px;*/
	color: #4e6618;
	margin: 5px 0 5px 0;
}

#text table, #text table tr, #text table tr td {
	vertical-align: top;	
}

#text a {
	color: #4e6618;
	text-decoration: underline;
}

#text a:hover {
	color: #a3c607;	
}


#text p {
	text-align: justify;
	margin: 10px 0 0 0;
	color: #000000;
	font-weight: normal;
	font-size:12px;
}

#text img {
	margin: 0 5px 0 5px;
}

#text #contact {
	background-image:url(/img/website/bk_contact.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 875px;
	height: 483px;
	padding: 30px 0 0 0;
	margin: 0 0 0 10px;
}

#text #contact #direccion {
	width: 240px;
	height: auto;
	float: right;
	padding: 30px 30px 0 0;
}

#text #contact #formulario {
	width: 530px;
	height: auto;
	float: left;
	padding: 30px 0 0 20px;
}

#text #contact h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;	
	color: #4e6618;
	border-bottom: 1px #4e6618 solid;
	width: 822px;
	margin: 0 0 0 25px;	
}

#footer{
	text-align:center;
	height: 40px;
	padding: 10px 0 0 0;
}

#footer #atobiz_pie {
	width: 73px;
	height: auto;
	float: left;
}

#footer #atobiz_pie1 {
	width: 73px;
	height: auto;
	float: left;
}

#footer  #menu_pie {
	float: left;
	width: 813px;
}

#footer  #menu_pie a {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

#footer  #menu_pie a:hover {
	text-decoration: underline;
	color: #a3c607;
}

/* MENU */
#menu_div {
	width: 800px;
	float:right;
	margin: 0px 0px 0 0;
	padding: 0 40px 0 0;
}

#menu{
    margin:0;
    width:auto;
	float: right;
    }
#menu ul{
    position:absolute;
    display:block;
	width: auto;
    padding:0;	
    }    
#menu li ul{
    visibility:hidden;
	margin: 10px 0 0 0;	
    }
#menu li{
    list-style:none;
	width:auto;
    height:24px;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
	background-image:url(/img/website/bk_menu.jpg);
	background-repeat:repeat-x;
	font-size: 13px;
	color: #000000;
    }    
#menu li li{
    display:block;
    float:none;
	font-size: 13px;
    }    
/* correct a little IE bug */
* html #menu li li{
    display:inline;
    }
#menu a{
    text-align:center;
    color:#000000;
    display:block;	
    text-decoration:none;
    padding:3px 10px 0 10px;
	line-height: 20px;
    margin:0px;
    }    
#menu a:hover{
	background-color: #3d6c0e; /*085b31;*/
	color: #ffffff;	
    }

#sin {
    text-align:center;
    color:#000000;
    display:block;	
    text-decoration:none;
    padding:3px 10px 0 10px;
	line-height: 20px;
    margin:0px;
    }

#sin:hover{
	background-color: #3d6c0e;
	color: #ffffff;	
    }

.sub {
	filter:alpha(opacity=85);
	opacity: .85;
	-moz-opacity:0.85;	
}
.sub a{	
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	width: 108px;
	font-size: 11px;
	background-color: #d4d3bf;
	border-bottom:1px #78777c solid;
	color:#000000;	
}
.sub a:hover{
	background-color: #f78f1e;
	color:#000000;
}

.logo {
	margin: 25px 0 0 20px;
	width: auto;
	float: left;
}
/* FIN MENU */
/* CONTACT */
.ContTit {
	color:#000000;
	font-weight: bold;
	width: 150px;
	text-align: right;
	font-size: 13px;
	padding: 0 5px 0 0;
}

#tabla input, #tabla textarea, #tabla select {
	border: 1px #000000 solid;
	width: 350px;	
}

#tabla .boton {	
	float: right;
	margin:10px 0 0 0;
	width:70px; 
	height:24px;
	border:0;	
	background-image:url(/img/website/btn_contact.jpg);
}

#tabla {
	margin: 0 auto 0 auto;
	vertical-align:top;
}
/* FIN CONTACT */