/***********************************************************************
	Estilos pagina
************************************************************************/
.ui-page {
    background: transparent;
    background: url("../images/fondo_ii.png");
    background-repeat:repeat-y;
    background-position:center center;
    background-attachment:scroll;
    background-size:100% 100%;
}
.ui-content{
    background: transparent;
}
.ui-header h2.ui-title { margin-left: 1em; margin-right: 1em; }
/***********************************************************************
	Estilos adicionales
************************************************************************/
.centrar {
	text-align:center;
}
/***********************************************************************
	Estilos de botones footer
************************************************************************/
.bot1 a {
	background:url("../images/botones/PrescriptionsOFF.png");
	width:105px;
	height:18px;
	display:block;
	margin:0 auto;
	text-decoration:none;
	padding:28px 0 0 0;
}
.bot1.activo a {
	background:url("../images/botones/PrescriptionsON.png");
}
.bot1 a:hover {
	background:url("../images/botones/PrescriptionsON.png");
}
.bot2 a {
	background:url("../images/botones/ScanOFF.png");
	width:105px;
	height:18px;
	display:block;
	margin:0 auto;
	text-decoration:none;
	padding:28px 0 0 0;
}
.bot2.activo a {
	background:url("../images/botones/ScanON.png");
}
.bot2 a:hover {
	background:url("../images/botones/ScanON.png");
}
.bot3 a {
	background:url("../images/botones/DrugstoreOFF.png");
	width:105px;
	height:18px;
	display:block;
	margin:0 auto;
	text-decoration:none;
	padding:28px 0 0 0;
}
.bot3.activo a {
	background:url("../images/botones/Drugstore.png");
}
.bot3 a:hover {
	background:url("../images/botones/Drugstore.png");
}
.bot1 a span, .bot2 a span, .bot3 a span {
	color:#FFF;
	font-size:9px;
}
.abajo20 {
	padding:0 0 5px 0;
	background:url("../images/master_u351.jpg");
}
/***********************************************************************
	Página Pscan
************************************************************************/
#pscan-boton {
	background:url("../images/index_u126_fr.png");
	width:214px;
	height:213px;
	display:block;
	margin:50px auto;
}
#pscan-boton:hover {
	background:url("../images/index_u126_r_fr.png");
}
