body {
	padding: 0px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
*{
	padding:0px;
	margin:0px;
}
#contenedor {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo_web.png);
	background-repeat: no-repeat;
	height: 580px;
	background-position: right 70px;
	position: relative;
}
#q_onda {
	position: absolute;
}
#deja_msj {
	position: absolute;
	left: 733px;
	top: 33px;
}
#botonera {
	position: absolute;
	left: 266px;
	top: 25px;
	z-index:99;
}
#cuerpo {
	padding-top: 105px;
	padding-left: 261px;
}
#col_izq {
	width: 396px;
	height: 293px;
	position:absolute;
	z-index:100;
	display:inline;
	left:261px;
	top: 105px;
}
#seccion {
	width: 396px;
	height: 293px;
	overflow: auto;
}
#fondo_seccion {
	background-image: url(../imagenes/fondo_seccion.gif);
	background-position: left top;
	background-attachment: scroll;
}
#col_der {
	padding-left:460px;
	padding-right:25px;
}
#subir_video {
	padding-left:460px;
	padding-right:25px;
}
.tit_campo {
	margin-bottom: 2px;
}
#campo {
	margin-bottom: 4px;
}
#pie {
	position: absolute;
	left: 36px;
	top: 356px;
}
.tit_mensaje {
	font-size: 15px;
	color: #CB3636;
}
.fecha_mensaje {
	font-size: 15px;
	color: #333333;
}
.txt_mensaje {
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#btn_siguiente {
	position: absolute;
	left: 388px;
	top: 77px;
}
#btn_anterior {
	position: absolute;
	top: 77px;
	left: -5px;
}
#feed {
	text-align: center;
	padding-top: 50px;
}
#feed img {
	padding-top: 10px;
}
#tit_seccion {	
	font-weight: bold;
	color: #E10000;
	font-size: 18px;
	padding-bottom:15px;
}
#btn_q_votamos {
	position: absolute;
	left: -14px;
	top: 376px;
}
#btn_por_vos {
	position: absolute;
	left: 223px;
	top: 376px;
}
#subiendo_video {
	text-align: center;
	padding-top: 65px;
}
#feed_video {
	text-align: center;
	padding-top: 65px;
}#msj_peso {
	color: #B50000;
	padding-left: 10px;
}
/*tooltip*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt span{ 
	display: none;
	color:#E10101;
	font-weight:bold;
}
a.tt:hover{ z-index:25; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-30px; left:0;
	padding:0;
	width:93px;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	margin-left:-90px;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../imagenes/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(../imagenes/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(../imagenes/bubble.gif) no-repeat bottom;
}






a.tt1{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt1 span{ 
	display: none; 
	color:#E10101;
	font-weight:bold;
}
a.tt1:hover{ z-index:25; background:;}
a.tt1:hover span.tooltip{
    display:block;
    position:absolute;
    top:-30px; left:0;
	padding:0;
	width:93px;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	margin-left:10px;
}
a.tt1:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../imagenes/bubble1.gif) no-repeat top;
}
a.tt1:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(../imagenes/bubble_filler.gif) repeat bottom;
}
a.tt1:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(../imagenes/bubble1.gif) no-repeat bottom;
}