@charset "utf-8";
a img	{	border:none; cursor:pointer;	}
body	{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background:#FFFFFF;
			}
div.left	{	float:left; clear:right;	}
div.right	{	float:right; clear:right;	}
div.clean	{	float:left; clear:both;		}
div.center	{	text-align:center;			}
#ContenedorPrincipal	{	width:995px;
							margin:auto;
							}
#ContenedorIzquierdo	{	width:265px;
							float:left;
							clear:right;
							margin:0px;
							padding:0px;
							}
#ContenedorCentral	{
	width:240px;
	float:left;
	clear:right;
	margin:0px;
	padding:0px;
	background-color: #f8f6f0;
	background-image: url(../images/fdo_menu.gif);
	background-repeat:  repeat-y;
						}
#ContenedorDerecho	{	width:490px;
						float:left;
						clear:right;
						margin:0px;
						padding:0px;
						}
/*******************************************************************************************************************************/
.contenedorSuscripcion	{	width:210px;
							height:335px;
							padding:5px 2px 0px 2px;
							margin:5px 0px 0px 0px;
							background:#EBE9DC url(../images/suscr.gif) bottom no-repeat;
							float:left;
							clear:right;
							}
.contenedorMensaje	{
	width:218px;
	height:220px;
	float:left;
	clear:right;
	background-color: #EBE9DC;
							}
.contenedorMensaje2	{
	width:230px;
	height:220px;
	float:left;
	clear:right;
	background-color: #EBE9DC;
							}
.itemEventosIzquierdo	{	width:230px;
							padding:5px;
							border-bottom:2px solid #ED9B76;
							}
.itemNoticiaIzquierdo	{	width:230px;
							padding:5px;
							border-bottom:2px solid #F8F6F0;
							}
.itemEventosIzquierdo p,
.itemNoticiaIzquierdo p	{	line-height:1.3em;
							margin:0px;
							padding:3px 0px 2px 0px;
							}
.itemEventosIzquierdo img,
.itemNoticiaIzquierdo img	{	float:left;
								clear:right;
								margin:3px 10px 2px 0px;
								}
/*******************************************************************************************************************************/
#ContenedorIzquierdo a	{	text-decoration:none;	}

#ContenedorCentral p	{	margin:0px;
							padding:0px;
							line-height:normal;
							}
