body {

	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #dddddd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, th {
	font-size: 12px;
}

h1, h2, h3 {
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #AC1D22;

}

a, h2 a:hover, h3 a:hover {
	color: #AA1225;
	text-decoration: none;
}
	
a:hover {
	color: #AA1225?;
	text-decoration: underline;
}

.titular {
	
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #AA1225;

}

.pregunta {
	
	color: #AC1D22;
	font-weight: bold;	

}

.titular_blanco {
	
	font-size: 22px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;

}

.blanco {
	
	color: #FFFFFF;	

}


.gris {
	
	color: #333333;	

}

.rojo {
	
	color: #AA1225;	

}

img.border { 
	border: 1px solid #AC1D22;
	
	padding: 5px 5px 5px 5px;
}



