body {
	text-align:center;
	margin:auto;
	padding:0;
	font-size: 0.8em;
	font-family: Georgia,Verdana; 
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color:#000;
	background-color:#f2f2e9; 
}

input {
	border:1px solid #ccc;
	background-color:#eee;
}

input[type="radio"] { 
	background-color: transparent; 
	border: none;
} 

fieldset{
	border:none;
	text-align:left;
}

h1{
	font-size:1.4em; 
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color: #B40000;
	margin:auto;
	text-align:center;
	text-transform: uppercase;
}

h2{ font-size:1.3em; }
h3{ font-size:1.2em; }

body  a{
	color: #000;
	text-decoration: none;
}


body  a:hover{
	color: #B40000;
}


caption {
	font-size:1.2em;
	text-transform: uppercase;
}

.saltopagina{
	display: none;
}

.vociIndice{
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	margin-top:5em;
	padding:0.2em 0em;
}


