body {
	margin: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	background: black url(../img/fondo-pantalla.gif) no-repeat scroll top center;
}

#contenedor{
	width: 980px;
	margin: 0 auto;
	background-color: black;
}
#cabecera{
	background-color: black;
	height: 155px;
}
#menu1{
	margin: 0;
	padding: 5px 0 0 0;
	height: 26px;
	font-size: 0.9em;
	text-align: center;
	color: white;
	background: black url(../img/fondo_barrasup.jpg) repeat-x top;
}
#barra-izq{
	float: left;
	margin:0;
	width: 160px;
	background: transparent url(../img/menuizdo_fondo.jpg) repeat-y;	
}
#menu2{
	float: left;
	text-align: center;
	color: white;
	margin: 0;
	width: 160px;
	background: transparent url(../img/menuizdo_abierta.jpg) no-repeat top;
}
#contenido{
	float: right;
	width: 819px;
	background: transparent url(../img/fondo_contenido.jpg) no-repeat top;
}
#texto-contenido{
	width: 750px;
	margin: 20px 0 20px 20px;
	padding: 20px 10px 20px 20px;
	background-color: black;
	color: white;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
#texto-contenido2{
	width: 720px;
	margin: 20px 20px 20px 20px;
	padding: 20px;
	background-color: black;
	color: white;
}
#texto-contenidotv{
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: transparent;
	color: white;
}
#texto-contenidochat{
	width: 720px;
	margin: 20px 20px 20px 20px;
	padding: 0;
	background-color: black;
	color: black;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
#pie{
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	background: transparent url(../img/menuizdo_pie.jpg) no-repeat left bottom;
	width: 980px;
	height: 115px;
	clear: both;
}
#buzzbots{
	margin: 0;
	padding: 0;
	font: normal normal normal 0.7em "MS Sans Serif", Geneva, sans-serif;
	width: 400px;
}
#galeria{
	margin: 0 auto 0 auto;
	padding: 140px 0 0 0;
	width: 640px;
	background: transparent;
}
/****Enlaces******/
A.enl_menu1{
	margin: 0 15px 0 15px;
	color: white;
	font: normal bold 0.9em "MS Sans Serif" Helvetica, sans-serif;
	text-decoration: none;
}
A.enl_menu1:hover{
	margin: 0 15px 0 15px;
	color: Yellow;
	font: normal bold 0.9em "MS Sans Serif", Geneva, sans-serif;
	text-decoration: underline;
}
A.enl_menu2{
	display: block;
	margin: 0 0 0 -30px;
	color: white;
	font: normal bold 0.9em "MS Sans Serif", Geneva, sans-serif;
	text-decoration: none;
}
A.enl_menu2:hover{
	margin: 0 0 0 -30px;
	color: red;
	font: normal bold 0.9em "MS Sans Serif", Geneva, sans-serif;
	text-decoration: none;
}
A.enl_pie{
	margin: 0;
	color: white;
	font: normal 0.7em "MS Sans Serif", Geneva, sans-serif;
	text-decoration: none;
}
A.enl_pie:hover{
	margin: 0;
	color: red;
	font: normal 0.7em "MS Sans Serif", Geneva, sans-serif;
	text-decoration: underline;
}
A.enl{
	color: white;
	font: normal bold Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-style: inset;
}
A.enl:hover{
	color: red;
}
A.enlwhite{
	color: white;
	font: normal bold Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-style: inset;
}
A.enlwhite:hover{
	color: red;
}
/****Clases*****/
.disco{
	list-style-type: none;
}
.negritas{
	font: normal bold Georgia, Arial, Helvetica, sans-serif;
}
.cursivas{
	font: italic bold Georgia, Arial, Helvetica, sans-serif;
}
.centrar{
	text-align: center;
}
.texto-peque{
	font-size: 0.8em;
}
.texto-pie{
	padding: 50px 0 10px 0;
	text-align: center;
	font-size: 0.7em;
	color: white;
}
.marcofotos {
	border: 8px solid black;
}
/********Etiquetas comunes*******/
h1{
	color: Maroon;
	font: normal bold 1.2em Georgia, Arial, Helvetica, sans-serif;
}

h2{
	color: Maroon;
	font: normal bold 1.1em Georgia, Arial, Helvetica, sans-serif;
}
h3{
	color: Maroon;
	font: normal bold 1em Georgia, Arial, Helvetica, sans-serif;
}
h4{
	color: Maroon;
	font: normal 0.9em Georgia, Arial, Helvetica, sans-serif;
}
h5{
	color: Maroon;
	font: normal bold 0.8em Georgia, Arial, Helvetica, sans-serif;
}
h6{
	color: Maroon;
	font: normal bold 0.7em Georgia, Arial, Helvetica, sans-serif;
}