/* CSS Document */

body {
margin:0;
background:  url(../img/bg-negro2.png) repeat;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:1.5em;
}

a:link {
	color: #764B78;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #764B78;
}
a:hover {
	text-decoration: none;
	color: #E2418D;
}
a:active {
	text-decoration: underline;
	color: #764B78;
}


#contenedor {
width:900px;
margin:0 auto;
background:  url(../img/bg-cuerpo.png) repeat;
}

#cab {
}

#cuerpo {
padding:10px;
_margin: 0 -25px 0 0 ;

}


#canales {
float: left;
width:900px;
}



.canal {
float: left;
padding: 3px 6px 6px 6px;
color: red;
font-weight:bold;
}

.datos-canal{
text-align:center;
}

.canalimg{
border: #000 1px solid;
width:160px;
height:120px;
padding:0;
}

#accesos {
width:600px;
margin: 0 auto;
text-align:center;
}


#pie {
padding:20px;
color: #000;
background:  url(../img/bg-negro.png) repeat;
}


/* CANALES TRANX */

.ban-tranx {
margin-left:-10px;
}

/* FORM ACCESO TPV */

#acceso-tpv {
width:300px;
margin:0 auto;
font-size:17px;
font-weight:bold;
letter-spacing:-2px;
color:#754C78;
}

input {
width:200px;
padding:2px;
font-size:17px;
}

.botontpv {
width:100px;
font-size:17px;
font-weight:bold;
}

fieldset {
border: 4px #DE0A6E solid;
}

legend {
font-size:28px;
}


