@charset "utf-8";
/* CSS Document */

.negritas {
	font-weight: bold;
}

.importante1 {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
}

.importante2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.enlace {
	color:#4f2231;
	font-weight: bold;
}

#cuadroG{
	width: 610px;
	margin: auto;
}

.cuadro {
	width: 298px;
	float: left;
	height: 93px;
	margin: 0 0 20px 0;
}

.izquierda {
	float:left;
	margin: 0 0 0 10px;
}

.derecha {
	float: right;
}

.lineas {
	border-top: #FF0000 solid 1px;
	border-bottom: #FF0000 solid 1px;
	clear: both;
}

#tabla {
	width: 400px;
	padding: 40px 0 0 13px;
	clear: both;
}

#tabla2 {
	width: 290px;
	margin: 0 auto;
	clear: both;
}

.titulos {
	font-size: 14px;
	font-weight: bold;
}

.subrayado {
	text-decoration: underline;
}

.imagencentrada {
	display: block;
	margin: 0 auto;
}
