body
{
	background-color: #2A418B;
}
a
{
	color: #2A418B;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.center
{ 	
	text-align: center;
	width: 100%;
}

ul
{
	list-style-type: none;
	padding: 1;
	margin: 0;
}
li
{
	padding-left: .8em;
}
/******************************************************************/
/* CAPAS ESTRUCTURA PÁGINA ****************************************/
#container
{
	margin: auto;
	width: 760px;
}
#pageheaderesp
{
	background: url(../images/pageHeader.gif) no-repeat;
	color: White;
	height: 75px;
	margin-bottom: 5px;
	padding: 5px 8px 5px 8px;
}
#pageheadereng
{
	background: url(../images/pageHeaderEng.gif) no-repeat;
	color: White;
	height: 75px;
	margin-bottom: 5px;
	padding: 5px 8px 5px 8px;
}
#pageheaderesp #menu, #pageheadereng #menu
{
	float: left;
	margin-top: 60px;
}
#pageheaderesp #menu a, #pageheadereng #menu a
{
	color: White;
}
#pageheaderesp #dominios, #pageheadereng #dominios
{
	float: right;
	margin-top: 60px;
	text-align: left;
}
#pageheaderesp #dominios a, #pageheadereng #dominios a
{
	color: White;
}

#pagecontent
{
	background: url(../images/pageContent.gif) repeat-y;
	min-height: 510px; /* Firefox, IE7 */
	height: 100%; /* IE6 */
}
#pagecontent_main, #pagecontent_menuright /*, #pageContent_menuLeft*/
{
	text-align: left;
}
#pagecontent_main
{
	float: left;
	padding: 5px;
	width: 570px;
}
#pagecontent_main div.colunica
{
	width: 70%;
 clear: both;
 text-align: left;
}
#pagecontent_main div.colder
{
	width: 49%;
	float: right;
}
#pagecontent_main div.colizq
{
	width: 49%;
	float: left;
}

#pagecontent_menuright
{
	width: 175px;
	max-width: 165px; /* Firefox, IE 7 */
	padding: 3px;
}
#pagecontent_menuright
{
	float: right;
}
#pagecontent_menuright ul
{
	margin: 0;
	padding: 0;
}

#pagefooter
{
	background: url(../images/pageFooter.gif) no-repeat;
	clear: both;
	height: 20px;
	margin-top: 5px;
	padding-top: 2px;
}

/******************************************************************/
/* CHAT ***********************************************************/
body.chat
{
	background-color: White;
	margin: 3px;
	text-align: left;
}
body.chat div.usuarios
{
	padding: 5px;
}
body.chat div.usuarios span.nombre
{
}
body.chat table.conversacion
{
	text-align: left;
	width: 90%;
}
body.chat table.conversacion td.nombre
{
	width: 20%;
	border-bottom: 1px dashed #CCCCCC;
}
body.chat table.conversacion td.mensaje
{
	border-bottom: 1px dashed #CCCCCC;
}
body.chat span.tiempoinactivo
{
	display: block;
	padding-left: 20px;
}
body.chat table.conversacion span.mensajesistema
{
	color: Red;
}
body.chat #mensaje
{
	width: 650px;
}
/*NOTICIAS*/
div.noticia1_img, div.noticia1_texto, div.noticias
{
	padding: 1px;
}

div.noticia1_img, div.noticia1_texto
{
	float: left;
}
div.noticias
{
	clear: both;
}
