/*
Hoja de estilos de PHP Kike Guestbook
*/

body
{
	background-color: #ffffff;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #000000;
}

h1 {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color:#4B506E;
}

h2 {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color:#767B9B;
}

h3 {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color:#ff8000;
}

h4 {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	color:#FFD350;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

a:link
{
	text-decoration: underline;
	color: #000000;
}

a:visited
{
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}

.formulario
{ 
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	border: 1px #003366 solid;
}

.normal
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: none;
	color: #000000;
}

.tabla
{
	background-color: #000000;
	width: 450;
}

.filatitulo
{
	background-color: #F1F4FA;
	height: 20;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.filacentro
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: none;
	color: #000000;
}

.filaabajo
{
	background-color: #F1F4FA;
	text-align: right;
	font-family: arial;
	font-size: 11px;
	font-weight: none;
	color: #000000;
}
