/*Fichero hoja de estilos. larana2.css*/

@charset "utf-8";


 body {
	background-color: #CDEAF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(img/fondopuneado.jpg);
	background-repeat: repeat;
	   }
table table table p {font-size:9px}

 .titulo {
	font-size: 14pt;
	font-weight: bolder;
	color: #333333;
	text-align: left;
	margin-left: 0px
	  } 

.azul {
	color: #003366;
	}

.mayuscula {
	text-transform: uppercase;
}
.parrafosangria {
	text-indent: 50px;
}
.botonera {
	line-height: 20px;
	margin-left: 15px;
}
.interletra {
	letter-spacing: 5px;
	word-spacing: 25px;
}
.100 {
	font-weight: 100;
}
.500 {
	font-weight: 500;
}
.900 {
	font-weight: 900;
}
.titfonamarillo {
	background-color: #FFCC00;
}


P.nota {background-image: white url("img/estrella.jpg"); 
        background-repeat : repeat-y;
        background-position: top center;}
a:link {
	text-decoration: none;
	color: #003333;
	font-weight: 500;
}
a:active {
	text-decoration: underline;
}
.sangria {
	margin-left: 15px;
	line-height: 20px;
}


a:visited {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #CDEAF0;
}

