/*
	Estilos para GuestBook2
	Juan Pablo Gil R. - jpgil@conectu.com
	(c) 2002 Conectu.com
*/



.GuestBook2 { 
	margin-top: 30px; 
}

.GuestBook2 h1.fondoArriba {
	margin: 0 0; color: #674C12; background-image: url("img/espiral_arriba.gif");
	padding: 20px 0 0 110px;
	width: 530px; height: 50px;
	/* hack para IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 420px; height: 30px;
}
html>body .GuestBook2 h1.fondoArriba {  /* be nice with opera */
	width: 420px; height: 30px;
}

div.Mensajes {
	background: url("img/fondo_espiral.gif"); width: 530px;
	padding-left: 40px;
	/* hack para IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 490px;
}
html>body div.Mensajes {  /* be nice with opera */
	width: 490px;
}

p.AgregarMsg {
	float: right;
	margin-right: 25px;
	color: gray;
}

table.GuestBookTabla {
	margin-top: 40px;
	width: 440px;
}
table.GuestBookTabla td {
	padding: 3px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-bottom: thin dotted gray;
}


.GuestBookAutor {}
.GuestBookAutor  {  text-align: right; }
.GuestBookAutor p { margin: 5px 0;  }





.GuestBookForm {border: none;
	margin: 0 0; background: #9a9d74;
	padding: 20px 0 0 57px; width: 530px;
	/* hack para IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 473px;
}
html>body .GuestBookForm {  /* be nice with opera */
	width: 473px;
}

.GuestBookForm h2 {
	margin: 0 0;
	color: #674C12; background: url("img/espiral2_arriba.gif");
	padding: 15px 0 0 95px; width: 416px; height: 43px;
	/* hack para IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 321px; height: 28px;
}
html>body .GuestBookForm h2 {  /* be nice with opera */
	width: 321px; height: 28px;
}

.GuestBookForm form {
	margin: 0 0; background: url("img/fondo_espiral2.gif");	
	width: 416px; padding: 20px 0 0 40px; 
	/* hack para IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 376px;
}
html>body .GuestBookForm form {  /* be nice with opera */
	width: 376px;
}


.GuestBookForm td, .GuestBookForm th {
	border: 1px solid #BCBEF4;
	padding: 3px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.GuestBookFormSubmit { text-align: center; }


p.GuestBookNav {
	text-align: center;	margin: 0 0; padding: 10px 0;
}
.SinMensajesLibro {
	text-align: center;
	font-size: 130%;
	font-style: italic;
	margin: 50px 0;
}
.GuestBookMsg { color: red; font-weight: bold; margin: 10px 40px;}
