@charset "utf-8";
/* CSS Document */
.prueba{ background-color:#666;}

.fondo {
	background-image:url(imatges/pagina_pago_fondo_02.png);
	background-position:center 40px;
	background-repeat:no-repeat; }
.fondo2 {
	background-image:url(imatges/pagina_pago_fondo_03.png);
	background-position:center 40px;
	background-repeat:no-repeat; }
.fondo_ok {
	background-image:url(imatges/pagina_pago_fondo_OK.png);
	background-position:center 40px;
	background-repeat:no-repeat; }
.fondo_ko {
	background-image:url(imatges/pagina_pago_fondo_KO.png);
	background-position:center 40px;
	background-repeat:no-repeat; }
.fondo_cuadro{
	background-image:url(imatges/fondo_cuadro.png);
	width:588px;
	height:320px;
	margin:30px auto;
	padding:220px 0 0 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;}
.texto_linea{
	display:block;
	clear:both;
	height:30px;
}
.col1{ 
    display:block;
    float:left;
	width:180px;
	text-align:right;
	color:#194372;
	font-weight:900;}
.col2{
	display:block;
    float:left;
	color:#575757;
	padding:0 0 0 20px;}
.bt_pagar{
	position: relative;
	top:30px;
	left:202px;}
.bt_pagar a{
	background-image:url(imatges/bt_pagar.png);
	width:133px;
	height:45px;
	display:block;}
.bt_pagar span{
	visibility:hidden;}
input[type=submit] {
	cursor: pointer;
}
.acenter {
	text-align: center;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.content_success {
	width: 100%;
}
.middle_content {
	width: 608px;
	margin: 0 auto;
	height: auto;
	display: inline-block;
}
#part_left_success {
	width: 217px;
}
#part_right_success {
	width: 358px;
	margin-top: 330px;
}
#part_right_success p {
	font-size: 32px;
    color: green;
}
#part_right_error {
	width: 358px;
	margin-top: 330px;
}
#part_right_error p {
	font-size: 32px;
    color: red;
}
