body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/fondo01.gif); background-position:left;
	background-repeat: repeat-y;
	background-position: left;
}

html {
	width:100%;
	height:100%;
	text-align:center;
	
	}
	
#cabecera {
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	width:851px;
	height:200px;
	}
	
#principal {
	margin-left: auto;
	margin-right: auto;
	width:850px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

#col_izda {
	position:absolute;
	width: 180px;
	margin-left:34px;
	padding-top:15px;
}
#col_tit {
	position:absolute;
	height:425px;
	width: 68px;
	margin-left:214px;
	padding-top:0px;
	}
	
#col_central {
	position:absolute;
	width: 394px;
	margin-left:282px;
	padding-top:15px;
	}
	
#col_dcha {
	position:absolute;
	width: 160px;
	margin-left:690px;
	padding-top:15px;
	left: 93px;
	}
	
.nombre_empresa {  
	font-size: 12px;
	font-weight: bold;
	}

.texto_grande {
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	}
	
.texto_rojo {
	color:#990000;
	}
	
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	font-weight:normal;
	}
	
	
.caja_marco {
	border:1px solid #990000;
	}

#boton_rojo {
	background-image: url(images/boton_rojo.gif);
	height: 25px;
	width: 179px;
	}
	
#boton_grana {
	background-image: url(images/boton_granate.gif);
	height: 25px;
	width: 179px;
	}

#boton_rojo a:link, #boton_rojo a:visited, #boton_rojo a:active, #boton_grana a:link, #boton_grana a:visited, #boton_grana a:active {
	position:relative;
	top:4px;
	left:28px;
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}
	
#boton_rojo a:hover, #boton_grana a:hover  {
	position:relative;
	top:4px;
	left:28px;
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#FFCC33;
	}
	
#espacio_menu
	{
	height:20px;
	}
	
.empresas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2D2D3;
	min-width:100%;
	width:100%;
	}
	
	
.empresas a:link, .empresas a:visited, .empresas a:active {
	text-decoration:none;
	color:#900;
}
	
.boton {
	background-color:#F2D2D3;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1 solid #990000;
	font-weight: bold;
}
