@charset "utf-8";
/* CSS Document */

html, body { margin: 0;
padding: 0;
height: 100%;
background-color: #fff;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
border:0px;
}
ul, menu, dir {
    list-style-type:none;
	border:0px;
}
#capaMadre {
	width: 1000px;
	background-image:url(../images/fondo.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	position: relative;
	height: auto!important;
	min-height: 100%;
	height: 100%;
}

a{color:#BBA893;
text-decoration:none;
border:0px;}

a:hover{color:#967A5F;
text-decoration:none;
border:0px;}
	
#cabecera { /*background-color: #c93;*/
	text-align: center;
	height: 255px;
}
#logo{
margin-top:5%;}

#cuerpo {
	position: relative;
	display: block;
	margin: 20px 30px 0px 30px;
	min-height:300px;
	height: auto;
}
.columna {
    float: left;
    padding-bottom: 1em;
    /*width: 32.8%;*/
	
}
#bloque01{
	height:270px;
	/*background-color:#006;*/
	width: 37%;
	}
#bloque02{
	height:237px;
	background-image:url(../images/base-menu_06.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	/*background-color:#009;*/
	width: 26%;
	}
#bloque03{
	height:270px;
	text-align:right;
	/*background-color:green;*/
	width: 36.2%;
	}
.mitad1{
	width:337px;
	height:127px;
	/*background-color:#096;*/}

.mitad2{
	width:337px;
	height:157px;
	/*background-color:red;*/}
	
/*********menu*************/
#menu{
	margin-top:40px;
}
#menu ul{
	text-decoration:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	}
#menu li{
	text-decoration:none;}
	
	
	.uno:hover{
		background-image:url(../images/btn-act_11.png);
		background-repeat:no-repeat;
		background-position:center;}
		
	.dos:hover{
		background-image:url(../images/btn-act_13.png);
		background-repeat:no-repeat;
		background-position:center;
		}
	.tres:hover{
		background-image:url(../images/btn-act_14.png);
		background-repeat:no-repeat;
		background-position:center;
		}
	.cuatro:hover{
		background-image:url(../images/btn-act_15.png);
		background-repeat:no-repeat;
		background-position:center;
		}
	.cinco:hover{
		background-image:url(../images/btn-act_16.png);
		background-repeat:no-repeat;
		background-position:center;
		background:red;
		}




/**************menu***********/

#espacio{
	height:10%;
	width:100%;
	clear:both;
}

#pie { position: absolute;
bottom: 0;
height: 65px;
background-image:url(../images/footer.png);
background-repeat:no-repeat;
background-position:center;
color: #CCA663;
text-align: center;
width: 100%;
clear: both;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:80px;

}
.tex-img{margin-bottom:-6px;}
