/* Hoja de Estilo XNet Live */ 


body {
	margin:0px 0px;
	font-size : 10pt;
	font-family : verdana;
	color : #000000;

 }

#general {
	text-align: center;
	width: 770px;
	border: 1px solid #000000;
	margin: auto;

 }

#cabecera {
	width: 770px;
	height: 225px;
	background-color: #dbe7fd;
	background: url('design/header_ent.jpg') repeat; /*habrá una imagen como fondo, no se pondrá texto */
	margin-bottom: 30px;
 }

#barra {
	background: #000000;
	background: url('design/tabs_end_ent_1.jpg') repeat; /*habrá una imagen como fondo, no se pondrá texto */	
	color: #000000;
	width: 770px;
	height: 10px;
	border: solid #000000;	
	border-width: 0px 1px 1px 1px;
	margin-left:-1px;
 }

#cuerpo {
	background: url('bg.jpg') repeat; /*habrá una imagen como fondo, no se pondrá texto */
	width: 770px;
	margin-left: -1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid #000000;	
	border-width: 0px 1px 0px 1px;

	
 }


#contenido {
	width: 760px;
	color: #000000;
	border: solid #000000;	
	border-width: 0 0 0 0px;
	text-align: left;
	padding: 3px;

 }


#bodystart {
	background: url('design/bs.jpg') repeat; /*habrá una imagen como fondo, no se pondrá texto */
	width:770px;
	height: 50px;
	margin-left: -1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;
	border: solid #000000;	
	border-width: 0px 1px 0px 1px;
 }

#bodyend {
	background: url('design/be.jpg') repeat; /*habrá una imagen como fondo, no se pondrá texto */
	width:770px;
	height:58px;
	margin-left: -1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;
	border: solid #000000;	
	border-width: 0px 1px 0px 1px;
 }




#pie {
	width: 760px;
	height: 169px;
	background: url('design/footer.jpg') no-repeat;
	color: #000000;
	margin-left: -1px;
	padding: 5px;
	border: solid #000000;	
	border-width: 0px 1px 1px 1px;
 }