@import url("menu.css");
/*////////////////////////////*/
*{
	padding:0;
	margin:0;
}
/*///////////////////////////CLASES////////////////////////////*/
.laFamilia{
	background-image:url(images/laFamilia.jpg);
}
.laFamiliaEn{
	background-image:url(images/laFamiliaEn.jpg);
}
.laFamiliaFr{
	background-image:url(images/laFamiliaFr.jpg);
}
.clavel{
	background: url(images/clavel2.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;
	text-decoration:underline;
	margin-left:20px;

}
#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;
}
#pie{
	width:760px;
	height:36px;
	background:url(images/pie.jpg) no-repeat;
	margin:0 auto 0 auto;
}
#subtitulo{
	width:500px;
	height:53px;
	margin-left:30px;
}
#izquierda{
	height:auto;
	float:left;
}
#derecha{
	width:400px;
	height:auto;
	float:left;
	margin-left:-20px;
}
#derecha p{
	width:360px;
	font-size:12px;
	text-align:justify;
	margin-left:20px;
	margin-bottom:20px;
}
#contenedor hr {
	display: block;
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}
#subMenu{
	width:280px;
	height:auto;
	margin-left:25px;
}
#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;
}
#derecha  a{
	text-decoration:none;
		color:#b56c47;
		font-weight:bold;
		font-size:14px;
}
#derecha a:hover{
		color:#000000;
}