/* CSS Document */

body{
	background-color: #ffffff;
	margin-top:0px;
}

.fondo_general{
	background-image:url(imagenes/fondo_centro.gif);
	padding-left:13px;
	padding-right:18px;
}

.fondo_tabs{
	height:34px;
	width:93px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.fondo_tabs a{
	background-image:url(imagenes/tab.gif);
	display:block;
	height:34px;
	width:93px;
	color:#FFFFFF;
	text-decoration:none;
}

.fondo_tabs a:hover{
	display:block;
	background-image:url(imagenes/tab2.gif);
	height:34px;
	width:93px;
	text-align:center;
	text-decoration:none;
}

.texto_info_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.texto_general{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.texto_general a{
	color: #38424B;
	text-decoration:underline;
}

.texto_general a:hover{
	color: #FF6600;
	text-decoration:underline;
}

.texto_aviso_estimado{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
}

.texto_aviso_estimado a{
	color: #CC0000;
	text-decoration:none;
}

.texto_aviso_estimado a:hover{
	color: #CC0000;
	text-decoration:underline;
}

.campos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006633;
	width:100px;
}

.fondo_titulo_empresas{
	background-image:url(imagenes/fondo_titulo_empresas.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	height:20px;
}

.fondo_titulo_otros{
	background-image:url(imagenes/fondo_titulo_usuarios.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	height:20px;
}

.fondo_titulo_categorias{
	background-image:url(imagenes/fondo_titulo_categorias.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	height:20px;
}

.fondo_titulo_usuarios{
	background-image:url(imagenes/fondo_titulo_otros.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	height:20px;
}

.fondo_titulo_solicitudes{
	background-image:url(imagenes/fondo_titulo_solicitudes.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	height:20px;
}

.separacion_categorias{
	line-height:15px;
}

.publicidad{
	border:#CCCCCC solid 1px;
}