@charset "utf-8";
/* CSS Document */

body{
margin-top:0;
background-image:url(images/FabricPatterns.png);
font-family:"trebuchet MS";
font-size:12px;
	
	}

#contenedor
{
	width:950px;
	height:1900px;
	margin:0px auto;
	background-image:url(images/fndooo.png);
	background-repeat:repeat-y;
	
}

#header
{
	width:900px;
	height:105px;
	margin:0px 25px 0 22px;
	background-image:url(images/fnd1.jpg);
}

/* IE6 Only */
* html #header {margin : 0px 12px 2px 11px;} 

#menu
{
	width:620px;
	height:35px;
	margin:0 auto;
	margin-top:30px;
	

}

#bannerimg
{
	width:896px;
	height:390px;
	margin:0 auto;
	background-image:url(images/fnd2.jpg);
	
}

#contder
{
	width:260px;
	height:450px;
	margin:0 34px 0 20px;
	float:left;
	padding-top:30px;	
}
#contder a {border:0px;}
/* IE6 Only */
* html #contder {margin : 0px 17px 0px 10px;} 



#contizq
{
	width:400px;
	height:470px;
	margin:0 0 0 104px;	
	padding:10px;
	padding-top:20px;
	float:left;
}
/* IE6 Only */
* html #contizq {margin : 0px 0px 0px 80px;}


#ubicacion
{
	width:900px;
	height:400px;
	margin:0 20px 0 23px; 
	float:left;
	background-color:#CCCCCC;	
}
/* IE6 Only */
* html #ubicacion {margin : 0px 10px 0px 12px;}

#contacto
{
	width:400px;
	height:200px;
	margin:50px 20px 20px 50px;
	float:left;
	
	
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
	color:#333333;
}
/* IE6 Only */
* html #contacto {margin : 25px 10px 10px 25px;}


#ubi_img
{
	width:400px;
	height:300px;
	margin:30px 20px 20px 0;
	float:left;
	color:#000000;
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:14px;
}
/* IE6 Only */
* html #ubi_img {margin : 25px 10px 10px 0px;}

#pie
{
	width:900px;
	height:40px;
	margin:0 20px 0 23px; 
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	clear:both;
}
/* IE6 Only */
* html #contder {margin : 0px 10px 0px 12px;}



#galimg
{
	width:896px;
	height:300px;
	margin:0 auto;
	background-image:url(images/galeriaban.jpg);
}

#imagesgall
{
	width:896px;
	height:600px;
	margin:50px auto;
}

#servicios
{
	width:800px;
	height:auto;
	margin:30px 87px 50px 87px;
	float:left;
	border-top-style:dotted;
	border-width:1px;
	border-top-color:#000000;
}
table
{
	margin-top:50px;
}


	


/*------------------------- MENU --------------------------------- */

#navi {  
	list-style:none;
	margin:0 auto;
	padding:0;
	
}
#navi li {
	margin:2px;
	padding:0; 
	float:left;
}
/* IE6 Only */
* html #navi li {margin : 1px;}

#navi li a {
	display:block; 
	width:100px;
	padding:10px 10px 4px 10px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#000;
}
/* IE6 Only */
* html #navi li a {margin : 0px 8px 0px 5px;}

#navi li a:hover {
	color:#99CC00;
	}