*{
	margin: 0;
	padding: 0;		
}

@font-face {
    font-family: "lobster";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lobster.eot"), url("fonts/lobster.otf");
}

body{
 	 background-image: url("images/fondo.jpg")
}
#contenedor{
	width: 950px;
	margin: auto;
	margin-top: 5px;

}

/* ------ CABECERA -------- */
main{
	width: 950px;
	height: 110px;
	border-radius: 15px;
	border-width: medium;
	border-color: white;

/*	box-shadow: 9px 10px 15px 0px red; */
}
main h1{
	 font-size: 15px; 
	 color:#465546;
	 text-align: center;
	 font-style: italic;

}
header nav {
	margin-top: 5px;
	text-align: center;
	/*background-color: #FF6309; */
}
header nav ul li{
	display: inline-block;
	padding: 5px 25px 5px 25px;
	margin-left:30px;
	margin-right: 30px;
	background-color: #fdafff;
	border-radius:25px;
	transition: all 500ms ease;
}
header nav ul li:hover{
	/* background: rgba(0,0,0,0); */
    background-color: white;
 box-shadow: inset 0 0 0 3px #fdafff;
}
header nav ul li a{
	text-decoration: none;
	font-family: 'Indie Flower';
	font-weight: bold;
	font-size: 20px;
	color: grey;
	
}
/*header nav ul li a:hover{
	color:white;
}*/
/* ------ FIN CABECERA -------- */


/* ------ CUERPO -------- */
section{
	width:950px;
	/*height: 450px;*/
	margin:auto;
	margin-bottom: 5px;
	
}

article{
	margin: auto;
	margin-top: 7px;
	padding: 45px;
	border-radius:15px;
	width: 800px;
	background-color:white;
	font-family: 'Indie Flower';
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color:gray;
	box-shadow: inset 0 0 0 3px #fdafff;
	overflow: hidden;	
}

article h2{
	color:#212821;	
}

.article_sinpadding{
	padding: 45px 5px 45px 45px;

}

aside{
	width: 195px;
	height: 395px;
	margin-left: 0;
	background-color: aqua;
	float:left;
	margin-top: 0;

}

#menu_lateral{
	width: 130px;
	height: 800px;
	float:left;
	margin: 3px 0 3px 3px;
	background-color: #978597;
}
#menu_lateral ul li{
	display: block;
	padding: 0px 5px 0px 5px;
	margin:0;
	background-color: #ffe1ff;
	transition: all 250ms ease;
}
#menu_lateral ul li:hover{
	/* background: rgba(0,0,0,0); */
    background-color: white;
 box-shadow: inset 0 0 0 3px #fdafff;
}
#menu_lateral ul li a{
	text-decoration: none;
	font-family: verdana;
	
	font-size: 9px;
	color: grey;
}
.menu_titulo{
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
	color: white;
}


#contacto{
	border-right: 1px solid #ccc;
	width:450px;
	float:left;
}

#mapa{
	margin: auto;
	width: 300px;
	float:left;
	color:black;
}


/* ------ FIN CUERPO -------- */


/* ------ PIE -------- */
footer{

	clear: both;
	width: 950px;
	background-color: #fdafff;
	opacity: 0.6;
	text-align: center;
	color:black;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
}
/* ------ FIN PIE-------- */


/*--------- slider ---------*/
#slide { position:relative; overflow:hidden;  border-radius:12px; border-color:#fdafff;  background:#fdafff; width:750px; margin:20px auto 0 auto; padding:2px; z-index:2;}

.slider { width:750px; height:80px; margin:0 auto; position:relative; z-index:2; }
.items { display:none;}

/*.pagination { position:absolute; bottom:0px; left:0px; display:inline-block; background:url(images/pagination-bg.png) 0 0 repeat; width:910px; padding:15px 0 14px 30px; border-radius:0 0 8px 8px; z-index:999 !important; }
.pagination li {float:left;	margin-right:4px;}
.pagination a { display:block; width:21px; height:21px; background:url(images/pagination.png) right 0 no-repeat; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}
*/
.prev {}
.prev:hover {}
.next {}
.next:hover {}

.banner{ z-index:1000 !important; position:absolute; top:216px; color:#fbebc4; right:0px;text-align:center; font-family: 'Condiment', cursive; font-size:24px; line-height:30px; color:#000000; width:700px; margin-right:30px;}
.box-shadow {box-shadow:0 1px 1px #fff}