/*
Hoja de estilos de PHP Kike Guestbook
*/

body
{
	background-color: #000000;
	scrollbar-face-color:#ABD1EE;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:#ABD1EE;
	scrollbar-darkshadow-Color:#202020;
	color: ffffff;
	text-align: center;
}

a:link, a:visited
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: ButtonShadow;
	font-weight: bold;
}
.formulario
{ 
	font-family: Verdana;
	font-size: 9pt;
	border: 1px #336699 solid;
}
.banner
{
margin:7px;
}
.normal
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: none;
	color: #cccccc;
}

.tabla
{
	width: 550;
	background: White;
}

.filatitulo
{
	height: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../../images/tituloarriba.jpg);
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.filasubtitulo
{
	height: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.filacentro
{
	background-color: #ABD1EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.filaabajo
{
	background-color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: thin;
}
.filainfoa
{
	background-color: #E5E9F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	border-style: dotted;
	border-color: #000000;
	border-width: thin;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
}
.general{
	width:600px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
