/* CSS Document */
.texto9gris {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  color: #333333;
}
.texto10negro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  color: #000000;
}

.texto14Gris {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #333333;
  font-weight: bold;
}
.texto14Azul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #2529BA;
  font-weight: bold;
  border-bottom-style: outset;
  border-bottom-color: #C12E1E;
}
.texto12gris {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #333333;
}


.cuadro {
	border: thin solid #CCCCCC;
}
.rayaarriba {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rayaderecha {
	border-top-style: none;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.rayaizquierda {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCCCCC;
}
.rayaabajo {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.relleno1 {
	background-repeat:   repeat-x;
	background-position: left top;
	background-image: url(imagenes/cabeza1.png);
}
.relleno2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	background-color: #FFFF00;
}
