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

#fondoRotator {
	width:100%;
	background-image:url(../img/sombraClara.png);
	padding:50px 0;
	margin:0 0 0px 0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	}

.dwuserEasyRotator {
	width:1000px; height:250px;
	position:relative;
	text-align:left;
	margin:0px auto;
	}

.dwuserEasyRotator img {
	border:3px solid #000 !important;
	}

.dwuserEasyRotator img:hover {
	transform:scale(1.2);
	}

.erimgMain_arrowLeft img:hover, .erimgMain_arrowRight img:hover {
	transform:none;
	}

.erimgMain_arrowLeft, .erimgMain_arrowRight {
	cursor:pointer;
	
	-o-transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
	}
	
.erimgMain_arrowLeft {
	margin:0 0 0 -10px;
	}

.erimgMain_arrowRight {
	margin:0 -11px 0 0;
	}
	

.erimgMain_slides {
	width:1000px;
	border:1px solid #000 !important;
	}

.erimgMain_slide {
	border:3px solid #000 !important;
	box-shadow:inset 3px 3px 10px #000 !important;
	margin:0 0 0 -3px;
	}
	
/*--------------------------------------------------------- Secciones --------------------------------------------------*/

#homeSecciones {
	/*background-color:#0F0;*/
	width:1000px; height:450px;
	margin:0 auto;
	}

#homeSecciones>div {
	width:300px; height:450px;
	background-color:#000;
	border:2px solid #000;
	/*border-radius:10px;*/
	/*color:#ffffff;*/
	overflow:hidden !important;
	position:relative;
	/*float:left;*/
	/*margin:0 0 0 15px;*/
	letter-spacing:2px;
	
	-o-transition: all 700ms;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	}

#homeSecciones>div img {
	/*transform:scale(1.05);*/
	/*z-index:-1;*/
	opacity:0.8;
	
	-o-transition: all 700ms;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	}

#homeSecciones>div:hover img {
	transform:scale(1.2);
	opacity:1;
	}

	
.divLinkHome {
	background-color:rgba(237,219,75,0.7);
	background-image:url(../img/fondoAmarillo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:300px; height:400px;
	border-top:3px solid #eddb4b;
	margin:-47px 0 0 0;
	position:relative;
	
	-o-transition: all 700ms;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	}
	
.divLinkHome:hover {
	margin:-260px 0 0 0;
	}

.divLinkHome p {
	font-size:14px;
	margin:-15px 0 0 0 !important;
	padding:20px 10px !important;
	text-align:left;
	color:#000;
	}

.linkHome {
	/*background-repeat:no-repeat;
	background-position:center;
	background-size:cover;*/
	width:300px; height:50px;
	position:absolute;
	/*padding:10px 0 0 0;*/
	color:#9d4112;
	font-size:24px;
	text-align:center;
	
	-o-transition: all 700ms;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	}

.linkHome:hover {
	text-decoration:none;
	color:#ffffff;
	}

.linkHome h4 {
	background-image:url(../img/fondoAmarillo.png);
	padding:5px 0;
	/*margin:-10px 0 0 0;*/
	}

.linkHome:hover h4 {
	text-decoration:none;
	}

.linkHome h5 {
	background-image:url(../img/fondoAmarillo.png);
	padding:5px 0;
	/*margin:-10px 0 0 0;*/
	}

.linkHome:hover h5 {
	text-decoration:none;
	}

.homeLandart {
	float:left;
	}

.homeSkulptur {
	float:left;
	margin:0 0 0 40px;
	}

.homeMobile {
	float:right;
	}
	












