body {
	background-image:url(../images/pixel.jpg);
	background-repeat: repeat;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color:	#FFFFFF;
}

#fondo {
	height: 100%;
	width: 100%;
	border-style: none;
	border-collapse: collapse;
}
/****************	CONTACTO	******************************************/
#contacto {
	height: 574px;
	width: 961px;
	border-style: none;
	border-collapse: collapse;	
	text-align: center;
}

#contacto_fila {
	background-image: url(../images/contacto_fila.jpg);	height: 574px;
	width: 35px;
}

#contacto_linea1_1 {
	background-image: url(../images/contacto_celda1.jpg);	height: 54px;
	width: 296px;
}

a {
	color: #000000;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}


#contacto_linea1_2 {
	background-image: url(../images/contacto_celda2.jpg);	height: 54px;
	width: 630px;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}

#contacto_linea2_1 {
	background-image: url(../images/contacto_celda3.jpg);	height: 520px;
	width: 296px;
}

#contacto_linea2_2 {
	background-image: url(../images/contacto_celda4.jpg);	height: 520px;
	width: 630px;
	color: #000000;}

#contacto_p {
	text-indent: 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	text-align: justify;	width: 580px;
}

#titulo_seccion {
	text-align: center;
	font-size: 25px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
}

body, div {
	scrollbar-face-color: #B22D2E; /* color desplazamiento */
	scrollbar-highlight-color: #666666; /* borde scroll */
	scrollbar-3dlight-color: #666666; /* borde scroll  */
	scrollbar-darkshadow-color:#666666 ; /* borde scroll */
	scrollbar-shadow-color:#666666; /* borde scroll */
	scrollbar-arrow-color:#FFFFFF; /* color de las flechas */
	scrollbar-track-color: #666666; /* color fondo */}


