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

body {
	margin: 13px auto;
	font-family: Verdana, sans-serif;
	background: black;
	color: white;
	width: 980px;
}

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

#soga_1 {
padding-top: 20px;
padding-left: 58px;
padding-right: 390px;
margin: 0px;
background: url(abismo_soga_2.jpg) no-repeat;
font-size: 15px;
}

.signa {
font-size: 11px;
}

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

.palabras {
  background: transparent;
	color: black;
 padding: 6px;
 }
 
