/* CSS Document */
body {

	background-color: #A7A8AC;
	margin:0px;
	
}
a:focus { 
outline:none 
}

.botoneraborde{
border-right: 1px solid #A7A8AC;
}

.botoneraborde_bottom{
border-bottom: 3px solid #A7A8AC;
}
.botoneraborde_top{
border-top: 3px solid #A7A8AC;
background-color:#FFFFFF;
}
.pie{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #FFFFFF;
}

.titulo{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #414042;
}
.texto{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #414042;
}
.textob{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #414042;
}
