/*HOJA DE ESTILO DE WWW.STOPSTRESS.COM*/
/*ENVIAR LA NOTICIA A UN AMIGO*/
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #222;
	background: url(../images/stopstress_bg.jpg) no-repeat fixed top center;
	text-align:center;
	padding-top:30px;
}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
}

#tablaEnvioNoticia{
	margin:10px auto 0px auto;
	border:5px solid #ECC301;
	padding:30px;
	background-color:#fff;
	text-align:left;
	}

.parrafo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.asterisco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.incorrecto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

#botones{
text-align:center;
}