/* CSS Document */
#contenedor{
	height: auto;
	width: 800px;
	left:50%;
	margin-left:-400px;
	position:absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
#header1{
	height:200px;
	width:800px;
	}
#header2{
	height:85px;
	width:275px;
	float:left;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header3{
	height:85px;
	width:525px;
	float:right;
	text-align: center;
	vertical-align: middle;
	}
#menucito{
	height:15px;
	width:800px;
	text-align: left;
	vertical-align: middle;
	float:left;
	background-color:#e6e6e6;
	}
#izda{
	width:480px;
	text-align: left;
	vertical-align: top;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#dcha{
	width:260px;
	text-align: left;
	vertical-align: top;
	float:right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#separacion{
	width:100%;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
	
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #9d1961;
	font-weight: bold;
}
.nube{
	font-weight: normal;
	color: #3355FF;
	text-decoration: none;
}
.enlace_marron{
	color: #9d1961;
}
h2 {
	font-size: 12px;
	line-height: 12px;
}
h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #0066FF;
}
#fecha{
	width:55px;
	height:75px;
	float:left;
	text-align: center;
	margin-right: 10px;
	background-image: url(date_bg_2.gif);
	}
#comentario{
	width:464px;
	height:auto;
	background-color:#ffe9e9;
 	border: 1px solid #ff6bbc;
	margin-bottom:5px;
	padding:3px;
	}
#texto_comentario{
	width:395px;
	height:auto;
	margin-left:68px;
	}
#avatar{
	width:64px;
	height:64px;
	float:left;
	}
.titulo_comentario {
	font-size: 20px;
}

.barraSup{
position: absolute;
top: 0px;
left: 0;
width: 100%;
z-index:10;
background-image: url(http://eslatele.com/barrafondoArriba.png);
background-repeat: repeat-x;
height: 30px;
color: #ffffff;
font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;
}



