/* HOJA DE ESTILOS DE BETI BILBO */

/* elementos básicos */

html {
	margin: 0;
	padding: 0;
	}
body { 
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font: 75% georgia, sans-serif;
	color: #555753; 
	font-style: normal;
	font-weight: normal;
	line-height: 1.88889;
	/*color: rgb(0, 0, 0);*/
	background: #fff; /*url(/images/blossoms.jpg) no-repeat bottom right;*/ 
	margin: 0; 
	padding: 0;
	vertical-align: middle;
	text-align: left;
	background-color: rgb(255, 255, 255);
	}
p { 
	margin-top: 0; 
	/*text-align: justify;*/
	font-family : Georgia, sans-serif;
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
	font-size : 9pt;
	font-style : normal;
}
h1           {
	font: italic bold 1.6em georgia, sans-serif;
	letter-spacing: 3px; 
	margin-bottom: 0; 
	color: #7D775C;
}
h2           {
	font: italic normal 1.5em georgia, sans-serif;
	letter-spacing: 2px; 
	margin-bottom: 0; 
	color: #7D775C;
}

h3 { 
	font: italic normal 1.3em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #B7A5DF;
	/*color: rgb(204, 0, 0);*/
}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #C2BACB;
		/*color: #666666;*/
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	/*color: rgb(204, 153, 51);*/
	}

acronym {
	border-bottom: none;
	}

ul
{
	font-family : Georgia, sans-serif;
	font-size : 9pt;
	line-height : 25px;
	list-style-type: square;
}
ul ul
{
	list-style-type: disc;
}
ul ul ul
{
	list-style-type: circle;
}

ol
{
	font-family : Georgia, sans-serif;
	font-size : 9pt;
	line-height : 20px;
}

address         {
	vertical-align: middle;
	text-align: left;
	font-family : Georgia, sans-serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 8pt; 
}

button       { 
	font-size: 8pt; 
	font-style: normal; 
	font-family: Georgia, sans-serif; 
   background-color: rgb(102, 102, 102);
	color: rgb(255, 255, 255)
}

nobr {
	font-family: Georgia, sans-serif; 
	/*font-family : verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size : 8pt;
	text-align : center;
	/*background-color: rgb(102, 102, 102);*/
	color : #DC143C;
}

table        { 
 font-family: Georgia, sans-serif;  
 font-style: normal;
 font-size: 9pt;
 font-weight: normal; 
 text-align: left; 
 vertical-align: middle;	

}

/* clases*/

.aSobreAzul {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
 	font-family: Georgia, sans-serif;  
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	font-variant: normal;
}
.textoTxiki {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
 	font-family: Georgia, sans-serif;  
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.textoblanco {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
 	font-family: Georgia, sans-serif;  
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	/*background-color: rgb(102, 102, 102);*/
	color: #FFFFFF;
}
.textoResaltado {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
 	font-family: Georgia, sans-serif;  
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	/*background-color: rgb(102, 102, 102);*/
	background-color: #DC143C;
	color: #FFFFFF;
}
.versalitas {
 	font-family: Georgia, sans-serif;  
	font-variant: small-caps;
	font-size: 8pt;
	text-indent: 0px;
	letter-spacing: 2px;
	word-spacing: 4px;
	white-space: nowrap;
	text-align: center;
}
.Estilo3 {
color: #000000
}
.Estilo4 {
font-size: 9px
}

