
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>css</title>

<style type="text/css">
body {
	margin: 0;
	padding: 0;
	background-image: fondo.jpg;
	background-color: olive;
	font-family: arial, helvetica, sans-serif;
	background-image:(fondo.jpg)
	background-repeat:no repeat;
}

a:active {
color:#cc6600;
text-decoration:none
}
a:link {
color:#7F7F7F;
text-decoration:none
}
a:visited {
color:#7F7F7F;
text-decoration:none
}
a:hover {
color:#cc6600;
text-decoration:none
}

#logo {
float:left;
padding:10px;
margin-top: 5px;
margin-left: 5px;

}

#intro {
padding: 10px; 
margin-top: 5px;
margin-bottom: 30px;
margin-right: auto;
margin-left: 120px;
font-size:medium;
width: 700px;
text-align: justify;
height: 130px;

}
#menu1 {
padding: 10px; 
margin-top: 2px;
margin-bottom: 2px;
margin-right: auto;
margin-left: 5px;
width: 900px;
text-align: justify;
font-size:14px;
font-family: "Trebuchet MS";
color:#7F7F7F;


}
#submenu {
font-family:"Trebuchet MS";
padding: 3px; 
margin-top: 2px;
margin-bottom: 5px;
margin-right: auto;
margin-left: 15px;
width: 810px;
text-align: justify;
font-size:12px;
color:#7F7F7F;

}

#entrada {  padding: 10px;
margin-top: 5px;
margin-left:120px;
margin-right:auto;
width: 700px;
border-top: 1px solid #cc6600;
border-left: 1px solid #cc6600
}

#menuEntradas {
font-family: "Trebuchet MS";
float:left;
top:130px;
padding: 10px; 
margin: 5px 5px 5px 5px;
width:100px;
border-bottom:1px solid #cc6600;
}


.introTexto {
font-family: "Trebuchet MS";
color: #7F7F7F;
font-weight: normal;
font-size: medium;
text-align: justify;
letter-spacing: normal
}
.textomenuentradas {
font-family: "Trebuchet MS";
color: #7F7F7F;
font-weight: normal;
font-size: small;
text-align: left;
letter-spacing: normal
}

.titEntrada {
font-family: "Trebuchet MS";
color: #cc6600;
font-weight: bold;
font-size: 16px;
text-align: left;
white-space: normal;
}
.titIndex {
padding:10px;
font-family: "Trebuchet MS";
color: #cc6600;
font-weight: bold;
font-size: 16px;
text-align: center;
white-space: normal;
}
.fechaBlog {
font-family: "Trebuchet MS";
color: #000000;
font-weight: bold;
font-size: 12px;
text-align: justify;
letter-spacing: normal;
}
.cuerpoBlog {
font-family: "Trebuchet MS";
font-size: 16px;
color: #000000;
font-style: normal;
font-weight: normal;
text-align: justify;
}
.fotografias {
color:#CC0000;
text-size:medium;
text-family:"Trebuchet MS";
}
.jlazpitarte {
color:#000000;
text-size:medium;
text-family:"Trebuchet MS";
}
</style>
</head><body>
<br>
</body></html>

