@charset "UTF-8";
/* CSS Document */



body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000000;
	padding: 0;
	cursor: default;
	text-align: center;
	margin: 40px;
	background: #ffcc66 url(../../3and4/images/Espirales3y4.gif) repeat;
	
}

#cabecera{
	background-image: url(../../3and4/images/cabecera-3y4.gif);
}

h1 {
	font-size: 20px;
	margin-bottom: 30px;
	color: #ff9900;
}

h2 {
	font-size: 16px;
	margin-bottom: -15px;
	margin-top: 30px;
	font-weight: bold;
	color: #ffbe41;
}

p {
	line-height: 25px;
}

/* @group enlaces */


#contenedor{
	width: 800px;
	margin: auto;
}

#cabecera{
	height: 200px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contenido{
	width: 750px;
	border-right: 4px solid #ff9900;
	border-bottom: 4px solid #ff9900;
	border-left: 4px solid #ff9900;
	text-align: left;
	margin: auto;
	padding-top: 25px;
	background-color: #ffe3b2;
}

#direcciones{
	padding-left: 60px;
	padding-bottom: 30px;
	padding-right: 40px;
}

#menu{
	text-align: left;
	display: block;
	float: left;
	padding-left: 25px;
}
