@charset "utf-8";
/*

Hoja de estilos de PHP Kike Guestbook

*/



body

{

	/*background-color: #C6FFC6;*/

	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;

	padding:0px;

	margin:0px;

}



a:link

{

	text-decoration:underline;

	color:#0066CC;

}



a:visited

{

	text-decoration: underline;

	color:#990000;

}



a:hover

{

	text-decoration:underline;

	color: #ff0000;

}



.formulario

{ 

	font-family: Verdana;

	font-size: 9pt;

	color: #333333;

	border: 1px #003366 solid;

}



.normal

{

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	text-transform:uppercase;

	font-weight: none;

	color: #000000;

}

.arriba

{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#000000;

	font-weight:normal;

	font-size:11px;

}

/*

.tabla

{

	background-color: #000000;

	width: 700;

}



.filatitulo

{

	background-color: #F1F4FA;

	height: 20;

	font-family: Verdana;

	font-size: 9pt;

	font-weight: bold;

	color: #000000;

}



.filacentro

{

	background-color: #ffffff;

	font-family: Verdana;

	font-size: 11px;

	font-weight: none;

	color: #000000;

}



.filaabajo

{

	background-color: #F1F4FA;

	text-align: right;

	font-family: Verdana;

	font-size: 11px;

	font-weight: none;

	color: #000000;

}*/

/* Normal Bubble */

div.bubble {

	width: 700px;

	font-size: 0.75em;

	margin-bottom: 24px;

}



div.bubble blockquote {

	margin: 0px;

	padding: 0px;

	border: 1px solid #c9c2c1;

	/*background-color: #fff;*/

	background:#C6FFC6;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:justify;

}



div.bubble blockquote p {

	margin: 5px;

	padding: 0px;

}



div.bubble cite {

	position: relative;

	margin: 0px;

	padding: 7px 0px 0px 15px;

	top: 6px;

	background: transparent url(esquina.jpg) no-repeat 20px 0;

	/*background: transparent url(tip.gif) no-repeat 20px 0;*/

	font-style: normal;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#990000;

	font-size:12px;

}

div.bubble label {

	position: relative;

	margin: 0px;

	padding: 7px 0px 0px 15px;

	top: 6px;

	font-style: normal;

	font-family:Arial, Helvetica, sans-serif;

	color:#000066;

	font-size:11px;

}



/* Rounded Bubble */

div.bubble div.rounded {

	margin-bottom: 10px;

	border: 3px solid #fff;

	background-color: #b7e0ff;

}

div.bubble div.rounded blockquote {

	border: 0;

	background-color: transparent;

}

div.bubble div.rounded blockquote p {

	margin: 0px 10px;

}

div.bubble cite.rounded {

	position: relative;

	margin: 0px;

	padding-left: 15px;

	padding-top: 12px;

	top: 9px;

	background: transparent url(tip-rounded.gif) no-repeat 15px 0;

}



/* Pimped Bubble */

div#pimped.bubble {

	font-size: 0.9em;

}

div#pimped.bubble div.rounded {

	color: #fff;

	border: 3px solid #fff;

	background-color: #111;

}

div#pimped.bubble cite.rounded {

	background: transparent url(tip-pimped.gif) no-repeat 15px 0;

}


