/* CSS Document */

body {
	background-color: #FFFFFF;
	width: 300px;
	margin-right: 0px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3F7B1A;
	padding-left: 10px;
	text-transform: uppercase;
	width: 300px;
}
.tit2lineas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3F7B1A;
	padding-left: 10px;
	text-transform: uppercase;
	width: 300px;
}
.noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336600;
	font-weight: bold;
	padding-left:5px;
}
.cumple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #336600;
	font-weight: bold;
	padding-left:5px;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	text-transform: uppercase
}
.botonaceptar{
	font-size:12px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#77bb77;
	border:0px;
	width:110px;
	height:25px;
   }
.botoncancelar{
	font-size:12px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#bb7777;
	border:0px;
	width:110px;
	height:25px;
   }   
A:link {color: #336600}
A:active {color: #336600}
A:visited {color: #336600}
A:hover {color: #336600} 

