/* Hoja de estilo para MexKISS*/

/* Estilos para texto*/

body{
    background: #66CCFF url(scissor.gif) fixed;
	color:#000000;
}

a:link{
   color: #0000FF !important
}

a:hover{ 
   color: #808080 !important; 
   text-decoration: underline;
}

a:visited{ 
   color: #FF0000 !important;
}

.normal{
   font-size: 12pt;
   font-family: Verdana;
}

.cursiva{
   font-style: italic;
}

.negrita{
   font-weight: bold;
}

.titulo1{
   font-size: 36pt;
   text-align: center;
}

.titulo2{
   font-size: 24pt;
   text-align: center;
}

.minimono{
   font-size: 10pt;
   font-family: monospace
}
.peque{
   font-size: 8pt;
   font-family: Verdana
}

.grande{
   font-size: 16pt;
   font-family: Verdana;
}
.xgrande{
   font-size: 20pt;
   font-family: Verdana;
}
/* Estilos para parrafo*/ 

.centrar{
   text-align: center;
}

.izquierda{
   text-align: left;
}

.derecha{
   text-align: right;
}

.justificada{
   text-align: justify;
}

