/* COMUN.CSS */
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	color: #333333;
	background: url(portada/fondo_body_azul.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover, a:active {
	color: #A52A2A; 
	text-decoration: none;
	border-top: 2px solid #006699;
}
h1 {
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
}
quote{
	text-align: right ;
}
cite {
	text-align: right;
}
.accesskey {
	text-decoration: underline;
}
.gris {
	color: #CCCCCC;
}
.negrita{
	font-weight: bold;
}
.negazul {
	font-weight: bold;
	color: #006699;
}
.azul {
	color: #006699;
}
.caption {
	font: caption;
}
.acronym{
	color : #000000;
	cursor : help;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	/* background: #0082FF; */
	border-bottom: 1px dashed #0082FF;
}
.displaynone {
	display: none;
}
.txtderecha {
	text-align: right;
}
#cabezera {
	letter-spacing: 0px;
}
#css {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 0px; 
	margin-top: 17px;
	text-align: center;
	height: 46px; 
	background: url(validaciones.png) no-repeat center;
}
#csstxt {
	text-align: center;
	color: #666666;
	font-size: 0.8em;
}































