/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	CSS - Hoja de estilo en cascada
	Catastrófico! (2009)
	Por: MàRi0x! (Mariano Ferreris)
	para TuTubo! www.catastrofico.com.ar/tutubo
	E-Mail: mariox@catastrofico.com.ar
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Helvetica,Arial,Geneva,sans-serif;
	font-size: 11px;
	background-color: #000000;
	background-image: url(../tutubo/images/fondotutubo.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/* ---------------------------------- 
	ESTRUCTURA DEL SITIO EN GENERAL
-------------------------------------
*/

#contenedor {
	width: 760px;
	margin: auto;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	background: #000000;
}

#cabecera {
	height: 70px;
}

#cabecera_debajo {
	background: url(../tutubo/images/fondillo.jpg);
	height: 20px;
}

#contenido {
	width: 760px;
	margin: auto;
	background: url(../tutubo/images/fondotutubo.jpg) repeat-y;
	border: #333333 1px solid;
}

#izquierda {
	float: left;
	width: 510px;
	height: auto;
}

#derecha {
	float: left;
	width: 240px;
	height: auto;
/*	border-left: #333333 1px solid; */
}

#pietexto {
	clear: both;
	background: #000 url('../images/footer2.gif') no-repeat bottom center;
	border-top: #333333 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
}

#videolist {
	margin: auto;
	height: auto;
}

.list {
	text-align: center;
	list-style-type: none;
}

.list li {
	margin: 0px 10px 10px 0px;
	display: inline-block;
	display: -moz-inline-stack;  /* Mozilla 2 */
	*display: inline; /* IE6, IE7 */
	_width: 120px; /* IE6 */
	_height: 90px; /* IE6 */
	*float: left;
	*vertical-align: top;
	*padding: 0px 10px;
}

/* ---------------------------------- 
	TEXTOS Y BORDES
-------------------------------------
*/

.bordegris1 { border: 1px solid #333; }
.bordegris2 { border: 2px solid #333; }
.bordegris3 { border: 3px solid #333; }
.bordeverde { border: 2px solid #060; }
.bordeverde2 { border: 2px solid #020; }

.parrafo h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
}

.parrafo h2 {
	font-size: 18px;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #FFCC00;
	margin: 0px;
	text-align: center;
}

.parrafo h3 {
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFCC00;
	border-bottom: 4px dotted #006600;
	margin:0px; 
}

.parrafo h4 {
	color: #FFCC00;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titledisp {
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FC0;
	text-align: center;
	margin: 10px auto 8px auto;
	border-bottom: 4px dotted #030;
	padding: 5px 0px;
	text-shadow: #FC0 1px 1px 10px;
}

.parrafo p { text-align: justify; padding: 8px 10px 8px 45px; font-size: 11px; }
.parrafo b { color: #FFC; }
.parrafo2 { padding: 2px 10px;  }
.parrafo3 {	margin: 0 15px; }
.parrafo4 { text-align: justify; padding: 20px; font-size: 11px; color: #CCCCCC; font-family: Arial, Helvetica, Geneva, sans-serif; }

.faq { padding: 8px 10px 8px 45px; text-align: justify; }
.faq p { font-weight: normal; color: #CCC; font-size: 12px; }
.faq b { color: #FFF; font-weight: bold; }
.faq i { font-size: 16px; font-weight: bold; color: #FFC; margin: 0; font-style: normal; }

.faq h4 { color: #FC0; font-size: 16px; font-weight: bold; margin: 5px 0px; text-shadow: #000 2px 2px 0px; }
.faq h5 { color: #CCC; font-size: 12px; font-weight: normal; margin: 5px 0px 10px 0px; }


#parrvideos {
	text-align: justify;
	padding: 10px 20px 10px 45px;
}

#parrvideos h1 { 
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-shadow: #000 2px 2px 0px;
	color: #FC0;
	border-bottom: 4px dotted #030;
	padding: 5px;
	margin: 0px; 
}

#parrvideos p { margin: 5px 0px 20px 0px; font-size: 12px; 	color: #CCC; }
#parrvideos b { color: #FFF; }

#video { margin-bottom: 20px; }

#destacados { 
	margin: 0px 5px 0px 15px;
}

#destacados h4 {
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FC0;
	padding: 5px 8px;
	background: #030;
	margin: 10px 0px;
	text-shadow: #000 2px 2px 0px;
	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	-goog-ms-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	border-radius: 6px;	
}

#destacados img { margin-bottom: 10px; }

.boxpar4 {
	background: #010;
	margin: 10px 20px;
	padding: 5px;
	font-size: 11px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;

	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	-goog-ms-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	
	box-shadow: 		#222 0px 0px 20px;
	-webkit-box-shadow:	#222 0px 0px 20px;
	-moz-box-shadow:	#222 0px 0px 20px;
	-goog-ms-shadow: 	#222 0px 0px 20px;
	-khtml-box-shadow:	#222 0px 0px 20px;
	-o-box-shadow:		#222 0px 0px 20px;	
}

.boxpar4 p { text-align: justify; }
.boxpar4 b { color: #FFF; font-weight: bold; }
.boxpar4 i { color: #F90; font-weight: bold; font-style: normal; font-size: 12px; }

.warningbox {
	margin: 20px 0px 20px;
	background-color: #030;
	border: 2px solid #060;
}

.warningbox p { margin: 10px; }

.botoncerrar {
	background-color: #006600;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 3px solid #003300;
	padding: 5px;
	font-weight: bold;
}

.recientes {
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FC0;
	padding: 5px 8px;
	background: #030;
	margin: 10px 0px;
	text-shadow: #000 2px 2px 0px;
	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	-goog-ms-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	border-radius: 6px;	
}

#recentcomments { margin: 0px 5px 0px 15px; }
#topcommenters { margin: 0px 5px 0px 15px; }
#popularthreads { margin: 0px 5px 0px 15px; }


#recentcomments a:link 		{ color: #FC0; text-decoration:none; font-weight: bold; }
#recentcomments a:visited 	{ color: #FC0; text-decoration:none; font-weight: bold; }
#recentcomments a:hover 	{ color: #FC0; text-decoration:none; font-weight: bold; }
#recentcomments a:active 	{ color: #FC0; text-decoration:none; font-weight: bold; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DISQUS STYLES
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.dsq-widget-user { color: #F90 !important; }
p.dsq-widget-meta a { color: #FFC !important; }
/* img.dsq-widget-avatar { border: 2px solid #333 !important; } */



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul { list-style: disc; }
p { margin:0px; }

.texto-prox {
	border: 2px solid #060;
	background-color: #222;
	filter: alpha(opacity=85); opacity: 0.85;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	padding: 10px 0px;
	width: 90%;
}

/* TEXTOS EN COLORES Y BOTONES */

.txt-verde 		{ color: #009900; }
.txt-naranja 	{ color: #FFCC00; }
.txt-amarillo 	{ color: #FFFFCC; }
.txt-gris 		{ color: #CCCCCC; }
.txt-blanco		{ color: white; }

.tit-verde 		{ color: #009900; letter-spacing: 2px; font-size: 11px;	}
.tit-naranja 	{ color: #FFCC00; letter-spacing: 2px; font-size: 11px;	}
.tit-amarillo 	{ color: #FFFFCC; letter-spacing: 2px; font-size: 11px;	}
.tit-gris 		{ color: #CCCCCC; letter-spacing: 2px; font-size: 11px;	}

.tit-dest { color: #FC0; font-size: 12px; margin: 0px auto 10px; font-family: Arial, Helvetica, sans-serif; }

.pun-blanco		{ color: white; letter-spacing: 4px; }

.botoncerrar {
	background-color: #006600;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 3px solid #003300;
	padding: 5px;
	font-weight: bold;
}

.glass10 { filter: alpha(opacity=10); opacity: .1; }
.glass20 { filter: alpha(opacity=20); opacity: .2; }
.glass50 { filter: alpha(opacity=50); opacity: .5; }


/*  COLORES DE LOS LINKS */

a:link 		{ color: #00CC00; text-decoration:none; font-weight: bold; }
a:visited 	{ color: #00CC00; text-decoration:none;	font-weight: bold; }
a:hover 		{ color: #FFFFCC; text-decoration:none;	font-weight: bold; }
a:active 	{ color: #00CC00; text-decoration:none;	font-weight: bold; }


/* 
++++++++++++++++++++++++++++++++++++++++++++++
	Botonera CSS con Rollover de Imágenes
	por Mariano Ferreris (c) 2009
	para www.catastrofico.com.ar
++++++++++++++++++++++++++++++++++++++++++++++
*/

.home, .frases, .trucadas, .mp3, .videos, .fulbito, .abandon, .emoticones, .archivo { margin:0; padding: 0; }

.home { display:block;width:60px;height:60px; background: url("../images/botonera2010/inicio.png"); background-repeat: no-repeat; color: black; }
.home:hover { background-position: 0 -60px; color: black; }
.frases { display:block;width:60px;height:60px; background: url("../images/botonera2010/frases.png"); background-repeat: no-repeat; color: black; }
.frases:hover { background-position: 0 -60px; color: black; }
.trucadas { display:block;width:60px;height:60px; background: url("../images/botonera2010/trucadas.png"); background-repeat: no-repeat; color: black; }
.trucadas:hover { background-position: 0 -60px; color: black; }
.mp3 { display:block;width:60px;height:60px; background: url("../images/botonera2010/musica.png"); background-repeat: no-repeat; color: black; }
.mp3:hover { background-position: 0 -60px; color: black; }
.videos { display:block;width:60px;height:60px; background: url("../images/botonera2010/videos.png"); background-repeat: no-repeat; color: black; }
.videos:hover { background-position: 0 -60px; color: black; }
.fulbito { display:block;width:60px;height:60px; background: url("../images/botonera2010/fulbito.png"); background-repeat: no-repeat; color: black; }
.fulbito:hover { background-position: 0 -60px; color: black; }
.abandon { display:block;width:60px;height:60px; background: url("../images/botonera2010/vintage.png"); background-repeat: no-repeat; color: black; }
.abandon:hover { background-position: 0 -60px; color: black; }
.emoticones { display:block;width:60px;height:60px; background: url("../images/botonera2010/emoticones.png"); background-repeat: no-repeat; color: black; }
.emoticones:hover { background-position: 0 -60px; color: black; }
.archivo { display:block;width:60px;height:60px; background: url("../images/botonera2010/archivo.png"); background-repeat: no-repeat; color: black; }
.archivo:hover { background-position: 0 -60px; color: black; }

.home:active { color: black; } .home:visited { color: black; }
.frases:active { color: black; } .frases:visited { color: black; }
.trucadas:active { color: black; } .trucadas:visited { color: black; }
.mp3:active { color: black; } .mp3:visited { color: black; }
.videos:active { color: black; } .videos:visited { color: black; }
.fulbito:active { color: black; } .fulbito:visited { color: black; }
.abandon:active { color: black; } .abandon:visited { color: black; }
.emoticones:active { color: black; } .emoticones:visited { color: black; }
.archivo:active { color: black; } .archivo:visited { color: black; }


#noIE6 a:link		{ color: #00C; text-decoration: none; 	}
#noIE6 a:visited	{ color: #00C; text-decoration:none;	}
#noIE6 a:hover 		{ color: #00C; text-decoration:none;	}
#noIE6 a:active 	{ color: #00C; text-decoration:none;	}
