/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	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) no-repeat;
	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: #000000;
	background: url(../images/footer2.gif);
	border-top: #333333 1px solid;
	background-repeat: no-repeat;
	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;
}

/* ---------------------------------- 
	TEXTOS Y BORDES
-------------------------------------
*/

.bordegris1 { border: 1px solid #333333; }
.bordegris2 { border: 2px solid #333333; }
.bordegris3 { border: 3px solid #333333; }
.bordeverde { border: 2px solid #006600; }

h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
}

h2 {
	font-size: 18px;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #FFCC00;
	margin: 0px;
	text-align: center;
}


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; 
}

h4 {
	color: #FFCC00;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h5 {
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFCC00;
	border-bottom: 4px dotted #006600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 8px;
}

.parrafo  { text-align: justify; padding: 10px; }
.parrafo b { color: #FFFFCC; }
.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; }

.warningbox {
	background-color: #003300;
	border: 2px solid #009900;
}

.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;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul { list-style: disc; }
p { margin:0px; }

.texto-prox {
	border: 2px solid #006600;
	background-color: #333333;
	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: 10px;
	padding: 10px;
}

/* 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;	}

.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/botonera/home.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/botonera/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/botonera/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/botonera/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/botonera/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/botonera/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/botonera/abandonware.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/botonera/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/botonera/archivoretro.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; }