
body {
	padding: 0;
	margin: 0;
	border: 0;
    font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	text-align: center;	/* IE-Win hack */
	color: #333333;
}
a {
	text-decoration: none;
}
.nar {
	color: #CF5605;
	font-weight: bold;	
}

.narS {
	color: #CF5605;
	font-weight: bold;	
	font-size: 8pt; 
}

.catboton {
	display: block;
	width: 160px;
	height: 15px;
	padding: 0px 0px 3px 17px; 
	background: url('../Images/BoloNar.gif') bottom left no-repeat;
	color: #FFFFFF;	
	font-weight: normal;	
	text-align: left;
	margin-left: 10px;
	margin-bottom: 3px;
}

.catboton:hover {
	text-decoration: underline;
}

.catbotonver {
	display: block;
	width: 150px;
	height: 15px;
	padding: 0px 0px 3px 17px; 
	background: url('../Images/BoloVerde.gif') bottom left no-repeat;
	color: #DEFEBC;	
	font-weight: normal;	
	text-align: left;
	margin-left: 10px;
	margin-bottom: 3px;
}

.catbotonver:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}

.cat {
	color: #FFFFFF;	
}
.catb {
	color: #FFFFFF;	
	font-weight: bold;
}
.campo{
		border: 1px solid #bbbbbb;
		background: #EFEFEF;
}
.boton{
	border: 1px solid #ED8318;
	background: #F3A016 url('../Images/FondoBoton.jpg') repeat-x;
	color: #FFFFFF;	
	font-weight: bold;
	margin: 2px 1px 2px 1px;	
}

.imgfloat {
float: left;
border:1px solid #CCCCCC;
margin:2px 6px 0px 0px;
}

