/* CSS Document */
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6f72;
	line-height: 18px;
}
/*///////////////////////////////////////////*/
#botonera {  
	list-style:none;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type: none;
	list-style-image:none;
	list-style-position:outside;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#034EA2;
	font-weight:bold;
}
#botonera li {
	/*padding:0;*/
	float:left;
	list-style:none;
	list-style-type: none;
	list-style-image:none;
	list-style-position:outside;
}
#botonera li a
{
	display:block;
	width:150px;
	/*padding:2px 0;*/
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#034EA2;
	background-color:#ffffff;
}
#botonera li a:hover
{
	color:#6C6F72;
}
/*************************************************/
/* tabla */
.tabla{
margin-left:645px;
margin-top:44px;
}

.textoInferior{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
	margin-botton:25px;
	margin-left:645px;
}

