/* CSS Document - SIPPAT 2008 */
 

#titulo {
	font-size:250%;
	line-height:2em;
	font-weight:bold;
	}
	
#menu {
	width:180;
	padding:0;
	margin:0;
	background:url(../img/az.jpg) repeat-x;
	}


/* >>>>>>>>>>>>>>>> Clases >>>>>>>>>>>>>>>>> */ 

.bot {
	background:url(../img/bot.png) no-repeat left top;
	width: 120px;
	line-height:2.5em;
	height:25px;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.bot:hover {
	background:url(../img/bot_on.png) no-repeat left bottom;
	height:25px;
	cursor:pointer;
	}

.grande {
	padding:0;
	margin:5;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:2.5em;
	}

.naranja {
	color:#FF6600;
	}

.titulo {
	padding:0;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:3em;
	font-weight:bold;
	font-size:24px;
	color:#FF5B0D;
	}
