body {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:76%;
	color:#5b5b5b;
	background-color:#272727;
	margin:0px;
	background-image:url(img/px_fondonegro5.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
h1{
	font-size:120%;
	color:#000;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
}
h2{
	font-size:100%;
	color:#000;
}
a {
	color:#00CCFF;
	text-decoration:none;
	padding-right:10px;
	font-size:90%;
}
a:hover {
	color:#FF0066;
}

ul { list-style-type:none;	
	margin:0px;
	padding:2px 0px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	}
	
li {margin:0; padding:0px 20px; color:#FFFFFF;display:inline;
	width:134px;
	background-image:url(img/label_negra.jpg);
	background-repeat:repeat-x;
	height:24px;}/*este display inline es lo que hace que salga un item JUNTO a otro*/


#fondo1{
	background-image:url(img/firuletefondosup.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:100px;
}
	#menu{
	height:22px;
	position:absolute;
	/*background-image:url(img/label_negra.jpg);
	background-repeat:repeat-x;*/
	left:48%;
	right:52%;
	top:78px;
	width:498px;
	}

#contenido{
	background-image:url(img/pxcian.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:411px; /*si quito este height,como no tiene contenido, en el firefox se encoge hacia arriba */
}

#fondo2{
	background-image:url(img/firuletefondoinf.gif);
	background-repeat:no-repeat;
	background-position:top left;
	/*float:left;*/
}
	
#left{ 
	width:274px;
/*	padding:10px;
	margin:10px;*/
	float:left;
	background-image:url(img/fondoflash.jpg);
	background-repeat:no-repeat;
	background-position:right;
	z-index: -999;
	}

#centro{ 
	padding:40px 20px;
	width:550px;
	height:331px;
	text-align:center;
	background-color:#FFF;
	float:left; /*si no pongo este float lo pondrá por debajo de left*/
	}

	#centro_izq{ 
	padding:0px;
	width:180px;
	float:left;
	text-align:left;/*height:331px;
	text-align:center;
	background-color:#FFF;*/
	}
		#centro_izq p{ 
		padding:0px 0px 0px 10px;
		margin:0px 2px 0px 12px;
		border-bottom:1px dotted #00a0c6;
		/*width:260px;
		float:left;
		text-align:left;*/
		}
	#centro_dcha{ 
	padding:0px 0px 0px 20px;
	width:350px;
	float:left;/*height:331px;
	text-align:center;
	background-color:#FFF;si no pongo este float lo pondrá por debajo de left*/
	}
	
#dcha{ 
	padding:10px;
	width:86px;
	height:391px;
	float:right;
	background-image:url(img/firuletedcha.gif);
	background-repeat:no-repeat;
	background-position:top left;
/*	margin:10px;*/
	}
	
#boton1{
width:22px;
height:18px;
position:absolute;
left:280px;
top:511px;
background-image:url(img/b_mail.jpg);
background-repeat:no-repeat;}

#boton2{
width:20px;
height:18px;
position:absolute;
left:302px;
top:511px;
background-image:url(img/b_tel.jpg);
background-repeat:no-repeat;}
	
.sinbordes{ border-color:#fff;}
.sinbordes:hover{ border-color:#fff;}
.sinbordes:active{ border-color:#fff;}
.sinbordes:visited{ border-color:#ooo;}

.linkdcha{color:#00CCFF; text-align:right;}
.separador {
	border-bottom:1px dotted #00a0c6; 
	text-align:right;
	padding:0px 4px;
	margin:0px 20px 20px 10px;
	}
	
.link {
	color:#00CCFF;
	text-decoration:none;
	padding-right:10px;
	font-size:90%;
}
.link:hover {
	color:#FF0066;
}

.linkpeq {
	color:#00CCFF;
	text-decoration:none;
	padding-right:10px;
	font-size:70%;
}
.linkpeq:hover {
	color:#FF0066;
}

.justifica{ 
	padding:0px 20px 0px 10px;
	margin:0px ;
	/*border-bottom:1px dotted #00a0c6;
	width:260px;
	float:left;*/
	text-align:justify;
	font-size:90%;
	color:#666666;
	}
