*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
/*    background: #F1F1F1; */
    text-align: center;
    background-image:url(texturas/light_wool.png);
   
}



#centralmenu{
    text-align: center;
    width: auto;
    height: 60px;
    background: url(texturas/tactile_noise.png);
}


#menu{
	text-align: center;
    width: 1200px;
    height: 60px;
    margin: 0px auto;
    background: url(texturas/tactile_noise.png);
    
}


.navegacion{
    height: 60px;
    width: auto;
    background: url(texturas/tactile_noise.png);
	
}

.navegacion ul{
    list-style: none;
}

.menu > li{
    position: relative;
    display: inline-block;
}

.menu > li > a{
	height: 60px;
    display: block;
	padding: 12px 25px;
	color: #E5E5E5;
	font-family: 'Open sans';
    font-size: 30px;
	text-decoration: none;
}

.menu li a:hover{
	color: #CE7D35;
	transition: all .3s;
}

/* Submenu

.submenu{
    position: absolute;
	background: #333333;
	width: 180%;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.5s;
    z-index: 2;
}

.submenu li a{
	display: block;
	padding: 15px;
	color: #fff;
	font-family: 'Open sans';
    font-size: 20px;
	text-decoration: none;
} */

.menu li:hover .submenu{
	visibility: visible;
	opacity: 1;
}

#centralslider{
    text-align: center;
    width: auto;
    height: 400px;
    margin-bottom: 50px;
}

#slider {
    padding-left: 0px;
    padding-top: 0px;
	margin: 0px auto;
    position: relative;
    height: 400px;
    width: 1200px;
    z-index: 1;
    }

#presentacionG {
    text-align: center;
    height: 1700px;
    width: 1200px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px auto;
}

#presentacion3 {
    padding-top: 25px;
    padding-bottom:25px;
    font-size: 30px;
    }

#presentacion2 {
    padding-top: 0px;
    padding-bottom:25px;
    font-size: 30px;
    }

#presentacionimg {
    text-align: center;
    height: 450px;
    width: 1200px;
	
    }

#black1 {
    height: 125px;
    width: 1200px;
    margin-bottom: 25px;
}
#black2 {
    height: 125px;
    width: 1200px;
    margin-bottom: 25px;
}
#black3 {
    height: 125px;
    width: 1200px;
}

#win{
    height: 2300px;
    width: 1200px;
    margin: 0px auto;
    background: url(texturas/prism.png);
    padding-top: 0px;
    color: #fff;
    font-size: 40px;
    text-align-last:center
    
}

#imgC{
    padding-top: 30px;
    padding-bottom: 30px;
}

#CA01 {
    margin-right: 20px;
    margin-bottom: 0px;
    box-shadow: 1px 1px 10px #666;
}

#CATEXT{
    
    width: 1100px;
    padding-bottom: 25px;
    margin-left: 50px;
    font-size: 30px;
    text-align: justify;
    color: #E0E0E0;
}


#centralpie{
    text-align: center;
    width: auto;
    height: 130px;
    background: url(texturas/tactile_noise.png);
}

#pie{
    text-align: center;
    margin: 0px auto;
    height: 130px;
    width: 1200px;
    background: url(texturas/tactile_noise.png);
}

#piez{
    text-align: center;
    margin: 0px auto;
    height: 130px;
    width: 1200px;
}

#pieD{
    float: left;
    padding-top: 15px;
    height: 130px;
    width: 200px;
    font-size: 18px;
    color:#fff;
}

#pieC{
    float: left;
    padding-top: 15px;
    height: 130px;
    width: 200px;
    font-size: 18px;
    color:#fff;
}

#pieN{
    float: left;
    padding-top: 15px;
    height: 130px;
    width: 200px;
    font-size: 18px;
    color:#fff;
    text-decoration: none;
}

#pieN a{
    text-decoration: none;
    color: #fff;
}

#pieR{
    float: right;
    padding-top: 15px;
    height: 130px;
    width: 200px;
    font-size: 18px;
    color:#fff;
}

#coment{
    height: auto;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align-last:center
}

#caja01{
    height: 210px;
    width: 1200px;
    padding: 15px 15px;
}

#subcaja01{
    float: left;
    height: 180px;
    width: 380px;
    margin-right: 15px;
    border-radius: 10px 10px 50px 10px;
    border-radius: 10px 10px 50px 10px;
    border-radius: 10px 10px 50px 10px;
    background: url(texturas/light-grey-terrazzo.png);
    box-shadow: 3px 3px 20px #666;
}

#subcaja02{
    float: left;
    height: 180px;
    width: 380px;
    border-radius: 10px 10px 50px 10px;
    border-radius: 10px 10px 50px 10px;
    border-radius: 10px 10px 50px 10px;
    background: url(texturas/light-grey-terrazzo.png);
    box-shadow: 3px 3px 20px #666;
}


#subsubcaja01{
    float: left;
    width: 380px;
}

#subsubcaja02{
    float: left;
    height: 110px;
    width: 360px;
    margin: 0px 10px;
    font-size: 15px;
    
}


#usuariox{
    float:left;
    margin: 10px;
    height: 50px;
    width: 50px;
}

#name1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    height: 50px;
    width: auto;
    margin-left: 30px;
    font-size: 19px;
}

#asociados{
    height: 65px;
    width: 65px;
}

#asociados2{
    height: 60px;
    width: 180px;
}

#FEDE{
    margin: 0px auto;
    height: 65px;
    width: 1200px;
}