body {
	background-image: url(../images/fondo.png);
	background-repeat:  repeat-x;
	background-attachment: fixed; /* agrego daniel */ 
	background-position: bottom; /* agrego daniel */ 
	
}
.contenedor {
	width: 100%;
	position: relative;
}
.contenedor .menu_flotante {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

.contenedor .contenido {
	width: 880px;
	margin: 0 auto;
}
.contenedor .contenido .medio {
	background-image: url(../images/fondo_medio.png);
	width: 880px;
	position: relative;
}

/* agrego daniel css */ 
.medio  .linea {
	width: 840px;
	background-image: url(../images/linea.png);
	height: 41px;
	text-align: center;
	line-height: 41px;
	margin: 0 auto;
}
/* fin css */ 

/* agrego daniel css */ 
.medio .cont_interna {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
/* fin css */ 

.medio .izq {
	float: left;
	width: 256px;
	background-image: url(../images/izq.png);
	padding-left: 14px;
}
.izq .tit_chat {
	background-image: url(../images/chat.png);
	height: 43px;
	width: 256px;
}
.izq .top_izq {
	background-image: url(../images/top_iz.png);
	height: 16px;
	width: 256px;
}
.izq .bottom_izq {
	background-image: url(../images/bottom_izq.png);
	height: 34px;
	width: 256px;
}
.izq .center_izq {
	background-image: url(../images/center_izq.png);
	width: 192px;
	padding: 8px 32px;  /* cambio valor de 28px */ 
	padding-bottom: 0px;
}
.izq .tit_contactenos {
	background-image: url(../images/contactenos.png);
	height: 43px;
	width: 256px;
}

.medio .der {
	width: 610px;
	float: right;
	background-image: url(../images/der.png);
	background-repeat: no-repeat; /* repeat-y; no-repeat; */ 
}
.der .tit_portafolio {
	background-image: url(../images/portafolio.png);
	height: 43px;
	width: 595px;
}

.der .tit_nosotrosblank {
	background-image: url(../images/portafolioblank.png);
	height: 43px;
	width: 595px;
}

.der .tit_noticias {
	background-image: url(../images/noticias.png);
	height: 43px;
	width: 595px;
}
.der .top_noticias {
	background-image: url(../images/top_noticias.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 595px;
}
.der .center_noticias {
	background-image: url(../images/center_noticias.png);
	/*background-repeat:repeat-y;*/ 
	width: 559px;
	padding: 0 18px;
}
.center_noticias .titulo_not {
	/* height: 18px;*/ 
	width: 470px;
	float: left;
	position: relative;
}
.center_noticias .paginacion {
	float: left;
	width: 85px;    /* cambio daniel por 80px;*/ 
 /* height: 18px;*/ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D352FE;
	position: relative;
	word-spacing: 4px;  /* cambio daniel por 2px;*/ 
	line-height: 12px;
}
.paginacion a, .paginacion a:hover, .paginacion a:visited, .paginacion a:active, .paginacion a:link {
	color: #D352FE;
	position: relative;
	word-spacing: 2px;
	line-height: 12px;
}

.menu_inf a, a:visited, a:active, a:link {
	padding:5px;
	color: #5e699f;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-decoration: none;		 
}

.menu_inf a:hover {
	padding:5px;
	color: #DF76EB;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-decoration: none;		 
}

.center_noticias .flecha_left{
	float:left;
	position:relative;
}
.center_noticias .flecha_right{
	float:right;
	position:relative;
}
.center_noticias .noticia {
	clear: both;
	padding-top: 5px;
	 /* line-height: 14px; */ 
}



.der .bottom_noticias {
	background-image: url(../images/bottom_noticias.png);
	height: 21px;
	width: 595px;
}

.menu_inf {
	height: 34px;
	margin-top: 20px;
	background-image: url(../images/menu_inf.png);
	background-repeat: no-repeat;
	width: 862px;    /* cambio daniel 830 por 862 */ 
	left: 16px;    
	position: relative;
	clear: both;
}
.menu_inf ul {
	list-style-type: none;
	text-align: center;
	padding-top: 7px;
}
.menu_inf li {
	display: inline;
}


.pata  {
	width: 880px;
	background-image: url(../images/pata.png);
	height: 175px;
}
