/* CSS Document */

TABLE.botones {
	width:780px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#C3BD99;
}

TABLE.botones TD.botones {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	height:30px;
	background-color:#686144;
	text-align:center;
	width:97px;
}

TABLE.botones TD.botones a{
	color:white;
	text-decoration:none;
}

TABLE.botones TD.botones_in {
	height:30px;
	background-color:#C3BD99;
	color:#686144;
	text-align:center;
	width:12.5%;
}

TABLE.botones TD.botones_in a{
	color:#000000;
	text-decoration:none;
}

DIV.header{
	position:relative;
	width:780px;
	height:auto;
	padding:0px;
	margin:0px;
}
DIV.escuchar{
	position:absolute;
	top:0px;
	right:15px;
	width:187px;
	background:#f2f0e4;
	height:auto;
	color:#686144;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	text-align:left;
}

DIV.seguinos {
	position: absolute;
	bottom: 15px;
	right: 40px;
	width: 159px;
	height: 21px;
	background:#f2f0e4;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

DIV.seguinos_text {
	position: absolute;
	display: inline;
	color: #6477a1;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	top: 4px;
	left: 25px;
}

DIV.seguinos A:focus {
	outline: none;
}

DIV.mensaje_instantaneo{
	position:relative;
	width:100%;
	height:auto;
	border-top:solid 1px #BC0000;;
	margin-top:5px;	
	color:#BC0000;
	text-align:center;
	padding:5px 0px;
	font:bold 12px Arial, Helvetica, sans-serif;
}
DIV.escuchar a{
	color:#686144;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;	
	background:#f2f0e4 url('../images/sesion_icon.jpg') 0px 5px no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	line-height:24px;
}
