/* Estructura.css */
html {
 margin: 0;
 padding: 0;
}

body {
	margin: 15px auto;
	font-family: Verdana, sans-serif;
	background: #bdd;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(hojacursi02.gif);
	width: 980px;
}

a:link{ color: #DDEEFF; text-decoration: underline}
a:active{ color: #FFCCCC; text-decoration: underline}
a:visited{ color: #DDEEFF; text-decoration: underline}
a:hover{ color: #FFFFFF; text-decoration: underline}

.transpo {
 color: black;
 background-repeat: repeat;
 background-attachment: scroll;
 background-image: url(ft.png);
 opacity: .85;
 height: 1100px;

}

.palabras {
  background: transparent;
	color: black;
 padding: 6px;
 }
 
.fotoiz {
	float: right;
	margin: 10px;
}
 
.m1 {
 font-size: 12px;
 font-weight: bold;
 border: 0;
 background: #4466aa url(gra.png) repeat-x;
 color: white;
 margin: 0px;
 text-align: center;
 padding: 3px;
}

.m2 {
 border: 0;
 background: #776644 url(gra2.png) repeat-x;
 color: white;
 margin: 0px;
 text-align: center;
 padding: 4px;
}
