
/* Defaults */
* { padding:0; 
	margin:0; 
}

html { 	width:100%;
		height:100%; 
}

/* Body */
body {  background-color:#ffffff; 
		margin:0;	
		padding:0; 
}

/* Generales */
h1 {
	font-size:14px;
	font-family:Arial;
	color:#7c2665;
	line-height:24px;
	word-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 { font-size:12px; font-weight:bold; font-family:Verdana; color:#7c2665;}
h3 { font-size:14px; }
ul { list-style-type:none; /*con esto quitamos las viņetas*/}
li { font-size: 12px; }


form {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
radiobutton {
	margin-top: 0px;
}

/* Classes */

.forml { height:14px;
width:180px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}
.formb { height:14px;
width:140px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}
a.titnota:link { font-family: Arial; font-size: 11px; color: #FF3232; font-weight: bold; text-decoration: none;}
a.titnota:visited { font-family: Arial; font-size: 11px; color: #FF3232; font-weight: bold; text-decoration: none;}
a.titnota:hover { font-family: Arial; font-size: 11px; color: #FF3232; font-weight: bold; text-decoration: underline;}
a.titnota:active { 	font-family: Arial;	font-size: 11px; color: #FF3232; font-weight: bold; text-decoration: none;}

a.vermasnota:link { font-family: Arial; font-size: 11px; color: #FF3232; text-decoration: none;}
a.vermasnota:visited { font-family: Arial; font-size: 11px; color: #FF3232; text-decoration: none;}
a.vermasnota:hover { font-family: Arial; 
