body{
	margin:0;
	padding:0 0 5px 0;
	background:url(../img/body-background.gif) top left repeat #3A3A3A;
	font-size:11px;
	font-family:Arial,Verdana;		
	}

	input, select, textarea{
		font-family:Arial,Verdana;
		font-size:11px;
		float:left;
		margin:0;
		padding:0;	
	}
	
	img{
		border:none;
	}
	
/*ESQUELETO DE LA WEB*/
	#contenedor{
		width:774px;
		min-height:300px;
		height:auto;
		overflow:hidden;
		margin:0 auto 0 auto;
			
		}
		#base_cabecera{
			width:100%;
			height:209px;
			overflow:hidden;
			background-color:transparent; /*FONDO CABECERA*/
			position:relative;	
			z-index:1;							
			}
			*>#base_cabecera{			
				min-height:209px;
				height:auto;
			}
			
		#contenedor_contenido{
			width:100%;
			height:300px;		
			float:left;	
			background:url(../img/contenedor.gif) 9px 0 repeat-y;	
			}
			*>#contenedor_contenido{
			min-height:300px;
			height:auto;
			}
		#base_centro{
			width:100%;
			min-height:300px;
			height:auto;		
			background-color:transparent;			 
			}	
			#base_centro #centro_izquierda{
				position:relative;
				float:left;
				width:184px;
				min-height:294px;
				height:auto;
				background-color:#FFF; /*FONDO CENTRO_IZQ*/
				background-color:#CCFFFF;
				/*overflow:hidden;	*/
				margin:0 0 0 4px;			
				background:url(../img/izquierda-bg.gif) 1px 0 repeat-y;
				padding:0 0 0 0;
				z-index:1000;
				}	
				*>#base_centro #centro_izquierda{
					margin:0 0 0 9px;
					background:url(../img/izquierda-bg.gif) top left repeat-y;
				}
				#base_centro #centro_izquierda a.fibercom{
					display:block;
					float:left;
					width:184px;
					height:auto;
					margin:10px 0 10px 0;
					}
			#base_centro #centro_contenidos{
				position:relative;
				float:left;
				width:582.5px;				
				height:auto;
				background-color:#FFF; /*FONDO CENTRO_CONTENIDOS*/				
				background:url(../img/contenido-bg.jpg) top left repeat-y;
				z-index:1;
				
				}	
				*>#base_centro #centro_contenidos{
					width:581px;					
					height:auto;
				}
				
				#base_centro #centro_detalle{
					width:582px;
					float:left;
					margin:0;
					padding:0 0 20px 0;
					background:url(../img/contenido-detalle.jpg) 0 24px no-repeat;						
					height:auto;
					position:relative;
					z-index:1;
					}
					*>#base_centro #centro_detalle{						
						height:auto;
						
					}
					
					#base_centro #centro_detalle iframe{
						float:left;
						margin:0 0 0 88px;
						padding:0;
						width:450px;
						height:450px;
						border:none;
					}
								
		#base_pie{
			width:765px;
			min-height:70px;
			height:70px;
			float:left;
			overflow:hidden;
			background:url(../img/pie-bg.gif) 1px  0 no-repeat;
			margin:0 0 0 4px;
			position:relative;					
			}	
			
			*>#base_pie{
				width:765px;
				margin:0 0 0 9px;
				background:url(../img/pie-bg.gif) top left no-repeat;
			}	
			
			#base_pie a{
				color:#000;
				font-weight:bold;
				text-decoration:none;
				}
				#base_pie a:hover{
					text-decoration:underline;
				}
			
			#base_pie p.datos_empresa{
				width:350px;
				height:auto;
				margin:auto;
				text-align:center;
				}	
				*>#base_pie p.datos_empresa{
					margin:20px auto 0 auto;
				}
				
			
			#base_extras{
				width:auto;
				position:absolute;
				right:0;
				top:30px;
				margin:0;
				padding:0;
				}	
				#base_extras a.css{
					width:80px;
					height:15px;
					display:block;
					float:left;					
					background:url(../img/validador-css.gif) top left  no-repeat;
					margin:0 5px 6px 0;
				}
				#base_extras a.xhtml{
					width:80px;
					height:15px;
					display:block;
					float:left;
					clear:left;
					background:url(../img/validador-xhtml.gif) top left  no-repeat;
					margin:0 5px 0 0;
					}	
					
					#base_extras a span{ display:none }