#chat {
	width: 290px;
	border: 1px solid #009966;
	height:70px;
}

#central {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
	border: 1px solid Black
}
#cuerpo {
	margin-top:190px;
}
#textoCuerpo{
	margin-left:200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-bottom-color:#aed6ff;
}
#imagenCuerpo{
	position:absolute;
	top:180px;
	width:200px;
}
#finChat{
	background:#009900;
	color:#FFFFFF;
	margin-bottom:0px;
}
#finChat a {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
#Superior {
	position:absolute;
	top: 0px;
	width: auto;
	height: 122px;
}
.textoSupDer{
	position:absolute;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:20px;
	margin-left:40px;
	width: 232px;
	left: 393px;
	top: 61px;
}

.textoSup{
	position:absolute;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:20px;
	margin-left:40px;
	width: 238px;
}

/**************************************************
				BARRA
***************************************************/
#links{
	position:absolute;
	top: 130px;
}

#navcontainer ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("img/barra1.png") repeat-x 20px;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#navcontainer a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
	display: block;
	width: 90px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}

#navcontainer li#active { background: url("img/barra2.png") repeat-x 20px; }
#navcontainer a:hover { background: url("img/barra3.png") repeat-x 20px; }

#capa_abs {
	position:absolute;
	left:67px;
	top:12px;
	width:189px;
	height:133px;
	z-index:1;
	background-color: #993300;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCFF33;
}

/***********************************
	GENERAL
************************************/

h1 {
	font-size: 20px;
	text-decoration:underline;
}

h2 {
	font-size: 16px;
	font-weight:normal;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:Helvetica,Verdana;
}
/*************************************
		Barra de Titulo 
**************************************/
.tituloMed{
	background: url("img/titulo.jpg") no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:10px;
	text-align:center;
	font-size:23px;
	width:250px;
}
/*************************************
		Salas de Chat
**************************************/
#derechaSalas{
	position:absolute;
	top:549px;
	margin-left:200px;
	left: 93px;
	width:453px;
}
#salasChat li {
	list-style:none;
	border-bottom-color:#999999;
	border-top-width: 1px;
	border-top-style: solid;
	width:190px;
}
#salasChat a{
	text-decoration:none;
	color:#000099;
	font-weight:bold;
}