@import url("menu.css");
/*////////////////////////////*/
*{
	padding:0;
	margin:0;
}
/*///////////////////////////CLASES////////////////////////////*/

.elArte{
	background-image:url(images/elArte.jpg);
}
.elArteEn{
	background-image:url(images/elArteEn.jpg);
}
.elArteFr{
	background-image:url(images/elArteFr.jpg);
}
.clavel{
	background: url(images/clavel.jpg) left center no-repeat;
	padding-left:25px;
	padding-top:5px;
	height:25px;
	margin-left:-25px;
}
/*///////////////////////////FIN CLASES////////////////////////////*/
body{
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:20px;
	font-style:italic;
	text-decoration:underline;
}
#contenedor{
	width:760px;
	height:auto;
	background: url(images/fondoContenedor.jpg) repeat-y top center;
	margin:0 auto 0 auto;
}
#cabecera{
	width:706px;
	height:150px;
	background:url(images/cabecera.jpg) no-repeat;
	margin:0 auto 0 auto;
}
#cabecera2{
	width:706px;
	height:150px;
	margin:0 auto 0 auto;
}
#subtitulo{
	width:500px;
	height:53px;
	margin-left:30px;
}
#entrada{
	width:720px;
	height:auto;
	margin:0 auto 0 auto;
}
#intro{
	width:480px;
	height:auto;
	float:right;
	margin-top:20px 0 0 10px;
}
#intro p{
	width:460px;
	font-size:12px;
	text-align:justify;
	font-style:italic;
	color:#402619;
	border-top:#FF0000 solid 2px;
	border-bottom:#FF0000 solid 2px;
	padding:5px 0 5px 0;
}
#subMenu{
	width:175px;
	height:300px;
	margin-left:5px;
	float:left;

}
#subMenu ul{
	font-size:12px;
	font-style:italic; 
	font-weight:bold;
	list-style:none;
	padding-bottom:20px;
	margin-left:40px;
}
#subMenu li{
	margin-top:25px;
}
#subMenu li a{
	text-decoration:none;
	color: #000000;
}
#subMenu li a:hover{
	text-decoration:none;
	color:#ff351c;
}

.arriba{
	width:670px;
	height:auto;
	margin:0 auto 0 auto;
}
#fechas{
	width:680px;
	height:100px;
	margin:0 auto 15px auto;
	background:url(images/fondoEtiquetas.jpg) right no-repeat;
}
#fechas ul{
	font-size:12px;
	font-style:italic; 
	font-weight:bold;
	list-style:none;
	padding-bottom:20px;
}
#fechas li{
	padding-left:20px;
	padding-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
#fechas li a{
	text-decoration:none;
	color: #000000;
}
#fechas li a:hover{
	text-decoration:none;
	color:#ff351c;
}

#contEtiquetas{
	float:left;
	width:720px;
	height:auto;
	margin:0 auto 0 auto;	
}
#etiquetas{
	width:670px;
	height:auto;
	margin:0 auto 0 auto;
}
#etiquetas p{
	font-size:12px;
	text-align:justify;
	width:670px;
	height:auto;
	float:left;
	border-bottom:#b66c47 3px solid;
	border-top:#b66c47 3px solid;
	padding-top:10px;
	margin:5px 0 5px 0;
	background: url(images/motivoEtiquetas.jpg) right repeat-y;

}

#etiquetas img{
	float:left;
	
}
#pie{
	width:760px;
	height:36px;
	background:url(images/pie.jpg) no-repeat;
	margin:10px auto 0 auto;
}
#contenedor hr {
	display: block;
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}